/*
Theme Name:Kitchens By Premier
Theme URI:http://kitchensbypremier.com
Author:Arca Interactive
Author URI:http://arcainteractive.com/
Description:Kitchens By Premier has been locally owned and operated in Rochester NY for 25 years. We continue to maintain our old-fashioned work ethic, with a company-wide passion for excellence and innovations in your home design. 
Version:1.0
License:Private License

Text Domain:Kitchens By Premier

This theme is licensed under Arca Interactive.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:   14;
$line-height:24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding:5px 0;
	padding:0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size:16px
	font-size:1.142857143rem; (16 / $rembase)
	line-height:1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin:24px 0;
	margin:1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
}
body {
	line-height:1;
}
a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
ol,
ul {
	list-style:none;
}
blockquote,
q {
	quotes:none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption,
th,
td {
	font-weight:normal;
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear:both;
	font-family:'Marcellus SC', serif;
	color:#571B0D;
}
html {
	overflow-y:scroll;
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
::selection {
	background:#39617A; /* Safari */
	color:#fff;
	}
::-moz-selection {
	background:#39617A; /* Firefox */
	color:#fff;
}
a:focus {
	outline:none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display:block;
}
audio,
canvas,
video {
	display:inline-block;
}
audio:not([controls]) {
	display:none;
}
del {
	color:#333;
}
ins {
	background:#fff9c0;
	text-decoration:none;
}
hr {
	background-color:#ccc;
	border:0;
	height:1px;
	margin:24px;
	margin-bottom:1.714285714rem;
}
sub,
sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sup {
	top:-0.5em;
}
sub {
	bottom:-0.25em;
}
small {
	font-size:smaller;
}
img {
	border:0;
	-ms-interpolation-mode:bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear:both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display:table;
	content:"";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size:42px;
	font-size:3rem;;
	line-height:1.382;
	font-weight:normal;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size:11px;
	font-size:0.785714286rem;
	line-height:2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border:none;
	background:#d4dce2;
	font-family:inherit;
	padding:10px;
	font-size:inherit;
    padding:0.5em;
	transition:background 0.3s ease-in-out 0s;
	-moz-transition:background 0.3s ease-in-out 0s;
	-webkit-transition:background 0.3s ease-in-out 0s;
}
input[type="text"]:focus ,
textarea:focus {
	background:#e2e9ee;
}
button,
input {
    line-height:normal;
}
textarea {
	font-size:100%;
	overflow:auto;
	vertical-align:top;
	height:201px;
}
#searchform {
	margin-bottom:5em;
}
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border:0;
	border-radius:0;
	padding:0;
}

/* Buttons */
.menu-toggle {
	padding:6px 0;
	padding:0.428571rem 0;
	border-bottom:6px solid #39617A;
    color:#39617A;
    font-family:'Istok Web',sans-serif;
    font-size:14px;
	font-size:0.875em;
    font-weight:normal;
    line-height:1.42857;
    text-transform:uppercase;
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor:pointer;
}
button[disabled],
input[disabled] {
    cursor:default;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color:#757575;
	background-color:#e1e1e1;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image:-ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image:-webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image:-o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image:linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow:inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border:none;
}
li.bypostauthor cite span {
	color:#fff;
	background-color:#21759b;
	background-image:none;
	border:1px solid #1f6f93;
	box-shadow:none;
	padding:0;
}
a.btn,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	border:none;
	background:url(images/btn-arrow.png) no-repeat scroll right center #39617a;
	padding:0.67891em 2em 0.67891em 0.67891em;
	color:#fff;
	display:inline-block;
	transition:opacity 0.3s ease-in-out 0s;
	-moz-transition:opacity 0.3s ease-in-out 0s;
	-webkit-transition:opacity 0.3s ease-in-out 0s;
}
a.btn:hover ,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover{
	opacity:0.75;
	color:#fff;
}
a.down {
	background-image:url(images/btn-arrow-down.png);
	margin-bottom:2px;
}
.back-top {
	background:url(images/sprite.png) no-repeat scroll -108px -52px;
    color:#fff;
    display:block;
    height:48px;
    text-align:center;
	line-height:2.25em;
    width:59px;
}
.back-top:hover {
	color:#fff;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width:100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height:auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width:100%;
	height:auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width:100%;
}
.entry-content .twitter-tweet-rendered {
	max-width:100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}
.wp-caption {
	max-width:100%; /* Keep wide captions from overflowing their container. */
	padding:4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style:italic;
	font-size:12px;
	font-size:0.857142857rem;
	line-height:2;
	color:#757575;
}
img.wp-smiley,
.rsswidget img {
	border:0;
	border-radius:0;
	box-shadow:none;
	margin-bottom:0;
	margin-top:0;
	padding:0;
}
.entry-content dl.gallery-item {
	margin:0;
}
.gallery-item a,
.gallery-caption {
	width:90%;
}
.gallery-item a {
	display:block;
}
.gallery-caption a {
	display:inline;
}
.gallery-columns-1 .gallery-item a {
	max-width:100%;
	width:auto;
}
.gallery .gallery-icon img {
	height:auto;
	max-width:90%;
	padding:5%;
}
.gallery-columns-1 .gallery-icon img {
	padding:3%;
}

/* Navigation */
.site-content nav {
	clear:both;
	line-height:2;
	overflow:hidden;
}
.nav-single {
	display:none;
}
#nav-above {
	padding:24px 0;
	padding:1.714285714rem 0;
}
#nav-above {
	display:none;
}
.paged #nav-above {
	display:block;
}
.nav-previous,
.previous-image {
	float:left;
	width:50%;
}
.nav-next,
.next-image {
	float:right;
	text-align:right;
	width:50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin:48px 0;
	margin:3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom:24px;
	margin-bottom:1.714285714rem;
}
.author-info {
	border-top:1px solid #ededed;
	margin:24px 0;
	margin:1.714285714rem 0;
	padding-top:24px;
	padding-top:1.714285714rem;
	overflow:hidden;
}
.author-description p {
	color:#757575;
	font-size:13px;
	font-size:0.928571429rem;
	line-height:1.846153846;
}
.author.archive .author-info {
	border-top:0;
	margin:0 0 48px;
	margin:0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top:0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size:87.5%;
}
body {
	font-size:16px;
	font-size:1.145em;
	font-family:'Istok Web', sans-serif;
	text-rendering:optimizeLegibility;
	color:#595959;
	min-width:320px;
}
body.custom-font-enabled {
	font-family:'Istok Web', sans-serif;
}
a {
	outline:none;
	text-decoration:none;
	color:#39617a;
}
a:hover {
	color:#21759B;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position:absolute !important;
	clip:rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background:#fff;
	border:2px solid #333;
	clip:auto !important;
	color:#000;
	display:block;
	font-size:12px;
	padding:12px;
	position:absolute;
	top:5px;
	left:5px;
	z-index:100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding:12px 0 0;
	padding:0.765em 0 0;
	background-color:#fff;
}
.site-content {
	float:right;
	margin:24px 0 0;
    margin:2.21429rem 0 0;
    width:68%;
}
.page-template-page-templatesfull-width-php .site-content,
.page-template-page-templatescontact-page-php .site-content {
	float:none;
	width:100%;
}
.page-template-page-templatesgallery-page-php .site-content {
	float:none;
    margin-left:auto;
    margin-right:auto;
    max-width:1200px;
	padding:0;
    width:100%;
}
.widget-area {
	margin:24px 0 0;
	margin:2.21429rem 0 0;
}
#secondary {
	float:left;
    width:23.75%;;
}
.page-template-default #main,
.blog #main,
.archive #main,
.category #main,
.single-post #main,
.search #main {
	max-width:1200px;
	margin:0 auto;
	padding:0 1.25em;
}
.page-template-default #main .back-top ,
.blog #main .back-top ,
.archive #main .back-top ,
.category #main .back-top ,
.single-post #main .back-top ,
.search #main .back-top {
	margin:0 0 2em 0
}
 #main .back-top {
 	clear:both;
    display:none;
    float:right;
	margin:0 1.25em 2em 0;
 }

/* Header */
#header-wrapper {
	border-top:solid 13px #d4dce2;
}
.site-header {
	padding:24px 0;
	padding:3em 1.25em 1em;
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
.site-header h1,
.site-header h2 {
	text-align:center;
}
.site-header h1 a,
.site-header h2 a {
	background:url(images/kbp-logo.png) no-repeat scroll 0 0;
	display:block;
    height:144px;
    margin:0 auto;
    position:relative;
    text-decoration:none;
    text-indent:-9999px;
	left:10px;
    width:261px;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color:#21759b;
}
.site-header h1 {
	font-size:24px;
	font-size:1.714285714rem;
	line-height:1.285714286;
}
.site-header h2 {
	font-weight:normal;
	font-size:13px;
	font-size:0.928571429rem;
	line-height:1.846153846;
	color:#757575;
}
.site-header .square-links {
	position:absolute;
	top:42px;
	left:1.25em;
}
.site-header .hours {
	position:absolute;
	display:none;
	top:105px;
	left:1.25em;
}
.site-header .hours p {
	margin:0 0 15px;
	margin:0 0 1em;
}
.square-links li {
	float:left;
	list-style-type:none;
	margin:0 3px 0 0;
}
.square-links li a {
	height:42px;
	width:42px;
	display:block;
	transition:opacity 0.3s ease-in-out 0s;
	background-image:url(images/sprite.png);
	background-repeat:no-repeat;
}
.square-links li a:hover {
	opacity:0.75;
}
.square-links li.fb a {
	background-color:#39617a;
	background-position:17px 14px;
}
.square-links li.dir a {
	background-color:#913414;
	background-position:-28px 14px;
}
.site-header #contact-info {
	max-width:235px;
    position:absolute;
    right:1.25em;
    text-align:right;
    top:42px;
	width:235px;
	color:#bbc6ce;
	line-height:1.27em;
}
.site-header #contact-info .phone {
	color:#bbc6ce;
	font-size:36px;
	font-size:2.250em;
	line-height:1.35em;
}
.site-header #contact-info a {
	text-decoration:none;
	display:block;
    padding-bottom:0.4em;
}
.header-image {
	margin-top:24px;
	margin-top:1.714285714rem;
}

/* Navigation Menu */
.fixed {
	left:auto;
    position:fixed !important;
    top:0;
    width:100%;
}
#topbar-space .fixed {
	top:28px !important;
}
#site-navigation {
	background:#fff;
	box-shadow:0 5px 5px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 5px 5px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 5px 5px 0 rgba(0, 0, 0, 0.2);
	position:relative;
    z-index:10;
}
.menu-main-navigation-container {
	margin:0 auto;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display:inline-block ;
	text-align:center;
	width:100%;
	padding-top:0.5em; 
}
.main-navigation ul {
	margin:0;
	text-indent:0;
}
.main-navigation li a,
.main-navigation li {
	display:inline-block;
	text-decoration:none;
}
.main-navigation li a {
	font-size:18px;
	font-size:1.125em;
	border-bottom:0;
	color:#6a6a6a;
	line-height:3.25em;
	text-transform:uppercase;
	white-space:nowrap;
}
.main-navigation li a:hover {
	color:#39617a;
}
.main-navigation li {
	margin:0 24px;
	margin:0 1.35714rem;
	position:relative;
}
.main-navigation li ul {
	display:none;
	box-shadow:0 5px 5px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 5px 5px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 5px 5px 0 rgba(0, 0, 0, 0.2);
	margin:0;
	padding:0;
	position:absolute;
	top:100%;
	z-index:1;
}
.main-navigation li ul li {
	margin:0;
}
.main-navigation li ul ul {
	top:0;
	left:100%;
}
.main-navigation ul li:hover > ul {
	border-left:0;
	display:block;
}
.main-navigation li ul li a {
	background:#fff;
	border-bottom:1px solid #ededed;
	display:block;
	font-size:14px;
	font-size:0.875em;
	line-height:1.81818182;
	padding:8px 10px;
	text-transform:capitalize;
	padding:0.571428571rem 0.714285714rem;
	width:180px;
	width:12.85714286rem;
	white-space:normal;
	text-align:left;
	color:#39617A;
}
.main-navigation li ul li.current-menu-item a,
.main-navigation li ul li.current-menu-item a:hover {
	border-bottom:0;
	background:#39617A;
	color:#fff;
}
.main-navigation li ul li a:hover {
	background:#D4DCE2;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color:#39617a;
	border-bottom:7px solid #39617a;
}
.menu-toggle {
	display:none;
}

/* Home Slider */
.smooth_slider {
    box-shadow:0 -5px 5px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow:0 -5px 5px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow:0 -5px 5px rgba(0, 0, 0, 0.2) inset;
    max-width:100% !important;
	width:auto !important;
    padding-bottom:17.25%;
	position:relative;
	height:auto !important;
	min-height:inherit !important;
	padding-left:0 !important;
	padding-right:0 !important;
}
#smooth_slider_3 {
	box-shadow:none;
	padding:0;
	height:284px !important;
}
#page #smooth_slider_3 .smooth_nav {
	left:4%;
	bottom:2%;
	margin-left:0;
}
#smooth_slider_3 .slide-text,
#page #smooth_slider_3 .smooth_next,
#page #smooth_slider_3 .smooth_prev {
	display:none;
}
.smooth_slider img {
	width:100%;
	max-width:100%;
	margin:0;
	height:100% !important;
}
.smooth_slider .smooth_sliderb {
    max-width:1600px;
	width:100%;
	margin:0 auto;
}
#page .smooth_slider .smooth_slideri {
	margin:0 auto !important;
	width:100% !important;
}
.smooth_slider .slide-text-wrap {
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
.smooth_slider .slide-text {
	behavior:url(http://kitchensbypremier.com/PIE.php);
	line-height:22px !important;
	background:rgba(87,29,12, 0.75);
	-pie-background:rgba(87,29,12, 0.75);
	text-shadow:1px 1px 3px #000;
	-webkit-text-shadow:1px 1px 3px #000;
	padding:2.5em;
	max-width:375px;
    position:absolute;
    right:0;
    top:4em;
}
.smooth_slider .slide-text span {
font-family:'Istok Web',sans-serif !important;
}
.smooth_slider .slide-text h2 {
	font-family:'Marcellus SC',serif !important;
	font-weight:normal !important;
	text-transform:uppercase;
	margin:0 0 15px !important;
}
.smooth_slider .slide-text h2 a {
	font-weight:normal !important;
}
.smooth_slider p.smooth_more {
	float: right;
	margin: 20px 0 0;
}
#page .smooth_slider .smooth_prev {
	background:url(images/sprite.png) no-repeat scroll 0 -48px;
    height:50px;
    left:1%;
    width:50px;
    z-index:9;
}
#page .smooth_slider .smooth_next {
	background:url(images/sprite.png) no-repeat scroll -50px -48px;
    height:50px;
    right:1%;
    width:50px;
    z-index:9;
}
#page .smooth_slider .smooth_nav {
    bottom:5%;
    left: 50%;
    margin-left:-65px;
	z-index:9;
}
#page .smooth_slider .smooth_nav a.smooth_slider_bnav {
	background:url(images/sprite.png) no-repeat scroll -109px 0px;
	margin:0 5px;
}
#page  .smooth_slider .smooth_nav a.smooth_slider_inav.activeSlide {
    background-position:-86px 0 !important;
}


/* Banner */
section[role="banner"] {
	margin-bottom:48px;
	margin-bottom:3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	hyphens:auto;
	margin-bottom:48px;
	margin-bottom:3.428571429rem;
	word-wrap:break-word;
}
.widget-area .widget h3 {
	margin-bottom:10px;
	margin-bottom:0.81429rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	-webkit-hyphens:manual;
	-moz-hyphens:manual;
	hyphens:manual;
	word-wrap:normal;
	line-height:1.25;
    margin:0.75em 0;
	font-size:18px;
	font-size:1.125em;
}
.widget-area .widget li.current-menu-item {
	list-style:square outside none;
	margin-left: 17px;
	color:#39617a;
}
.widget-area .widget li.current-menu-item a {
	color:#571b0d;
}
.widget-area .widget p {
	margin-bottom:24px;
	margin-bottom:1.714285714rem;
}
.widget-area .widget .textwidget {
	line-height:1.846153846;
}
.widget-area .textwidget ul {
	list-style:disc outside;
	margin:0 0 24px;
	margin:0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left:36px;
	margin-left:2.571428571rem;
}
.widget-area #s {
	width:53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Breadcrumbs */

#breadcrumb-wrapper {
	background:#f5f5f5;
	box-shadow:0 -5px 5px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow:0 -5px 5px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow:0 -5px 5px rgba(0, 0, 0, 0.2) inset;
	width:100%;
	max-width:100%;
}
#breadcrumb-inner-wrap {
	max-width:1200px;
	padding:1.25em;
	margin:0 auto;
	line-height:1.5em;
	position:relative;
}
#breadcrumb-wrapper .current {
	color:#571b0d;
}

#crumbs {
	padding-right: 10.25em;
}

/* Add This */

.addthis_toolbox {
	position:absolute;
    right:1.25em;
    top:1.5em;
}

.at-share-tbx-element .at-share-btn {
	margin:0 !important;
}

#atstbx {
	background: none repeat scroll 0 0 #d4dce2;
	margin-top: 24px;
	text-align: right;
	height:32px;
}

#atstbx:before {
	position:relative;
	margin-right:10px;
	bottom:10px;
	color:#595959;
	content:'Email this special';
}


/* Contact Page & Map */
#map_canvas {
	height:600px;
}
#map_canvas img {
	max-width: none;
}
#map-info {
	behavior:url(http://kitchensbypremier.com/PIE.php);
    background:#fff;
    box-shadow:0 0 10px 1px #9E9E9E;
	-moz-box-shadow:0 0 10px 1px #9E9E9E;
	-webkit-box-shadow:0 0 10px 1px #9E9E9E;
    float:left;
    font-size:16px;
	font-size:1em;
    margin:35px 0 -870px;
    padding:2%;
    position:relative;
    width:48%;
    z-index:1;
} 
#map-info p {
	margin:0;
}
#map-info h2 {
	margin:0 0 10px;
}
#map-info .left, #map-info .left {
    float:left;
    width:12%;
}
#map-info .one_half {
	margin-right:3%;
	width:45%;
}
#map-info .last {
  width:50% !important;
}
#map-info .right, #map-info .right {
    float:right;
    margin:0 0 10px;
    width:85%;
}
.wpcf7-form p {
	color:#571b0d;
	text-transform:uppercase;
	font-weight:bold;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form textarea {
	width:97%;
	border-radius:0;
}
.wpcf7-form input[type="submit"] {
	float:right;
	border-radius:0;
}

/* Footer */
#footer-wrapper {
	background:#d4dce2;
	box-shadow:0 5px 5px rgba(0,0,0, 0.1) inset;
	-moz-box-shadow:0 5px 5px rgba(0,0,0, 0.1) inset;
	-webkit-box-shadow:0 5px 5px rgba(0,0,0, 0.1) inset;
	width:100%;
	padding:1em 0 0;
	color:#39617a;
}
#footer-wrapper .back-top {
	position:absolute;
    right:30px;
	top:-28px;
}
#footer-inner-wrapper {
	border-top:13px solid #b2c1cb;
	position:relative;
}
#footer-inner-wrapper .credit {
	line-height:1.25em;	
}
#footer-inner-wrapper .mission {
	font-size:14px;
	font-size:0.775em;
	color:#8099aa;
	line-height:1.25em;
}
#footer-inner-wrapper .bbb-logo {
	position:absolute;
	right:0;
	top:24px;
}
#footer-inner-wrapper .site-info{
	line-height:1.25em;
	padding:0 0 0.5em;
}
#footer-bottom {
	display:none;
	clear:both;
	position:relative;
	min-height:60px;
	padding:1.71429rem 0 0;
}
#footer-bottom .square-links {
	position:absolute;
	left:0;
	top:24px;
}
footer[role="contentinfo"] {
	position:relative;
	border-top:1px solid #ededed;
	clear:both;
	font-size:18px;
	font-size:1.125em;
	line-height:2;
	min-height:70px;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding:24px 0;
	padding:1.714285714rem 1.25em;
}
footer[role="contentinfo"] .left {
	float:left;
	width:45%;
	max-width:45%;
}
footer[role="contentinfo"] .right {
	float:right;
	text-align:right;
	width:21.5%;
	max-width:21.5%;
}
footer[role="contentinfo"] a {
	color:#39617a;
}
footer[role="contentinfo"] a:hover {
	color:#21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear:both;
}
.entry-header {
	margin-bottom:24px;
	margin-bottom:1.714285714rem;
}

.single-post .entry-header {
	margin-bottom:0;
}

.page-template-page-templatesfull-width-php .entry-header,
.page-template-page-templatesfull-width-php footer.entry-meta,
.page-template-page-templatescontact-page-php .entry-header, 
.page-template-page-templatescontact-page-php footer.entry-meta {
	max-width:1200px;
	padding:0 1.25em;
	margin-left:auto;
	margin-right:auto;
}
.full-content-wrapper {
    margin:0 auto;
    max-width:1200px;
	padding:0 1.25em;
	position:relative;
}
.entry-header img.wp-post-image {
	margin-bottom:24px;
	margin-bottom:1.714285714rem;
}
.entry-header .entry-title,
.archive-title {
	font-size:48px;
	font-size:3.4rem;
	line-height:1.2;
	font-weight:normal;
}
.entry-header .entry-title a {
	text-decoration:none;
}
.entry-header .entry-format {
	margin-top:24px;
	margin-top:1.714285714rem;
	font-weight:normal;
}
.entry-header .comments-link {
	margin-top:24px;
	margin-top:1.714285714rem;
	font-size:13px;
	font-size:0.928571429rem;
	line-height:1.846153846;
	color:#757575;
}
.comments-link a,
.entry-meta a {
	color:#39617A;
    font-weight:bold;
	padding:0 1em 0;
}
.entry-meta a.read-more {
	color:#fff;
    font-weight:normal;
    height:100%;
    line-height:2.75em;
    padding-right:2em;
    position:absolute;
    right:0;
    top:0;
}
.entry-meta a.read-more:hover {
	color:#fff;
}
.entry-meta .category a {
	border-right:1px solid #7e8183;
}
span.time {
	padding:0 0 0 1em;
}
span.time a {
	padding-left:0;
}
.comments-link a:hover,
.entry-meta a:hover {
	color:#21759b;
}
article.sticky .featured-post {
	border-top:4px double #ededed;
	border-bottom:4px double #ededed;
	color:#757575;
	font-size:13px;
	font-size:0.928571429rem;
	line-height:3.692307692;
	margin-bottom:24px;
	margin-bottom:1.714285714rem;
	text-align:center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height:1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin:24px 0;
	margin:1.714285714rem 0;
	line-height:1.714285714;
	word-wrap:normal;
	-webkit-hyphens:none;
	-moz-hyphens:none;
	hyphens:none;
}
.entry-content h1,
.comment-content h1 {
	font-size:21px;
	font-size:1.5rem;
	line-height:1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2,
.step-content h2 {
	font-family:'Istok Web',sans-serif;
    font-size:20px;
	font-size:1.25em;
	margin:0 0 0.25em;
    font-weight:bold;
	line-height:1.6;
}
.step-content h2 span {
	font-weight:100;
}
.entry-content h3,
.comment-content h3 {
	font-size:16px;
	font-size:1.142857143rem;
	line-height:1.846153846;
}
.page-template-page-templatesproduct-page-php section {
	background:#F5F5F5;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.4) inset;
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.4) inset;
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.4) inset;
	margin-bottom:7em;
}
.page-template-page-templatesproduct-page-php .site-content article {
	margin-bottom:40px;
	margin-bottom:2rem;
}
.page-template-page-templatescontact-page-php .entry-content h3,
.page-template-page-templatesproduct-page-php .entry-content h3 {
	font-size:32px;
	font-size:2em;
    font-weight:normal;
	line-height:1.846153846;
}
.page-template-page-templatesproduct-page-php .entry-content h3  {
	color:#39617A;
    line-height:1.04615;
    margin:0 0 1.71429rem;
    text-align:center;
}
.page-template-page-templatesproduct-page-php .entry-content p {
	margin:0;
}
.page-template-page-templatesproduct-page-php .entry-content .one_half p {
	margin:0 0 15px;
	margin:0 0 1.71429rem;
}
.entry-content h4,
.comment-content h4 {
	font-size:14px;
	font-size:1rem;
	line-height:1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size:13px;
	font-size:0.928571429rem;
	line-height:1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size:12px;
	font-size:0.857142857rem;
	line-height:1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin:0 0 24px;
	margin:0 0 1.714285714rem;
	line-height:1.51429;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin:0 0 24px;
	margin:0 0 1.714285714rem;
	line-height:1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom:0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style:disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style:decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin:0 0 0 36px;
	margin:0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom:24px;
	margin-bottom:1.714285714rem;
	padding:24px;
	padding:1.714285714rem;
	font-style:italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom:0;
}
.entry-content code,
.comment-content code {
	font-family:Consolas, Monaco, Lucida Console, monospace;
	font-size:12px;
	font-size:0.857142857rem;
	line-height:2;
}
.entry-content pre,
.comment-content pre {
	border:1px solid #ededed;
	color:#666;
	font-family:Consolas, Monaco, Lucida Console, monospace;
	font-size:12px;
	font-size:0.857142857rem;
	line-height:1.714285714;
	margin:24px 0;
	margin:1.714285714rem 0;
	overflow:auto;
	padding:24px;
	padding:1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display:block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom:1px dotted #666;
	cursor:help;
}
.entry-content address,
.comment-content address {
	display:block;
	line-height:1.714285714;
	margin:0 0 24px;
	margin:0 0 1.714285714rem;
}
img.alignleft {
	margin:12px 24px 12px 0;
	margin:0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin:12px 0 12px 24px;
	margin:0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top:12px;
	margin-top:0.857142857rem;
	margin-bottom:12px;
	margin-bottom:0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom:24px;
	margin-bottom:1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin:0 24px;
	margin:0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight:bold;
	line-height:1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height:1.714285714;
	margin-bottom:24px;
	margin-bottom:1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom:1px solid #ededed;
	color:#757575;
	font-size:12px;
	font-size:0.857142857rem;
	line-height:2;
	margin:0 0 24px;
	margin:0 0 1.714285714rem;
	width:100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size:16px;
	font-size:1.142857143rem;
	margin:24px 0;
	margin:1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top:1px solid #ededed;
	padding:6px 10px 6px 0;
}
.site-content article {
	margin-bottom:72px;
	margin-bottom:5.142857143rem;
	padding-bottom:24px;
	padding-bottom:1.714285714rem;
}
.page-template-page-templatesget-started-page-php .site-content article {
	margin-bottom:0;
}
.entry-content {
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	hyphens:auto;
}
.page-links {
	clear:both;
	line-height:1.714285714;
}
footer.entry-meta {
	margin-top:24px;
	margin-top:1.714285714rem;
	line-height:1.846153846;
	color:#757575;
}
.single-author .entry-meta .by-author {
	display:none;
}
.mu_register h2 {
	color:#757575;
	font-weight:normal;
}

/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom:48px;
	margin-bottom:3.428571429rem;
	padding-bottom:22px;
	padding-bottom:1.571428571rem;
	border-bottom:1px solid #ededed;
}
.archive-meta {
	color:#757575;
	line-height:2;
	margin-top:22px;
	margin-top:1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow:hidden;
}
.image-attachment div.attachment {
	text-align:center;
}
.image-attachment div.attachment p {
	text-align:center;
}
.image-attachment div.attachment img {
	display:block;
	height:auto;
	margin:0 auto;
	max-width:100%;
}
.image-attachment .entry-caption {
	margin-top:8px;
	margin-top:0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom:24px;
	margin-bottom:1.714285714rem;
}
article.format-aside h1 a {
	text-decoration:none;
	color:#4d525a;
}
article.format-aside h1 a:hover {
	color:#2e3542;
}
article.format-aside .aside {
	padding:24px 24px 0;
	padding:1.714285714rem;
	background:#d2e0f9;
	border-left:22px solid #a8bfe8;
}
article.format-aside p {
	font-size:13px;
	font-size:0.928571429rem;
	line-height:1.846153846;
	color:#4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom:0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size:13px;
	font-size:0.928571429rem;
	line-height:1.846153846;
	font-weight:normal;
}
article.format-image footer h2 {
	font-size:11px;
	font-size:0.785714286rem;
	line-height:2.181818182;
}
article.format-image footer a h2 {
	font-weight:normal;
}
/*.blog #main .entry-header,
.archive #main .entry-header,
.category #main .entry-header,
.blog #main .entry-content ,
.archive #main .entry-content ,
.category #main .entry-content {
	float:left;
	width:55%;
}*/
.blog #main .entry-title ,
.archive #main .entry-title ,
.category #main .entry-title {
	text-transform:uppercase;
	font-size:28px;
	font-size:1.750em;
	font-weight:normal;
}
.blog #main .entry-title a ,
.archive #main .entry-title a ,
.category #main .entry-title a {
	color:#571b0d;
}
.blog #main footer.entry-meta,
.archive #main footer.entry-meta,
.category #main footer.entry-meta,
.single #main footer.entry-meta {
	padding:0.5em;
	position:relative;
	background:#D4DCE2;
}
.post-thumbnail {
	display:none;
	max-width:320px;
	height:275px;
	border:1px solid #39617a;
	float:left;
	width:40%;
	margin:0 4% 4% 0;
	overflow:hidden;
}
.post-thumbnail a {
	display:block;
}
.post-thumbnail img {
	position:relative;
	max-width:640px;
	left:-30%;
}

/* Link posts */
article.format-link header {
	padding:0 10px;
	padding:0 0.714285714rem;
	float:right;
	font-size:11px;
	font-size:0.785714286rem;
	line-height:2.181818182;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	color:#848484;
	background-color:#ebebeb;
}
article.format-link .entry-content {
	max-width:80%;
	float:left;
}
article.format-link .entry-content a {
	font-size:22px;
	font-size:1.571428571rem;
	line-height:1.090909091;
	text-decoration:none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin:0;
	padding-bottom:24px;
	padding-bottom:1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display:block;
	padding:24px 24px 0;
	padding:1.714285714rem 1.714285714rem 0;
	font-size:15px;
	font-size:1.071428571rem;
	line-height:1.6;
	font-style:normal;
	color:#6a6a6a;
	background:#efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom:24px;
	margin-bottom:1.714285714rem;
}
.format-status .entry-header header {
	display:inline-block;
}
.format-status .entry-header h1 {
	font-size:15px;
	font-size:1.071428571rem;
	font-weight:normal;
	line-height:1.6;
	margin:0;
}
.format-status .entry-header h2 {
	font-size:12px;
	font-size:0.857142857rem;
	font-weight:normal;
	line-height:2;
	margin:0;
}
.format-status .entry-header header a {
	color:#757575;
}
.format-status .entry-header header a:hover {
	color:#21759b;
}
.format-status .entry-header img {
	float:left;
	margin-right:21px;
	margin-right:1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom:48px;
	margin-bottom:3.428571429rem;
	font-size:16px;
	font-size:1.142857143rem;
	line-height:1.5;
	font-weight:normal;
}
.comments-area article {
	margin:24px 0;
	margin:1.714285714rem 0;
}
.comments-area article header {
	margin:0 0 48px;
	margin:0 0 3.428571429rem;
	overflow:hidden;
	position:relative;
}
.comments-area article header img {
	float:left;
	padding:0;
	line-height:0;
}
.comments-area article header cite,
.comments-area article header time {
	display:block;
	margin-left:85px;
	margin-left:6.071428571rem;
}
.comments-area article header cite {
	font-style:normal;
	font-size:15px;
	font-size:1.071428571rem;
	line-height:1.42857143;
}
.comments-area article header time {
	line-height:1.714285714;
	text-decoration:none;
	font-size:12px;
	font-size:0.857142857rem;
	color:#5e5e5e;
}
.comments-area article header a {
	text-decoration:none;
	color:#5e5e5e;
}
.comments-area article header a:hover {
	color:#21759b;
}
.comments-area article header cite a {
	color:#444;
}
.comments-area article header cite a:hover {
	text-decoration:underline;
}
.comments-area article header h4 {
	position:absolute;
	top:0;
	right:0;
	padding:6px 12px;
	padding:0.428571429rem 0.857142857rem;
	font-size:12px;
	font-size:0.857142857rem;
	font-weight:normal;
	color:#fff;
	background-color:#0088d0;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top, #009cee, #0088d0);
	background-image:-ms-linear-gradient(top, #009cee, #0088d0);
	background-image:-webkit-linear-gradient(top, #009cee, #0088d0);
	background-image:-o-linear-gradient(top, #009cee, #0088d0);
	background-image:linear-gradient(top, #009cee, #0088d0);
	border:1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position:absolute;
	margin-left:5px;
	margin-left:0.357142857rem;
	padding:2px 5px;
	padding:0.142857143rem 0.357142857rem;
	font-size:10px;
	font-size:0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color:#686868;
	font-size:13px;
	font-size:0.928571429rem;
	line-height:1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color:#21759b;
}
.commentlist .pingback {
	line-height:1.714285714;
	margin-bottom:24px;
	margin-bottom:1.714285714rem;
}

/* Comment form */
#respond {
	margin-top:48px;
	margin-top:3.428571429rem;
}
#respond h3#reply-title {
	font-size:16px;
	font-size:1.142857143rem;
	line-height:1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left:10px;
	margin-left:0.714285714rem;
	font-weight:normal;
	font-size:12px;
	font-size:0.857142857rem;
}
#respond form {
	margin:24px 0;
	margin:1.714285714rem 0;
}
#respond form p {
	margin:11px 0;
	margin:0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom:24px;
	margin-bottom:1.714285714rem;
}
#respond form label {
	display:block;
	line-height:1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-size:12px;
	font-size:0.857142857rem;
	line-height:1.714285714;
	padding:10px;
	padding:0.714285714rem;
	width:100%;
}
#respond form p.form-allowed-tags {
	margin:0;
	font-size:12px;
	font-size:0.857142857rem;
	line-height:2;
	color:#5e5e5e;
}
.required {
	color:red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom:14px;
	margin-bottom:1rem;
}
.template-front-page #main {
	margin:0 auto;
	width:100%;
}
.template-front-page .site-content {
	width:75%;
}
.template-front-page .site-content article {
	border:0;
	margin-bottom:0;
}
.template-front-page #secondary {
	width:20%;
}
.template-front-page .widget-area .widget_text img {
	float:left;
	margin:8px 24px 8px 0;
	margin:0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left:12px;
	margin-left:0.857142857rem;
}
.widget_rss li {
	margin:12px 0;
	margin:0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color:#aaa;
	font-size:11px;
	font-size:0.785714286rem;
	margin-left:12px;
	margin-left:0.857142857rem;
}
#wp-calendar {
	margin:0;
	width:100%;
	font-size:13px;
	font-size:0.928571429rem;
	line-height:1.846153846;
	color:#686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align:left;
}
#wp-calendar #next {
	padding-right:24px;
	padding-right:1.714285714rem;
	text-align:right;
}
.widget_search label {
	display:block;
	font-size:13px;
	font-size:0.928571429rem;
	line-height:1.846153846;
}
.widget_twitter li {
	list-style-type:none;
}
.widget_twitter .timesince {
	display:block;
	text-align:right;
}

/* gallery for product pages*/

.prod-content-wrapper {
  margin:0 0 0 auto;
  max-width:68%;
  padding:0;
}
section[role="steps"] {
	background:#F5F5F5;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.4) inset;
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.4) inset;
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.4) inset;
}
.prod-gallery {
	margin:0 auto;
	max-width:1200px;
	padding:0 1.25em;
}
.prod-gallery .ngg-galleryoverview {
	float:left;
    padding:1.55em 0 2em;
    width:52%;
}
.prod-gallery .ngg-gallery-thumbnail-box {
	height:auto;
	margin:6px;
	width:29% !important;
	background:url(images/magnify.png) no-repeat scroll center center #39617a;
}
.prod-gallery .ngg-gallery-thumbnail {
	max-height:110px;
    max-width:100%;
	overflow:hidden;
	margin:0;
}
.prod-gallery .slideshowlink,
.prod-gallery .ngg-navigation {
	display:none !important;
}
.prod-gallery .ngg-gallery-thumbnail img {
	transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	height:auto;
	margin:0;
	max-width:200px;
	padding:0;
	left:-40%;
}
.prod-gallery .ngg-gallery-thumbnail img:hover {
	opacity:0.25;
}
.gallery-img-link {
	float:right;
	width:47.6%;
}
.gallery-img-link img {
	float:right;
	width:100%;
	max-width:374px;
}
.prod-logo {
	margin:1em 1.8em 0 0;
	float:left;
}
.prod-logo-right {
	margin:1em 0;
	float:left;
}	

/* Get Started Steps */
.page-template-page-templatesget-started-page-php section {
	padding:2em 0;
	margin:0;
}
.page-template-page-templatesget-started-page-php section.step-white {
	background:#fff;
	box-shadow:none;
}
.page-template-page-templatesget-started-page-php section .btn-menu {
	background:url(images/btn-arrow-up.png) no-repeat scroll 15px center #39617A;
	bottom:-2em;
	padding:1.25em;
	position:absolute;
	right:1.25em;
}
section .full-content-wrapper {
	
}
section .step-circle {
	background:url(images/step-circle.png) no-repeat scroll 0 0;
	float:left;
    max-width:185px;
    padding:50px 44px 58px;
    text-align:center;
    width:15.5%;
}
section .step-circle h3 {
	font-family:'Istok Web',sans-serif;
	text-transform:uppercase;
	font-size:17px;
	line-height:1.412em;
    padding:0.5em 0 0;
	font-size:1.063em;
	color:#39617a;
}
section .step-content {
	float:left;
	width:68%;
	padding:2.5% 0;
}
section .step-icon {
    max-width:151px;
	width:100%;
}
section p {
	line-height:1.51429;
}
.bracket {
	float:left;
    max-width:42px;
    padding:4% 3.5% 4% 2%;
    width:4%;
}
p#vtip { 
	display:none; 
	position:absolute; 
	padding:1em; 
	left:-5px; 
	line-height:22px;
	font-size:14px !important;
	max-width:320px;
	font-size:0.8em; 
	background-color:#fff; 
	border:1px solid #B2C1CB; 
	box-shadow:0 0 7px rgba(0,0,0, 0.5);
	-moz-box-shadow:0 0 7px rgba(0,0,0, 0.5);
	-webkit-box-shadow:0 0 7px rgba(0,0,0, 0.5);
	-webkit-border-radius:5px; 
	z-index:9999 
}
p#vtip #vtipArrow { 
	position:absolute; 
	top:-32px; 
	left:30% 
}

/* Shortcodes */
.one_half {
	float:left;
	margin-right:7%;
	padding-bottom:20px;
	position:relative;
	width:46.5%;
}
.one_first, 
.two_middle, 
.three_last {
	float:left;
    margin-right:2.5%;
    padding-bottom:20px;
    position:relative;
    width:31.5%;
}
.last { 
	margin:0 !important; 
	clear:right; 
}
.mod h3,
.textwidget .box h3 {
	font-size:24px;
	font-size:1.5em;
	line-height:1.14615;
	font-weight:normal;
	color:#fff;
	min-height:115px;
	text-transform:uppercase;
}
.textwidget .box h3 {
	font-size:1.3em;
}
.mod div,
.textwidget .box {
	box-shadow:-75px -75px 190px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow:-75px -75px 190px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow:-75px -75px 190px rgba(0, 0, 0, 0.5) inset;
	padding:1.25em;
	display:block;
	position:relative;
	word-wrap:normal;
	-webkit-hyphens:none;
	-moz-hyphens:none;
	hyphens:none;
	transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
}
.mod div:hover,
.textwidget .box:hover  {
	box-shadow:-75px -75px 190px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow:-75px -75px 190px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow:-75px -75px 190px rgba(0, 0, 0, 0.2) inset;
}
.mod div.mod-gallery,
.textwidget .mod-gallery {
	background:#571b0d;
}
.mod div.mod-services {
	background:url("images/services.jpg") no-repeat scroll 0 0;
	padding:0;
}
.mod div.mod-services .image-bg {
	background:rgba(57,97,122, 0.65);
}
.mod div.mod-special {
	background:#913414;
}
.mod div a,
.textwidget .box a {
	display:block;
	color:#fff;
}
.mod div a.arrow-link,
.textwidget .box a.arrow-link {
	background:url(images/btn-arrow-b.png) no-repeat scroll right center transparent;
    text-align:right;
    margin:2em 0 0;
    padding:0 1em 0 0;
}
.textwidget .box a.arrow-link {
	font-size:0.9em;
}
.mod p,
.mod h3 {
	margin:0;
}

/**** Isotope Filtering ****/

/*.waypoint {
	display:none;
}

.waypoint.num1 {
	display:block;
}*/

.isotope-item {
  z-index:2;
}

.isotope-hidden.isotope-item {
  pointer-events:none;
  z-index:1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration:0.8s;
     -moz-transition-duration:0.8s;
      -ms-transition-duration:0.8s;
       -o-transition-duration:0.8s;
          transition-duration:0.8s;
}

.isotope {
  -webkit-transition-property:height, width;
     -moz-transition-property:height, width;
      -ms-transition-property:height, width;
       -o-transition-property:height, width;
          transition-property:height, width;
}

.isotope .isotope-item {
  -webkit-transition-property:-webkit-transform, opacity;
     -moz-transition-property:  -moz-transform, opacity;
      -ms-transition-property:   -ms-transform, opacity;
       -o-transition-property:       top, left, opacity;
          transition-property:       transform, opacity;
		  background:url(images/magnify.png) no-repeat scroll center center #39617a;	
		  width:32%;
		  height:auto;
		  margin:7px;	
}
.isotope .isotope-item img  {
	transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	display:block;
}
.isotope .isotope-item:hover img {
	opacity:0.25;
}
.option-set {
	border-bottom:1px solid #39617A;
    float:left;
	font-size:18px;
	font-size:1.125em;
    margin:0 0 3em;
    width:100%;
}
.option-set li {
	float:left;
	list-style-type:none;
	margin:0 2em 0 0;
	display:inline-block;
}
.option-set li a {
	display:inline-block;
    line-height:2.75em;
	border-bottom:7px solid #fff;
}
.option-set li a.selected{
	border-bottom:7px solid #39617A;
}
#content .ngg-navigation {
	text-align:right;
}
#content .ngg-navigation span.current {
	color:#fff;
	background:#39617a;
	margin: 0 4px 10px;
    padding: 4px 12px 2px;
	border:1px solid #39617a;
}
#content .ngg-navigation a.page-numbers, 
#content .ngg-navigation a.next, 
#content .ngg-navigation a.prev, 
#content .ngg-navigation span.page-numbers, 
#content .ngg-navigation span.next, 
#content .ngg-navigation span.prev {
	display:inline-block;
	margin: 0 4px 10px;
    padding: 4px 12px 2px;
	border:1px solid #39617a;
}
#content .ngg-navigation a.next, 
#content .ngg-navigation a.prev, 
#content .ngg-navigation span.next, 
#content .ngg-navigation span.prev {
	border:1px solid #fff;
}
#content .ngg-navigation a.page-numbers:hover, 
#content .ngg-navigation a.next:hover, 
#content .ngg-navigation a.prev:hover, 
#content .ngg-navigation span.page-numbers:hover, 
#content .ngg-navigation span.next:hover, 
#content .ngg-navigation span.prev:hover {
	background:#D4DCE2;
	color:#39617a !important;
	border:1px solid #39617a;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration:0s;
     -moz-transition-duration:0s;
      -ms-transition-duration:0s;
       -o-transition-duration:0s;
          transition-duration:0s;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display:block;
	margin:0 auto 24px;
	margin:0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* for high resolution display */
@media only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2) {
	.site-header h1 a,
	.site-header h2 a {
		background-image:url(images/kbp-logo-retina.png);
		background-size:261px 144px;
	}
	.back-top,
	.square-links li a,
	#page .smooth_slider .smooth_prev,
	#page .smooth_slider .smooth_next,
	#page .smooth_slider .smooth_nav a.smooth_slider_bnav {
		background-image:url(images/sprite-retina.png);
		background-size:167px 125px;
	}
	.back-top {
		background-position:-108px -52px;
	}
	#page .smooth_slider .smooth_prev {
		background-position:0 -48px;
	}
	#page .smooth_slider .smooth_next {
		background-position:-50px -48px;	
	}
	#page .smooth_slider .smooth_nav a.smooth_slider_bnav {
		background-position:-109px 0px;
	}
	a.btn,
	input[type="submit"],
	input[type="button"],
	input[type="reset"],
	article.post-password-required input[type=submit],
	li.bypostauthor cite span {
		background-image:url(images/btn-arrow-retina.png);
		background-size:16px 12px;
	}
	a.down {
		background-image:url(images/btn-arrow-down-retina.png);
		background-size:22px 6px;
	}
	.page-template-page-templatesget-started-page-php section .btn-menu {
		background-image:url(images/btn-arrow-up-retina.png);
		background-size:22px 6px
	}
	.mod div a.arrow-link,
	.textwidget .box a.arrow-link {
		background-image:url(images/btn-arrow-b-retina.png);
		background-size:6px 12px;
	}	
}	
/* Minimum width of 1600 pixels. */
@media screen and (max-width:2000px) {
	.smooth_slider {
		padding-bottom:22.75%;
	}
}
@media screen and (max-width:1800px) {
	.smooth_slider {
		padding-bottom:25.75%;
	}
}
/* Minimum width of 1600 pixels. */
@media screen and (max-width:1600px) {
		
	/* Home Slider */
	#page .smooth_slider .smooth_nav {
		bottom:5%;
		z-index:9;
	}
	.smooth_slider {
		box-shadow:0 -5px 5px rgba(0, 0, 0, 0.2) inset;
		max-width:100% !important;
		width:auto !important;
		padding-bottom:27.75%;
		position:relative;
	}
}

/* Minimum width of 1150 pixels. */
@media screen and (max-width:1250px) {
	.site-header,
	.full-content-wrapper,
	.smooth_slider .slide-text-wrap,
	.page-template-page-templatesgallery-page-php .site-content,
	.page-template-page-templatesfull-width-php .entry-header,
	.page-template-page-templatesfull-width-php footer.entry-meta,
	.page-template-page-templatescontact-page-php .entry-header, 
	.page-template-page-templatescontact-page-php footer.entry-meta,
	#breadcrumb-inner-wrap,
	.page-template-default #main,
	footer[role="contentinfo"],
	.blog #main,
	.archive #main,
	.category #main,
	.single-post #main,
	.search #main {
		max-width:1000px;
	}
	.smooth_slider .slide-text {
		top:1em;
		max-width:37%;
		padding:1.5em;
	}
	 #smooth_slider_3 {
	 	height:240px !important;
		max-height:240px;
	 }
	.mod h3, .textwidget .box h3 {
		font-size:19px;
		font-size:1.188em;
	}
	.main-navigation li {
    	margin:0 1rem;
	}
	.prod-logo {
		max-width:45% !important;
	}
	.prod-logo-right {
		max-width:45% !important;
	}	
	.prod-gallery .ngg-gallery-thumbnail {
		max-height:95px;
	}
	#map-info {
		font-size:0.875em;
	}
	#map-info .one_half {
		 margin-right:3%;
	}
	section .step-content {
		width:65%;
	}
	section .step-circle {
		background-size:100%;
	}
	section .step-circle h3 {
		font-size:14px;
		font-size:0.875em;
	}
	.isotope .isotope-item {
		width:31%;
	}
}

/* Minimum width of 1150 pixels. */
@media screen and (max-width:1150px) {
	.fixed,
	#topbar-space .fixed {
		position:relative !important; 
		top:0 !important;
	}
	.prod-gallery .ngg-gallery-thumbnail {
		max-height:85px;
	}
	section .step-content {
		width:60%;
	}
}

/* Minimum width of 1000 pixels. */
@media screen and (max-width:1000px) {
	.visible-mobile {
		display:block !important;
	}
	.site-header h1 a, .site-header h2 a {
		left:10px;
	}
	.main-navigation li {
		margin:0 7px;
    	margin:0 0.5rem;
	}
	.main-navigation li a {
		font-size:14px;
		font-size:0.875em;
	}
	.site-content article {
		margin-bottom:0;
	}
	.widget-area .widget p, 
	.widget-area .widget li, 
	.widget-area .widget .textwidget {
		float:left;
		font-size:16px;
		font-size:1em;
	}
	.widget-area .widget li {
		margin:0 22px 0 0;
		margin:0 1.5rem 1.5em 0;
	}
	section .step-circle {
		padding:5% 6% 7%;
	}
	section .step-content h2 {
		font-size:16px;
		font-size:1em;
	}
	section .step-circle h3 {
		font-size:13px;
		font-size:0.813em;
	}
	section .step-content p {
		font-size:13px;
		font-size:0.813em;
	}
	.prod-content-wrapper {
    	max-width:77%;
	}
	.prod-content-wrapper {
    	max-width:100%;
	}
	.prod-gallery .ngg-gallery-thumbnail {
		max-height:110px;
	}
	.site-content,
	#secondary,
	.template-front-page .site-content,
	.template-front-page #secondary {
		float:none;
  		width:100%;
	}
	.smooth_slider .slide-text h2,
	.smooth_slider .slide-text h2 a {
		font-size:33px !important;
    	line-height:38px !important;
	}
	.smooth_slider .slide-text span {
		font-size:14px !important;
	}
	footer[role="contentinfo"] .left {
		max-width:60%;
		width:60%;
	}
	footer[role="contentinfo"] .right {	
		max-width:35.5%;
		width:35.5%;
	}
	.wpcf7-form input[type="submit"] {
	 	margin-top:1.5em;
	}
	#page .smooth_slider .smooth_prev,
	#page .smooth_slider .smooth_next,
	.page-template-default #secondary,
	.page-template-page-templatesget-started-page-php #secondary,
	.single-post #secondary,
	.blog #secondary, 
	.archive #secondary, 
	.category #secondary, 
	.blog #secondary, 
	.archive #secondary, 
	.category #secondary,
	#text-6,
	#text-4 {
        display:none;
	}
	#footer-wrapper .back-top {
		right:23px;
	}
}

/* Minimum width of 800 pixels. */
@media screen and (max-width:800px) {	
	html {-webkit-text-size-adjust:100%;}
	p#vtip {
		display:none !important;
	}
	a.btn:hover ,
	button:hover,
	input[type="submit"]:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	article.post-password-required input[type=submit]:hover,
	.isotope .isotope-item:hover img {
		opacity:1;
		color:#fff;
	}
	#footer-inner-wrapper .bbb-logo {
		background-size:100%;
		height:42px;
	}
	.map-wrapper {
		background:#F5F5F5;
    	box-shadow:0 0 5px rgba(0, 0, 0, 0.2) inset;
		-moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.2) inset;
		-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.2) inset;
		height:625px;
		overflow:hidden;
	}
	#map_canvas {
		display:none;
	}
	#map-info {
		width:96%
	}
	.prod-gallery .ngg-gallery-thumbnail {
		max-height:100px;
	}
	section .step-circle h3 {
		font-size:12px;
		font-size:0.75em;
	}	
}

/* Minimum width of 600 pixels. */
@media screen and (max-width:750px) {
	.home .last .btn {
		float:right;
	}
	.site-header {
		padding:1.25em 1.25em 0;
	}
	.site-header h1 a, .site-header h2 a {
		width:164px;
		height:91px;
		background-size:100%;
	}
	.site-header .square-links  {
		top:22px;
	}
	.site-header .hours {
		font-size:12px;
		font-size:0.750em;
		right:0.75em;
		left:auto;
		top:125px;
		z-index:1000;
	}
	.site-header .hours p {
		float:left;
		margin:0 1em 0 0;
	}
	.square-links li a {
		width:32px;
		height:32px;
	}
	.square-links li.fb a {
 		background-position:12px 9px;
	}
	.square-links li.dir a {
	 	background-position:-33px 9px;
	}
	.site-header #contact-info {
		top:22px;
		width:100px;
	}
	.site-header #contact-info a.email {
		background:url(images/icon-email@2x.png) no-repeat scroll right 0;
		background-size:22px 21px;
		text-indent:-9999px;
		text-align:left;
		display:block;
	}
	.site-header #contact-info .phone {
		font-size:0.938em;	
	}
	.site-header #contact-info .address {
		display:none;
	}
	.main-navigation {
		margin-top:0;
		text-align:left;
	}
	.main-navigation li a, 
	.main-navigation li {
    	display:block;
		margin:0;
		background:#39617A;
	}
	.main-navigation li {
		line-height:1.42857143;
	}
	.main-navigation li a {
		color:#fff;
		padding:0 1.25em;
		border-top:1px solid #fff;
	}
	.main-navigation li.has-children a {
		cursor:pointer;
	}
	.main-navigation li ul {
		position:relative;
	}
	.main-navigation li ul li a {
		background:#274558;
		color:#fff;
		width:auto;
		padding:8px 20px;
		padding:0.571428571rem 2rem;
		border-bottom:none;
	}
	.main-navigation li ul li a:hover {
		background:#39617A;
		color:#fff;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display:none;
		padding-top:0;
    	text-align:left;
	}
	.main-navigation .current-menu-item > a, 
	.main-navigation .current-menu-ancestor > a, 
	.main-navigation .current_page_item > a, 
	.main-navigation .current_page_ancestor > a,
	.main-navigation ul li a:hover {
	  	color:#fff;
		border-bottom:0;
	}
	.main-navigation ul.nav-menu.toggled-on,
	.menu-toggle {
		display:inline-block;
		margin-left:1.5em;
	}
	.main-navigation ul.nav-menu.toggled-on {
		margin:0;
	}
	.main-navigation ul li:hover > ul {
		display:none;
	}
	.main-navigation ul li.toggled-on > ul.toggled-on {
		display:block;
	}
	.page-title, 
	.widget-title, 
	.entry-content th, 
	.comment-content th {
		font-size:30px;
		font-size:1.875em;
	}
	.entry-header .entry-title, 
	.archive-title {
		font-size:36px;
		font-size:2.250em;
	}
	.page-template-page-templatesproduct-page-php section {
		margin:0;
	}
	#page .smooth_slider .smooth_slider_thumbnail {
		max-width:150% !important;
	}
	.smooth_slider .slide-text h2, .smooth_slider .slide-text h2 a {
		font-size:22px !important;
		line-height:24px !important;
	}
	#smooth_slider_3 {
		display:none !important;
	}
	.smooth_slider img {
		position:relative;
		left:-25%;
		max-width:150%;
		width:150%;
	}
	#map-info {
		padding:6%;
		width:88%;
	}
	section .step-circle,
	section .step-content {
		float:none;
		width:auto;
		text-align:center;
	}
	section .step-circle {
    	padding:9% 5% 13%;
		margin:0 auto;
	}
	.prod-gallery,
	section .bracket  {
		display:none;
	}
	.isotope .isotope-item {
		width:30%;
	}
	#footer-inner-wrapper .mission {
		padding:0 0.5em 1em;
	}
}

/* Minimum width of 600 pixels. */
@media screen and (max-width:600px) {
	.site-header h1 a, .site-header h2 a {
		left:7px;
	}
	.smooth_slider {
		padding:0 0 80%;
	}
	.smooth_slider .slide-text {
		max-width:100%;
		background:#571D0C;
		position:relative;
		top:0;
		padding:1.5em 2.5em 15em;
	}
	.addthis_toolbox {
		top:1.1em;
	}
	#breadcrumb-inner-wrap {
		padding: 0.85em 1.25em;
	}
	#crumbs {
		font-size:12px;
	}
	#page .smooth_slider .smooth_prev,
	#page .smooth_slider .smooth_next  {
		display:block;
		top:67%;
		height:24px;
		width:19px;
	}
	#page .smooth_slider .smooth_prev {
		background-position:0 -100px;
    	left:3%;
	}
	#page .smooth_slider .smooth_next {
		background-position:-18px -100px;
    	right:3%;
	}
	#page .smooth_slider .smooth_nav {
		display:none;
	}
	.smooth_slider .slide-text-wrap {
		display:inline-block;
		width:100%;
	}
	.widget-area .widget p, 
	.widget-area .widget li, 
	.widget-area .widget .textwidget {
		float:none;
	}
	.widget-area .widget li {
    	margin:0 0 0.5em 0;
	}
	section .step-circle {
    	padding:15% 10% 20%;
	}
	.prod-logo,
	.prod-logo-right {
		max-width:100% !important;
		margin:0 auto;
		float:none;
		display:block;
	}
	.mod h3,
	.site-header .hours p span {
		display:none;
	}
	.mod div {
		padding:0.5em;
	}
	.mod div a.arrow-link {
		margin:0;
		text-align:left;
	}
	.one_half,
	#map-info .one_half {
		float:none;
		width:auto !important;
		margin:0;
	}
	.map-wrapper {
		height:auto;
		padding:60% 0;
	}
	.wpcf7-form .wpcf7-text, 
	.wpcf7-form textarea {
		width:95%;
	}
	.wpcf7-form span.wpcf7-not-valid-tip {
		left:0;
	}
	.post-thumbnail {
		float:none;
		width:100%;
	}
	.option-set {
		margin:0 0 1.25em;
		padding:0 0 0.75em;
	}
	.option-set li {
		float:none;
		line-height:1.5;
		display:block;
	}
	.option-set li a {
		line-height:1.25em;
		display:block;
	}
	.option-set li a.selected {
		border-bottom:7px solid #fff;
		font-weight:bold;
	}
	.isotope .isotope-item {
		width:29%;
	}
	.blog #main .entry-header, 
	.archive #main .entry-header, 
	.category #main .entry-header, 
	.blog #main .entry-content, 
	.archive #main .entry-content, 
	.category #main .entry-content {
		float:none;
		width:100%;
	}
	footer[role="contentinfo"] .left,
	footer[role="contentinfo"] .right {
		float:none;
		text-align:center;
		width:auto;
		max-width:100%;
	}
}
@media screen and (max-width:400px) {
	.hidden-mobile {
		display:none;
	}
	.map-wrapper {
		height:auto;
		padding:70% 0;
	}
	.smooth_slider {
		padding:0 0 100%;
	}
	.entry-meta a.read-more {
		display:block;
		position:static;
		margin-top:1em;
	}
	#crumbs {
		padding-right: 2.25em;
	}
	span.time {
		padding-left:0;
	}
	span.time,
	.comments-link a, .entry-meta a {
		font-size:14px;
		font-size:0.875em;
	}
	.isotope .isotope-item {
		width:45%;
	}
	#content .ngg-navigation {
		text-align: left;
	}
	.entry-meta .category a {
    	padding-left:0;
}
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background:none !important;
		color:#000;
		font-size:10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content:" [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration:none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius:0;
		box-shadow:none;
	}
	.site {
		clear:both !important;
		display:block !important;
		float:none !important;
		max-width:100%;
		position:relative !important;
	}
	.site-header {
		margin-bottom:72px;
		margin-bottom:5.142857143rem;
		text-align:left;
	}
	.site-header h1 {
		font-size:21pt;
		line-height:1;
		text-align:left;
	}
	.site-header h2 {
		color:#000;
		font-size:10pt;
		text-align:left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color:#000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display:none;
	}
	.wrapper {
		border-top:none;
		box-shadow:none;
	}
	.site-content {
		margin:0;
		width:auto;
	}
	.singular .entry-header .entry-meta {
		position:static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin:0;
		width:100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size:21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color:#444;
		font-size:10pt;
	}
	.author-description {
		float:none;
		width:auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background:none;
		position:relative;
		width:auto;
	}
	.commentlist .avatar {
		height:39px;
		left:2.2em;
		top:2.2em;
		width:39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left:50px;
		margin-left:3.57142857rem;
	}
}


/*slider*/

	
.header-slider .owl-carousel {  margin: 0 auto;  max-width: 1600px;  width: 100%;}
.header-slider{background-color: #f5f5f5; overflow: hidden; box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2) inset; max-width: 100%;  position: relative; margin:0px;}	
.header-slider .slide-data{  background: rgba(87, 29, 12, 0.75);  line-height: 22px !important;  max-width: 375px;  padding: 2.5em;  position: absolute;  right: 4%;  text-shadow: 1px 1px 3px #000;  top: 4em; color:#fff;} 
.header-slider .slide-data h2 { font-family: 'Marcellus SC',serif !important;  font-weight: normal !important;  margin: 0 0 15px !important;  text-transform: uppercase;  display: block;  padding: 0;  clear: none;color: #fff;font-size: 44px;font-style: normal;line-height: 1;}
.header-slider .slide-data h2 a{color: #fff !important; }
.header-slider .slide-data p span{ font-family: "Istok Web",sans-serif !important;  display: inline;  line-height: 18px;  margin: 10px auto;  overflow: hidden; color:#fff !important}
.header-slider .slide-data p:last-child{  float: right;  margin: 20px 0 0;   display: inline-block;} 
.header-slider .slide-data p a{  color: #fff;  font-size: 16px;  margin-left: 10px;  text-decoration: underline !important;}
.header-slider .owl-dots {  bottom: 30px;  left: 0;  position: absolute;  right: 0;  text-align: center;  width: 100%;}
.header-slider .owl-dot {  background: #fff none repeat scroll 0 0;  border: 3px solid #fff;  border-radius: 50%;  display: inline-block;  height: 14px;  margin: 0 5px;  width: 14px;}
.header-slider .owl-dot.active {  background: #39617a none repeat scroll 0 0;}

.owl-controls .owl-prev{  background:url("images/sprite.png") no-repeat scroll 0 -48px;  left:1%;}
.owl-controls .owl-next{  background:url("images/sprite.png") no-repeat scroll -50px -48px; right: 1%;}
.owl-controls .owl-nav div{ top:50%;  margin:-25px 0 0; width: 50px !important; height:50px; display:inline-block; text-indent:-9999px; position:absolute;}
.owl-carousel .owl-item img { display: block; width: 100%;  }
.owl-carousel{position:initial !important;}

@media only screen and (max-width: 1200px) {
	.header-slider .slide-data h2 a{font-size:34px;}
	.header-slider .slide-data {top:1.5em;}
}

@media only screen and (max-width: 991px) {
	.header-slider {background: rgba(87, 29, 12, 1);}
	.header-slider .slide-data{right: 5%; padding:1.5em;}
	.header-slider, .owl-carousel .owl-item img{max-height:100%; min-height:100%;}
	.header-slider .slide-data{background: rgba(87, 29, 12, 1);max-width: 100%;position: relative;right: 0;top: 0;padding: 2.5em 2.5em 4.5em;}	
	.header-slider .owl-dots{display:none !important;}
	.header-slider .slide-data p:last-child{margin:10px 0 0px;}
	.owl-controls  .owl-prev {  background-position: 0 -100px;  left: 3%; width:18px; top:70%;}
	.owl-controls  .owl-next {  background-position: -18px -100px;  right: 3%; width:18px; top:70%;}
	.owl-controls .owl-nav div{width: 18px !important;}
	.header-slider .slide-data h2 a, 
	.header-slider .slide-data h2{font-size:24px;; font-weight:normal !important}
}
@media only screen and (max-width:479px) {
	.header-slider, .owl-carousel .owl-item img{max-height:100%; min-height:inherit;}
	.header-slider .slide-data h2 a {  font-size: 22px !important;  }
	.owl-controls .owl-nav div{top:70%;}
	/*.header-slider .item img {  left: -25%;  max-width: 150% !important;  position: relative;  width: 150% !important;}*/
	.header-slider .slide-data p span{font-size:14px !important;}

}
