/*
Theme Name: Griff Power House
Theme URI: http://griffpowerhouse.com/
Author: Nikola "Lenin" Mukoski
Author URI: https://find-me-on-facebook.org/
Description: Wordpress custom build theme for the needs of GriffPowerHouse, Designed by Olgica Nikolovska.
Version: 69
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Griff Power House
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =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
-------------------------------------------------------------- */
@import url("base.css");

@font-face {
    font-family: Serpentine; 
    src: url(fonts/SerpentineDBol.ttf); 
}

.strong{
font-weitgh: 900 !important;
}

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;
}
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;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
}
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 */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* 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,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: 'Open Sans', sans-serif;
	padding: 6px;
	padding: 0.428571429rem;
	background: #e6e7e8;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* 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,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
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-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* 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 {

}
.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-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;
}

.fp-single-article-show-latest img {
    max-width: 100%;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	height: auto;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	background-color: #000;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.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;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* 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: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.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 .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
footer[role="contentinfo"] a {
	color: #686868;
}
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;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	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: #757575;
}
.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;
}
.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 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.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.5;
	font-size:17px;
	color:#c8c8c8;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content .more-link {
	white-space: nowrap;
}
.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: 'Open Sans', sans-serif;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	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,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	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 {
	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;
	font-size: 13px;
	font-size: 0.928571429rem;
	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;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =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;
}

/* 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;
	border-radius: 3px;
}
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 cite b {
	font-weight: normal;
}
.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-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .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;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
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 {

}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.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;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 100%;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.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 {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #000;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}
	.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: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =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;
	}

	.entry-header .entry-title,
	.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;
	}
}

.clearall{
	clear: both;
}

.the-header-full{
	background: url("img/nov-header.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	display: block;
	height: 250px;
	width: 100%;
	margin-top: 0px;
}


	.the-logo {
	    float: left;
	    margin-left: 40px;
	    margin-top: 7px;
	}

	.the-logo img {
	    max-width: 80% !important;
	}

.the-newsletter-wrap{
	float: right;
	margin-right: 15px;
	margin-top: 15px;
}

.front-page-full{
	background: url("img/home-background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom center;
	padding-top: 240px;
}

.front-page-top-with-menu{
	max-width: 90%;
	margin:0 auto;
	padding-bottom: 120px;
}

.front-page-top-left-info{
	float: left;
	margin-left: 3%;
	width: 35%;
	margin-top: 17%;
}

.front-page-top-right-menu {
    float: right;
    margin-right: 10%;
}

.middle-fp-menu-item{
	max-width: 602px;
	height: auto;
}

.fp-menu-items-ap{
	width: 120px;
	height: 120px;
	position: absolute;
	display: block;
}

.front-page-menu-middleone{
	display: block;
	position: relative;
}

.front-page-menu-middleone div a{
	position: absolute;
	width: 100%;
	height: 100%;
}

.front-page-menu-about{
	top: 0;
	left: 15%;
	background:url(img/about-he.png);
	background-size: 100% 100%;
	transition: all 2s;
  	transition-timing: ease-in-out;
}

.front-page-menu-about:hover{
	transform: rotate(-90deg);	
}

.front-page-menu-about:hover{
	background:url(img/about-af.png);
	background-size: 100% 100%;
}

.front-page-menu-services{
	top: 0;
	right: 15%;
	background:url(img/services-he.png);
	background-size: 100% 100%;
	transition: all 2s;
  	transition-timing: ease-in-out;
}

.front-page-menu-services:hover{
	transform: rotate(-90deg);	
}

.front-page-menu-services:hover{
	background:url(img/services-af.png);
		background-size: 100% 100%;
}

.front-page-menu-articles{
	top: 40%;
	left: -10%;
	background:url(img/articles-he.png);
	background-size: 100% 100%;
	transition: all 2s;
  	transition-timing: ease-in-out;
}

.front-page-menu-articles:hover{
	transform: rotate(-90deg);	
}

.front-page-menu-articles:hover{
	background:url(img/articles-af.png);
		background-size: 100% 100%;
}

.front-page-menu-testimonials{
	top: 40%;
	right: -10%;
	background:url(img/testimonials-he.png);
	background-size: 100% 100%;
	transition: all 2s;
  	transition-timing: ease-in-out;
}

.front-page-menu-testimonials:hover{
	transform: rotate(-90deg);		
}

.front-page-menu-testimonials:hover{
	background:url(img/testimonials-af.png);
		background-size: 100% 100%;
}


.front-page-menu-contact{
	bottom: 0;
	left: 15%;
	background:url(img/contact-he.png);
	background-size: 100% 100%;
	transition: all 2s;
  	transition-timing: ease-in-out;
}

.front-page-menu-contact:hover{
	transform: rotate(-90deg);	
}

.front-page-menu-contact:hover{
	background:url(img/contact-af.png);
		background-size: 100% 100%;
}

.front-page-menu-shop{
	bottom: 0;
	right: 15%;	
	background:url(img/shop-he.png);
	background-size: 100% 100%;
	transition: all 2s;
  	transition-timing: ease-in-out;
}

.front-page-menu-shop:hover{
	transform: rotate(-90deg);	
}

.front-page-menu-shop:hover{
	background:url(img/shop-af.png);
		background-size: 100% 100%;
}

.fp-about-section-full{
	margin-top: 40px;
	display: block;
	position: relative;
	width: 100%;
}


.fp-about-title-wrappering{
	background:url("img/about-title-bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
    color: #e6e7e8;
    float: right;
    font-family: Serpentine;
    font-size: 36px;
    font-weight: 900;
    height: 82px;
    line-height: 80px;
    text-align: center;
    text-shadow: 2px 2px #000;
    text-transform: uppercase;
    width: 1041px;
}

.about-section-image-holder{
	position: relative;
	z-index: 99;
}


.about-section-image-holder img{
	border-radius: 50%;
	z-index: 99;
}

.fp-about-section-info-wrapper{
	float: left;
	width: 53%;
	margin-left: 3%;
	margin-top: -100px;
	position: relative;
}

.about-section-first-holder{
	width: 430px;
	height: 34px;
	position: absolute;
	top: 22%;
	right: 60px;
	background:url("img/about-gray-txt-bg.png");
	display: block;
	color: #000;
	font-size: 16px;
	line-height: 34px;
	z-index: 9;
	text-align: 
}

.about-section-second-holder{
	width: 430px;
	height: 34px;
	position: absolute;
	top: 28%;
	right: 40px;
	background:url("img/about-gray-txt-bg.png");
	display: block;
	color: #000;
	font-size: 16px;
	line-height: 34px;
	z-index: 9;
}

.about-section-third-holder{
	width: 430px;
	height: 34px;
	position: absolute;
	top: 34%;
	right: 20px;
	background:url("img/about-gray-txt-bg.png");
	display: block;
	color: #000;
	font-size: 16px;
	line-height: 34px;
	z-index: 9;
}

.about-section-fourth-holder{
	width: 430px;
	height: 34px;
	position: absolute;
	top: 40%;
	right: 0;
	background:url("img/about-gray-txt-bg.png");
	display: block;
	color: #000;
	font-size: 16px;
	line-height: 34px;
	z-index: 9;
}


.about-section-fourth-holder > p {
    padding-left: 70px;
    font-weight: 600;
}

.about-section-third-holder > p {
    padding-left: 90px;
    font-weight: 600;
}

.about-section-second-holder > p {
    padding-left: 110px;
    font-weight: 600;
}

.about-section-first-holder > p {
    padding-left: 130px;
    font-weight: 600;
}

.about-section-fourth-holder > p strong,
.about-section-third-holder > p strong,
.about-section-second-holder > p strong,
.about-section-first-holder > p strong{
	font-style: italic !important;
	font-weight: 900 !important;
}

.home .post-7 .entry-header,
.home .post-9 .entry-header{
	display: none;
}

.home .about-content .post-7 {
    color: #fff;
    float: right;
    margin-right: 0;
    margin-top: -340px;
    padding-top: 30px;
    width: 100%;
    background: #000;
}

.home .about-content .post-7:before{
	background: url("img/about-top-line-str.png");
	content: "";
	height: 16px;
	width: 100%;
	position: absolute;
	margin-top: -30px;
}

.home .about-content .post-7:after{
	background: url("img/about-top-line-brok-new.png");
	background-position: center center
	background-size:cover;
	content: "";
	height: 94px;
	width: 100%;
	position: absolute;
}

.template-front-page .site-content, .template-front-page article{
	overflow: visible;
}

.home .about-content .post-7 .entry-content {
    float: right;
    margin-right: 15%;
    position: relative;
    width: 42%;
    z-index: 999;
}

.home .fp-about-section-full blockquote {
    margin: 0 auto 20px !important;
    padding: 0 !important;
	width: 360px;
	font-size: 16px;
}

.home .fp-about-section-full blockquote .quote-name{
	font-weight: 600;
	font-style: normal;
}

.home .fp-about-section-full blockquote p {
	margin-bottom: 0px;
	line-height: 20px;
}

.fp-services-title-wrappering{
	background:url("img/services-title-bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
    color: #da2128;
    float: right;
    font-family: Serpentine;
    font-size: 36px;
    font-weight: 900;
    height: 82px;
    line-height: 80px;
    text-align: center;
    text-shadow: 2px 2px #000;
    text-transform: uppercase;
    width: 1041px;
}


.fp-services-section-full {
    display: block;
    margin-top: 250px;
    position: relative;
    z-index: 99;
}

.services-content{
	background: #da2128;
	display:block;
	width: 100%;
	position: relative;
	padding: 40px 0;

}

.services-text-top {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 80px;
    text-align: center;
    width: 100%;
}

.fp-top-left-info-header{
	font-family: Serpentine;
	color: #e6e7e8;
	font-size: 34px;
	text-align: center;
	margin-bottom: 30px;
}


.fp-top-left-info-left, 
.fp-top-left-info-middle, 
.fp-top-left-info-right {
    color: #e6e7e8;
    display: inline-block;
    font-family: Serpentine;
    font-size: 16px;
    height: 60px;
    padding-left: 6%;
    padding-right: 6%;
    text-align: center;
    vertical-align: middle;
    width: 20%;
}

.fp-top-left-info-middle{
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.fp-top-left-info-left > p,
.fp-top-left-info-middle > p,
.fp-top-left-info-right > p{
    display: table-cell;
    height: 60px;
    vertical-align: middle;
}

.services-content:after{
	position: relative;
	display: block;
	width: 100%;
	height: 85px;
	background:url("img/services-bot-bor.png");
	content: "";
	margin-bottom: -105px;
}

.services-listing-fp{
	width: 80%;
	margin: 0 auto;
}

.service-list-one-block {
    display: inline-block;
    margin-left: 5%;
    margin-right: 5%;
    vertical-align: top;
    width: 23%;
}

.service-list-one-block .listingone-image img{
	z-index: 9;
	border-radius: 50%;
	max-width: 90%;
	margin: 5%;
}

.service-list-one-block .listingone-image::before {
    background: rgba(0, 0, 0, 0) url("img/service-ramka-bez.png") no-repeat scroll center top / 100% 100%;
    content: "";
    height: 120%;
    left: -10%;
    position: absolute;
    top: -10%;
    width: 120%;
    z-index: 99;
}

.listingone-image {
    margin-bottom: 40px;
    overflow: visible;
    position: relative;
}

.the-service-fp-title {
    background: rgba(0, 0, 0, 0) url("img/servic-title-bg.png") repeat scroll 0 0;
    bottom: 20%;
    color: #000;
    font-size: 16px;
    font-weight: 900;
    left: 0;
    line-height: 45px;
    margin: 0 auto;
    max-width: 85%;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 98;
}

.fp-services-exc{
	display: block;
	clear: both;
	text-align: justify;
	color: #fff;
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 18px;
	min-height: 252px;
}

.services-buttons {
    background: rgba(0, 0, 0, 0) url("img/pricing-bg-be.png") repeat scroll 0 0 / 100% 100%;
    font-family: Serpentine;
    font-size: 16px;
    color: #000;
    display: block;
    height: 83px;
    line-height: 83px;
    text-align: center;
    text-decoration: none;
    width: 185px;
    float: right;
    margin-top: 20px;
-webkit-transition: background-image 0.2s ease-in-out;
transition: background-image 0.2s ease-in-out;
}

.services-buttons:hover{
	background: rgba(0, 0, 0, 0) url("img/pricing-bg.png") repeat scroll 0 0 / 100% 100%;
	color: #000;
-webkit-transition: background-image 0.2s ease-in-out;
transition: background-image 0.2s ease-in-out;
}


.fp-single-article-show-latest-wrapper {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-height: 800px;
}

.fp-single-article-show-latest .fp-single-title-and-link {
    color: #fff;
    font-family: Serpentine;
    left: 0;
    margin: 0 auto;
    max-width: 53%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 43%;
    z-index: 99;
}


.fp-single-title-holder {
    padding-bottom: 90px;
    position: relative;
}

.fp-single-button-holder{
    position: relative;
}

.fp-single-article-show-latest .fp-single-title-holder a{
	color: #e6e7e8;
	text-decoration: none;
	font-size: 38px;
	padding-bottom: 30px;
}

.fp-single-article-show-latest .fp-single-button-holder a{
	font-size: 22px;
	color: #000;
	background: #e6e7e8;
	border-radius: 20px;
	padding: 10px 40px;
	text-decoration: none;
} 

.fp-testimonials-full {
    background: #e8e9ea none repeat scroll 0 0;
    position: relative;
    width: 100%;
}

.fp-testimonials-full:after{
	position: relative;
	display: block;
	width: 100%;
	height: 85px;
	background:url("img/testimon-bott-line-brok.png");
	content: "";
	bottom: -70px;
	z-index: 9;
}

.fp-testimonials-wrapper{
	max-width: 76%;
	margin: 20px auto 0;
}

.fp-testimonials-title-wrappering{
	background:url("img/testimonials-title-bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
    color: #e6e7e8;
    float: right;
    font-family: Serpentine;
    font-size: 36px;
    font-weight: 900;
    height: 82px;
    line-height: 80px;
    text-align: center;
    text-shadow: 2px 2px #000;
    text-transform: uppercase;
    width: 1041px;
    margin-top: -2px;
}

.fp-testimonials-wrapper .entry-header{
	display: none;
}

.fp-testimonials-full .testimonials-widget-testimonial{
	clear: none !important;
	width: 40%;
	margin-bottom: 50px;
}

.fp-testimonials-full .testimonials-widget-testimonial:nth-child(odd){
	float: left;
	clear: left !important;
}

.fp-testimonials-full .testimonials-widget-testimonial:nth-child(even){
	float: right;
}

.fp-testimonials-full .testimonials-widget-testimonial .image {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}

.fp-testimonials-full .testimonials-widget-testimonial .image img{
    border-radius: 50%;
    box-shadow: 0px 0px 8px #000;
}

.fp-testimonials-wrapper blockquote{
	padding: 0;
	margin-bottom: 15px;
}

.fp-testimonials-wrapper .tag-male .author,
.fp-testimonials-wrapper .tag-female .author{
	position: relative;
	font-weight: bold;
	color: #000;
}

.fp-testimonials-wrapper .tag-male .author:before{
	content: "";
	background: url("img/male-testimonial-icon.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
    content: "";
    height: 36px;
    left: -45px;
    position: absolute;
    top: -5px;
    width: 36px;
}

.fp-testimonials-wrapper .tag-female .author:before{
	content: "";
	background: url("img/female-testimonial-icon.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
    content: "";
    height: 33px;
    left: -45px;
    position: absolute;
    top: -5px;
    width: 36px;
}

.fp-testimonials-full .testimonials-widget-testimonial p {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: justify;
}

.fp-shop-full{
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 30px;
	background: url("img/shop-bg-newone.jpg");
}

.fp-shop-left-content{
    float: left;
    display: block;
    position: relative;
    margin-left: 5%;
    margin-top: 5%;
}


.fp-shop-right-content {
    float: right;
    margin-right: 8%;
    text-align: center;
    width: 40%;
    margin-top: 100px;
}

.fp-shop-right-content .entry-header{
	display: none;
}

.fp-shop-right-content .entry-content p{
    color: #e6e7e8;
    font-family: Serpentine;
    font-size: 34px;
    font-weight: bold;
    margin-top: 80px;
    text-shadow: -2px 4px 6px #000;
}

.fp-shop-right-content .entry-content h3{
    color: #e6e7e8;
    font-family: Serpentine;
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 70px;
    margin-top: 80px;
    text-shadow: -2px 4px 6px #000;
}

footer#colophon:before{
	position: relative;
	display: block;
	width: 100%;
	height: 83px;
	background:url("img/footer-top.png");
	content: "";
	top: -83px;
	z-index: 9;
}

footer#colophon{
	background: url("img/footer-bg.png");
	background-position: center top;
	background-size: 100% 100%;
}

footer#colophon .socials-foot {
    margin-top: -80px;
}

footer#colophon .the-footer-menu{
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	display: block;
}


.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-bottom: 0 solid #e6e7e8;
    border-top: 1px solid #e6e7e8;
    text-align: center;
}

.footer-copyright {
    border-top: 1px solid #e6e7e8;
    color: #e6e7e8;
    display: block;
    margin: 0 auto;
    max-width: 768px;
    padding-top: 20px;
    position: relative;
    text-align: center;
    padding-bottom: 30px;
}

.main-navigation li a {
    color: #e6e7e8;
}

.main-navigation li a:hover, 
.main-navigation li a:focus,
footer[role="contentinfo"] a:hover {
    color: #da2128;
}

.back-to-top {
	background: url("img/btt-button.png");
	background-size: 100% 100%;
	margin: 0;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 40px;
	height: 39px;
	z-index: 100;
	text-decoration: none;
	border-radius: 50%;
	box-shadow: 0px 0px 5px #000;
	display: none;
}

.art-wrapper-top{
	width: 100%;
	display: block;
	position: relative;
}

.art-wrapper-top img{
	text-align: center;
	margin: 0 auto 20px;
	max-width: 460px;
	display: block;
}

.page-template-articles .site,
.single .site,
.page-template-shop-land .site,
.site-shop .site,
.woocommerce-checkout .site,
.page-id-57 .site,
.page-id-20 .site,
.woocommerce-cart .site,
.page-template-workouts .site,
.page-template-weight-loss .site,
.page-template-diet .site,
.page-template-strength .site,
.page-template-motivation .site,
.page-template-suplements .site,
.site-shop{
	background: url("img/home-background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center -300px;
}

.product-name{
	text-align: left !important;
}

.the-header-art-wrapper-menu .main-navigation,
.the-articles-header-sub-menu .main-navigation {
    margin-top: 0;
}

.the-header-art-wrapper-menu .nav-menu,
.the-articles-header-sub-menu .nav-menu{
	border-top: 0px solid #fff !important;
}

.the-header-art-wrapper-menu .main-navigation li {
    border-right: 3px solid #e6e7e8;
    margin: 0 25px 0 0;
    padding-right: 25px;
    position: relative;
}

.the-header-art-wrapper-menu .main-navigation li a {
    color: #e6e7e8;
    font-family: Serpentine;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 3px 3px 5px #000;
    line-height: 30px;
}

.the-header-art-wrapper-menu .main-navigation li:hover a {
    color: #da2128;
}

.the-header-art-wrapper-menu .main-navigation li:nth-last-child(1){
    border-right: 0px solid #e6e7e8;
    margin: 0;
    padding-right: 0px;
}

.the-articles-header-sub-menu{
	display: block;
	position: relative;
	width: 100%;
	padding: 5px 0;
	background: #da2128;
	margin-top: 30px;
}

.the-articles-header-sub-menu .main-navigation li a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.the-articles-header-sub-menu .main-navigation li:hover a {
    color: #000;
}

.thesubmenu-articles{
	float: left;
	width: 45%;
	margin-left: 10px;
}

.thesearch-articles {
    float: right;
    height: 50px;
    margin-right: 4%;
    width: 25%;
}

.thesearch-articles .search-field {
    float: right;
    height: 40px;
    margin-top: 5px;
    width: 300px;
}

.articles-whole-wrapper{
	display: block;
	position: relative;
	max-width: 1320px;
	padding: 0 5%;
	margin: 60px auto 0;
	max-height: 920px;
	overflow: hidden;
	border-bottom: 5px solid #e6e7e8;
}

.single .articles-whole-wrapper {
    display: block;
    position: relative;
    max-width: 100%;
    padding: 0 5%;
    margin: 60px auto 0;
    max-height: 800px;
    overflow: hidden;
    border-bottom: 0px solid #e6e7e8;
}

.single .left-featured-block {
    width: 59.5%;
    float: left;
    padding-bottom: 0;
    border-right: 0px solid #e6e7e8;
    padding-right: 5%;
}

.left-featured-block {
    width: 59.5%;
    float: left;
    padding-bottom: 50px;
    border-right: 5px solid #e6e7e8;
    padding-right: 5%;
}

.right-listing-block{
	float: right;
	width: 30%;
	margin-left: 5%;
}

.left-featured-block .articles-the-featured-title,
.the-single-top-title-setup{
	font-size: 40px;
	color: #e6e7e8;
	font-family: Serpentine;
	font-weight: bold;
	  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.the-single-top-title-setup {
    /*height: 85px;*/
    margin-bottom: 40px;
}

.left-featured-block:hover .articles-the-featured-title{
	color: #da2128;
}

.date-and-author-post{
      font-family: 'Open Sans', sans-serif;
      font-size:14px;
      font-weight:400;
      padding-top:30px;
position:relative;
}
.the-user-avatar {
    position: relative;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.avatar-image {
    max-width: 100%;
}
.left-featured-block .articles-the-featured-image{
	margin-top: 30px;
}

.left-featured-block .articles-the-featured-image img{
	width: 100%;
}

.left-featured-block:hover .articles-the-featured-image img{
	width: 100%;
}


.left-featured-block a{
	text-decoration: none;	
}

.left-featured-block .articles-the-featured-excerpts{
	color: #e6e7e8;
	font-size: 16px;
	line-height: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 55px;
    font-family: 'Open Sans', sans-serif;
      -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.the-top-pop-top button {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

.the-top-pop-top button span{
    font-weight: bold;
}

.single .right-listing-block-inner {
    overflow-y: scroll;
    position: relative;
    display: block;
    max-height: 665px;
    padding: 30px;
    padding-right: 15%;
    padding-left: 0;
}

.single .right-listing-block {
    float: right;
    width: 30%;
    margin-left: 0%;
    border-left: 5px solid #fff;
    padding-left: 5%;
    border-bottom: 5px solid #fff;
}
.articles-the-featured-excerpts p a.read-more{
	display: none;
}

.the-read-more-button a {
    color: #e6e7e8;
    font-size: 16px;
    text-transform: uppercase;
    text-align: right;
    float: right;
    text-decoration: underline;
	font-family: Serpentine;
	font-weight: bold;
	  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.left-featured-block:hover .the-read-more-button a {
	color: #da2128;
	  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.title-of-articles-right{
	color: #e6e7e8;
	font-size: 30px;
	font-family: Serpentine;
	font-weight: bold;
	display: block;
	text-align: left;
	  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.right-listing-block .listingone a{
	margin-bottom: 0px;
}

.right-listing-block .listingone{
	display: block;
	position: relative;
	margin-bottom: 30px;
}

.single .right-listing-block .listingone{
	margin-bottom: 35px;
}

.right-listing-block .listingone .listing-title a{
	margin-top: 10px;
	color: #e6e7e8;
	font-size: 24px;
	font-family: Serpentine;
	display: block;
	text-align: left;
	text-decoration: none;
	  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.right-listing-block .listingone:hover .listing-title a{
	color: #da2128;
}

.right-listing-block .listingone-image{
	margin-bottom: 0px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.right-listing-block-inner {
    overflow-y: scroll;
    position: relative;
    display: block;
    max-height: 800px;
    padding: 30px;
    padding-right: 15%;
    padding-left: 0;
}

.articles-most-popular-ones-wrapper{
	max-width: 100%;
	margin: 30px auto;
	border-top: 10px solid #e6e7e8;
	border-bottom: 10px solid #e6e7e8;
	padding: 30px 5% 0;
}

.aps-post-title a{
	color: #e6e7e8;
	text-decoration: none;
	font-family: Serpentine;
	height: 50px;
	display: block;
	text-align: left;
}

.aps-themeb {
    padding: 0 10% !important;	
    border: 0px solid #fff !important;
}


.popular-placeholder-only{
	display: block;
	position: relative;
	max-width: 90%;
	margin:0 auto;
}

.articles-popular-the-title{
	display: block;
	position: relative;
	max-width: 1170px;
	margin:30px auto 0;
}

.articles-popular-the-title h2{
	color: #e6e7e8;
	text-decoration: none;
	font-family: Serpentine;
	font-size: 30px;
	text-transform: uppercase;
	margin-left: 5%;
}

.under-title-border-down {
    display: block;
    width: 70%;
    float: right;
    height: 5px;
    background: #e6e7e8;
    margin-bottom: 30px;
    margin-top: 5px;
}

.under-title-border-down-pop{
	display: block;
	width: 300px;
	margin-left: 15%;
	height: 5px;
	background: #e6e7e8;
	margin-top: 5px;
}

.newsletter-box-articles{
	width: 100%;
	display: block;
	position: relative;
	background: #da2128;
	padding: 0;
	border-top: 20px solid #e6e7e8;
	border-bottom: 20px solid #e6e7e8;
	margin-bottom: 80px;
}

.newsletter-blox-articles-wrapper{
	max-width: 90%;
	margin:0 auto;
	display: block;
}

.mc-field-group{
	display: inline-block;
	vertical-align: top;
	width: 25% !important;
	margin-left: 5%;
}

.mc-field-group label{
	font-size: 14px;
	color: #e6e7e8;
	text-align: left;
	margin-bottom: 10px;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.mc-field-group input{
	border-radius: 10px !important;
	border: 1px solid #fff !important;
}

#mc-embedded-subscribe {
    float: right !important;
    margin-right: 16% !important;
    background: #e6e7e8 !important;
    color: #000 !important;
    border-radius: 10px !important;
    text-align: center !important;
    padding: 0px 30px !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    font-family: Serpentine !important;
    letter-spacing: 1px !important;
}

#mc-embedded-subscribe:hover {
    background: #fff !important;
    color: #000 !important;
}

.newsletter-text-articles-wrapper {
    float: left;
    width: 25%;
    margin-top: 20px;
    text-align: center;
}

.newsletter-form-articles-wrapper{
	float: right;
	width: 74%;
}

.newsletter-text-articles-wrapper h2 {
    color: #e6e7e8;
    font-size: 32px;
    font-style: italic;
    font-weight: 300;
    text-shadow: 2px 2px 3px #000;
    line-height: 40px;
}

.newsletter-text-articles-wrapper h2 strong {
    color: #e6e7e8;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
}

#mc_embed_signup #mce-success-response {
    color: #e6e7e8 !important;
    width: 100% !important;
    margin-top: -10px !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    color: #000 !important;
}

.page #main{
	background: #000;
}

.the-single-top-image-setup img{
	width: 100%;
}

.single .site-content .entry-header,
.single .site-content .entry-meta{
	display: none;
}

.single .wrapper{
	background: #000;
	padding-bottom: 100px;
}

.single .entry-content{
	max-width: 90%;
	margin:0 auto;
	color: #e6e7e8;
}

.the-facebook-buttons-bottom {
    display: block !important;
    position: relative;
    text-align: right;
    margin:50px auto;
    padding-top: 30px;
    border-top: 5px solid #e6e7e8;
    max-width: 90%;
}

.social-master-buttons {
    width: 532px;
    float: right;
    display: block !important;
    position: relative;
}

/*Katerina*/

/*Pricing*/

.services-single-wrapp.front-page-full {
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 100px;
    padding-top: 196px;
    text-align: center;
}

.title-top-pr {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #fff;
    margin: 0 auto 25px;
    padding: 10px 0;
    width: 36%;
    font-style: italic;
    font-weight: 600;
}
.title-bott {
    border-top: 1px solid #fff;
    color: #fff;
    margin: 38px auto 0;
    padding: 10px 0;
    width: 60%;
    font-style: italic;
    font-weight: 600;
}

.title-bott p{
	font-style: italic;
	font-weight: 600;
}

.per-title {
    background: url("img/personal-tr.png");
    background-size: 100% 100%;
    color: #fff;
    font-size: 1.8rem;
    margin-left: auto;
    padding: 17px 0;
    text-transform: uppercase;
    width: 54%;
    margin-bottom: 20px;
    margin-top: 60px;
    font-family: Serpentine;
text-shadow: 2px 2px #000;
}
.group-title {
text-shadow: 2px 2px #000;
	font-family: Serpentine;
    background: url("img/group-tr.png");
    background-size: 100% 100%;
    color: #fff;
    font-size: 1.8rem;
    margin-left: auto;
    padding: 17px 0;
    text-transform: uppercase;
    width: 54%;
    margin-bottom: 20px;
    margin-top: 60px;
}
.per-text {
    float: left;
    margin-bottom: 15px;
    margin-left: auto;
    margin-top: 15px;
    text-align: right;
    width: 47%;
}
.per-price {
    float: right;
    text-align: left;
    width: 50%;
    margin-bottom: 15px;
    margin-top: 15px;
}
.per-price > p {
    background: #fff none repeat scroll 0 0;
    border-radius: 9px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 11px;
    text-align: center;
    width: 20%;
    font-weight: 900;
    font-size: 18px;
    font-style: italic;
}
.per-text > p {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 9px;
    font-weight: 600;
    font-size: 18px;
}

/*Corporate*/

.corporate-single-wrapp.front-page-full {
    padding-bottom: 235px;
    padding-top: 288px;
    text-align: center;
}
.text-corporate > p {
    color: #fff;
    font-size: 2rem;
    line-height: 1.3;
    margin: 0 auto;
    width: 50%;
}
.title-corporate {
    background: url("img/group-tr.png");
    background-size: 100% 100%;
    color: #fff;
    font-size: 1.8rem;
    margin-left: auto;
    padding: 17px 0;
    text-transform: uppercase;
    width: 54%;
    margin-bottom: 20px;
    margin-top: 60px;
    text-shadow: 2px 2px #000;
    font-family: Serpentine;
}

/*Nutration*/

.title-nutration {
font-family: Serpentine;
    background: url("img/personal-tr.png");
    background-size: 100% 100%;
    color: #fff;
    font-size: 1.8rem;
    margin-left: auto;
    padding: 17px 0;
    text-transform: uppercase;
    width: 54%;
    margin-bottom: 20px;
    margin-top: 60px;
    text-shadow: 2px 2px #000;
}

.nut-text > p {
    color: #fff;
    font-size: 1.5rem;
    line-height: 3;
    font-size: 18px;
    font-size: 600;
}
.nut-price > p{
	background: #fff none repeat scroll 0 0;
    border-radius: 9px;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 auto;
    text-align: center;
    width: 10%;
    font-weight: 900;
    font-style: italic;
    font-size: 18px;
}
.page-id-119 .align-r-tr {
    margin-bottom: 88px;
}

/*Contact*/

.contakt-page.front-page-full {
    padding-top: 205px;
}

.contact-wrapp {
    margin-left: auto;
    margin-top: 0;
    max-width: 87%;
    padding-bottom: 142px;
}
.contact-form {
    float: left;
    width: 22%;
    margin-top: 91px;
}
.contact-map {
    float: right;
    width: 60%;
}
.contact-map h1{
	background: rgba(0, 0, 0, 0) url("img/contact-hl.png") repeat scroll 0 0 / 100% 100%;
    color: #e6e7e8;
    font-size: 1.8rem;
    margin-bottom: 90px;
    margin-left: auto;
    padding: 17px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
font-family: Serpentine;
text-shadow:2px 2px #000;
}
.wpcf7-form p{
	color: #e6e7e8;
    line-height: 1.5;
    margin-top: 12px;
}
.wpcf7-form .wpcf7-text{
	border-radius: 4px;
	background:#e6e7e8;
	box-shadow: none;
	border:none;
	width: 95%;
}
.wpcf7-form .wpcf7-textarea {
	border-radius: 4px;
	background:#e6e7e8;
	box-shadow: none;
	border:none;
	width: 95%;
	height: 198px;
}

.wpcf7-form label{
	font-weight: 600;
	font-style: italic;
}

.map-s > p {
    color: #e6e7e8;
    line-height: 1.3;
    text-align: center;
    font-weight: 600;
}
.map-s {
	margin-top: 45px;
}

.map-s > p:last-child{
	margin-top: 53px;
}
.map-f > p {
    margin-right: 43px;
}

.wpcf7-form .wpcf7-submit{
	background: rgba(0, 0, 0, 0) url("img/pricing-bg-be.png") repeat scroll 0 0 / 100% 100%;
	color: #000;
	display: block;
	float: right;
	font-family: Serpentine;
	font-size: 16px;
	height: 50px;
	line-height: 20px;
	margin-top: 20px;
	text-decoration: none;
	transition: background-image 0.2s ease-in-out 0s;
	width: 115px;
	border: none;
	text-transform: uppercase;
}
 	
.wpcf7-form .wpcf7-submit:hover {
    background: rgba(0, 0, 0, 0) url("img/pricing-bg.png") repeat scroll 0 0 / 100% 100%;
    color: #000;
    transition: background-image 0.2s ease-in-out 0s;
}








/********/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.the-shop-slider-top{
	max-width: 1024px;
	margin: 50px auto;
	padding:10px;
	background: #da2128;
	display: block;
	position: relative;
}

.the-shop-slider-top-inner{
	width: 100%;
	display: block;
	position: relative;
}

.tp-bullets {
	left: auto !important;
	right: 2% !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.hephaistos .tp-bullet {
    background: #fff;
    border: 3px solid #da2128;
}

.hephaistos .tp-bullet:hover, .hephaistos .tp-bullet.selected {
    background: #da2128;
    border-color: #da2128;
}

.the-shop-latest{
	max-width: 1024px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.the-shop-latest-wrapper {
    display: block;
    position: relative;
    width: 100%;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    margin-top: 30px;
    max-width: 96%;
    margin: 30px auto 100px;
}

.wps_image_carousel .wps_prev, 
.wps_image_carousel .wps_next {
    background: #fff !important;
    color: #000 !important;
    font-size: 45px !important;
    line-height: 30px !important;
    width: 42px !important;
    height: 42px !important;
    top: 54% !important;
    border-radius: 50% !important;
}

.wps_image_carousel .wps_prev {
    left: -28px !important;
}

.wps_image_carousel .wps_next {
    right: -28px !important;
}

.wps_image_carousel .wps_prev:hover, 
.wps_image_carousel .wps_next:hover {
    color: #fff !important;
    background: #da2128 !important;
}


.wps_foo_content .wps_title a{
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}

.page-id-136 .under-title-border-down-pop {
    margin-left: 32%;
}

.site-shop .header-sub-wrapper {
    display: block;
    position: relative;
    clear: both;
    max-width: 1330px;
    margin: 0 auto;
}

.site-shop .thesubmenu-articles {
    float: left;
    width: 70%;
    margin-left: 0;
}

.site-shop .thesearch-articles {
    float: right;
    height: 50px;
    margin-right: 0%;
    width: 25%;
}

.site-shop #menu-shop-menu {
    text-align: left;
}
 
.menu-articles-menu,
.menu-shop-menu-container{
	margin-top: 10px;
}

.the-articles-header-sub-menu .main-navigation li,
.menu-shop-menu-container .main-navigation li {
    margin: 0 15px 0 0;
    position: relative;
    padding-right: 15px;
    border-right: 2px solid #fff;
}

.the-articles-header-sub-menu .main-navigation li ul li, 
.menu-shop-menu-container .main-navigation li ul li{
	border-right: 0px;
}

.the-articles-header-sub-menu .main-navigation li a,
.menu-shop-menu-container .main-navigation li a {
    color: #e6e7e8;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.menu-shop-menu-container li:nth-last-child(1){
	margin: 0;
	padding-right: 0;
	border-right: 0;
}

.wpmenucart-icon-shopping-cart-5:before {
    font-size: 20px !important;
    margin-left: 5px;
    margin-right: 10px;
}

.main-navigation li ul li a {
    background: #da2128;
    border-bottom: 1px solid transparent;
    color: #fff !important;
}

.main-navigation li ul li:hover a{
    background: #da2128;
    border-bottom: 1px solid transparent;
    color: #000 !important;
}

.archive ul.products {
    max-width: 1170px;
    margin: 20px auto 100px !important;
}

.archive ul.products a{
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.archive ul.products h3{
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.archive ul.products .count{
	background: none;
	color: #fff;
}

.archive ul.products .type-product .price{
	color: #000 !important;
	background-color: #fff;
	padding-bottom: 10px;
}

.archive ul.products .type-product h3{
	color: #000 !important;
	background-color: #fff;
}

.archive ul.products .type-product img{
	margin:0 !important;
}

.archive ul.products .product:hover a,
.archive ul.products .product:hover h3,
.archive ul.products .product:hover .count,
.archive ul.products .product:hover .price{
	color: #da2128 !important;
}


.woocommerce ul.products li.product-category a img{
	border-radius: 50%;
}

.archive ul.products .product-category a:before {
    content: "";
    width: 270px;
    height: 270px;
    position: absolute;
    top: 10px;
    left: -5px;
    right: 0;
    background: url("img/category-over.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 9;
}

.archive ul.products .type-product .add_to_cart_button{
	display: none;
}

.archive .woocommerce-ordering{
	display: none;
}

.archive .woocommerce-result-count{
	display: none;
}

.archive .woocommerce-breadcrumb{
	display: none;
}

.archive .page-title {
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.single-product .related{
	display: none;
}

.single-product .woocommerce-tabs{
	display: none;
}

.single-product .wrapper .product{
	max-width: 1170px;
	margin: 0 auto 50px;
}

.single-product .woocommerce-breadcrumb{
	display: none;
}

.single-product .product_meta{
	display: none;
}

.single-product .product_title {
    color: #fff;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    font-family: Serpentine;
}

.single-product .summary.entry-summary{
	margin-top: 40px;
}

.single-product .price {
    color: #fff !important;
    font-size: 16px !important;
    text-align: center;
    font-weight: bold;
}

.archive ul.products li.type-product a {
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 5px;
    background: #fff;
    display: block;
}

.attachment-shop_thumbnail.size-shop_thumbnail {
    border-radius: 50%;
    max-width: 60%;
    text-align: center;
    margin: 0 auto;
}

#ivpa-content .ivpa_attribute.ivpa_color .ivpa_term.ivpa_clicked{
	border-color: #da2128 !important;
}

#ivpa-content .ivpa_attribute.ivpa_text.ivpa_border .ivpa_term {
    display: inline-block;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    padding: 3px 6px;
    margin-right: 5px;
    margin-bottom: 4px;
    width: 30px;
    text-align: center;
    color: #fff;
}

.ivpa_attribute strong,
.ivpa_attribute span{
	display: inline-block !important;
	vertical-align: middle;
}

.ivpa_attribute strong{
	width: 100px;
	color: #fff;
	text-transform: uppercase;
}

#ivpa-content .ivpa_attribute {
    margin-bottom: 40px !important;
}

.single div[itemprop="description"] {
	color: #fff;
}

.input-text.qty.text {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.woocommerce .quantity .minus, .woocommerce-page .quantity .minus {
    bottom: 6px;
    left: 0;
    border-radius: 0 0 0px 0px;
    border: 0;
    background: none;
    font-size: 18px;
    color: #fff;
}

.woocommerce .quantity .plus, .woocommerce-page .quantity .plus {
    top: 5px;
    right: 15px;
    border-radius: 0px 0px 0 0;
    border: 0;
    background: none;
    color: #fff;
    font-size: 18px;
}

input.qty, .woocommerce-page .quantity input.qty {
    width: 60px;
    height: 30px;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
    border-right: 0;
    font-weight: 700;
    border-radius: 2px 0 0 2px;
    -moz-appearance: textfield;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.woocommerce .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce-page .quantity .plus:hover, .woocommerce-page .quantity .minus:hover {
    background-color: transparent;
    color: #da2128;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: none;
    display: block;
    clear: both;
    margin: 25px auto 20px;
    width: 300px;
    background: #da2128;
    color: #fff;
    border: 2px solid #da2128;
}

.woocommerce div.product form.cart .button:hover {
	border: 2px solid #fff;
	background-color: #000;
	color: #fff;
}

.quanitity-label {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 14px;
    width: 90px;
    font-weight: bold;
    margin-top: 5px;
}

.woocommerce #respond input#submit, .woocommerce a.button, 
.woocommerce button.button, .woocommerce input.button {
    color: #fff;
    background-color: #da2128;
    border: 2px solid #da2128;
}

.woocommerce #respond input#submit, .woocommerce a.button:hover, 
.woocommerce button.button, .woocommerce input.button:hover {
    color: #da2128;
    background-color: transparent;
    border: 2px solid #da2128;
}

.page-id-18 .product-thumbnail {
    width: 170px !important;
}

.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 170px;
}

.product-thumbnail a {
    display: block;
    position: relative;
}

.woocommerce-cart .attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image{
	max-width: 100%;
}

#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    text-align: center;
    color: #fff;
}

td.product-name a {
    text-align: left !important;
    text-decoration: none;
    color: #fff !important;
    display: block;
    font-size: 14px;
}

.woocommerce a.remove {
    font-size: 2.5em;
}

.cart #coupon_code{
	width: 145px !important;
	height: 44px;
}

.woocommerce-cart .product-thumbnail a:before{
	content: "";
	position: absolute;
	width: 170px;
	height: 170px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url("img/cart-prod-img-over.png");
	background-repeat: no-repeat;
	background-position: top center;
	border-radius: 50%;
	background-size: 100% 100%;
}

.postid-309 .ivpa_term.ivpa_active.ivpa_instock,
.postid-320 .ivpa_term.ivpa_active.ivpa_instock{
    display: block !important;
    width: 270px;
    clear: both;
    float: none;
    margin: 15px auto 0;
    color: #fff;
    padding-left: 55px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}

.postid-309 .ivpa_title,
.postid-309 .quanitity-label,
.postid-309 .quantity,
.postid-309 .price,
.postid-320 .ivpa_title,
.postid-320 .quanitity-label,
.postid-320 .quantity,
.postid-320 .price{
	display: none !important;
}

.postid-309 .ivpa_active.ivpa_term:before,
.postid-320 .ivpa_active.ivpa_term:before{
	content: "";
	width: 30px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 5px;
	display: block;
	background:url("img/unchecked.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.postid-309 .ivpa_active.ivpa_clicked:before,
.postid-320 .ivpa_active.ivpa_clicked:before{
	content: "";
	width: 30px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 5px;
	display: block;
	background:url("img/checked-one.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.the-single-wrapper-image{
	display: block;
	position: relative;
}

.the-single-wrapper-image img{
border-radius: 50%;
max-width: 86%;
padding: 7%;
}

.the-single-wrapper-image-cover{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	background:url("img/category-over.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.ivpa_attribute strong{
	width: 100%;
	font-size: 26px;
	font-family: Serpentine;
}

.postid-320 .product_title{
	display: none;
}

.personal-training-title-big,
.grouped-training-title-big{
	width: 100%;
	font-size: 26px;
	font-family: Serpentine;
	display: block;
	position: relative;
	clear: both;
}

.ivpa_term[data-term="one-season"] {
    margin-top: 60px !important; 
}

.ivpa_term[data-term="one-season"] .nutrition-block-choosable-wrapper:before {
	width: 100%;
	font-size: 26px;
	font-family: Serpentine;
	position: absolute;
	top: -55px;
	left: -80px;
	content: "PERSONAL TRANING";
}

.ivpa_term[data-term="one-season-grouped"] {
   margin-top: 90px !important; 
}

.ivpa_term[data-term="one-season-grouped"] .nutrition-block-choosable-wrapper:before {
	width: 100%;
	font-size: 26px;
	font-family: Serpentine;
	position: absolute;
	top: -55px;
	left: -80px;
	content: "GROUP TRANING";
}

.woocommerce-cart td.actions input.button{
    color: #fff !important;
    padding: 10px 30px !important;
}

.woocommerce-cart .actions{
	display: none;
}

.woocommerce-cart .cart_totals h2,
.woocommerce-cart .cart_totals .order-total{
	display: none !important;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 2px solid #fff;
}

.woocommerce-cart .cart-subtotal,
.woocommerce-cart .cart-subtotal th{
    color: #da2128 !important;
}

.woocommerce-cart .wc-proceed-to-checkout a{
    background-color: transparent !important;
    color: #000 !important;
    -webkit-font-smoothing: antialiased;
    width: 140px;
    border: 0px solid #000 !important;
    background-image: url("img/pricing-bg-be.png");	
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 16px !important;
	padding: 25px 0px !important;
	font-family: Serpentine;
	letter-spacing: 2px;
	font-weight: normal;
	margin: 0 auto;
}

.woocommerce-cart .wc-proceed-to-checkout a:hover{
    background-image: url("img/pricing-bg.png");	
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 25%;
}

.woocommerce-cart .shipping{
	display: none;
}

.woocommerce table.shop_table tbody:first-child tr:first-child th {
    text-align: center;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td{
    text-align: center;
}

.wps_img img{
	max-width: 100%;
}

.checkout-right-column .col-1 {
    float: none !important;
    margin: 0 auto;
}

.checkout-right-column .col-1 .form-row label,
.checkout-right-column .col-1 .form-row input,
.checkout-right-column .col-1 .form-row .select2-container{
	display: block;
	width: 100%;
}

.checkout-right-column .col-1 .form-row input{
	max-width: 96%;
}

.checkout-right-column .col-1 .form-row label{
	color: #fff;
}

.checkout-right-column .col-1 .create-account #createaccount,
.checkout-right-column .col-1 .create-account .checkbox {
	display: inline-block !important;
	vertical-align: middle !important;
	width: auto !important;
}

.checkout-right-column .col-1 .create-account p:nth-child(1){
	color: #fff;
}

.checkout-left-column .cart-subtotal th,
.checkout-left-column  td{
	text-align: left !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
}

#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
    border: 0em solid #dfdcde;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: transparent;
    color: #fff;
}

.wc_payment_method label{
	color: #fff;
}

.checkout-left-column input#place_order{
	color: #fff;
	background-color: transparent;
	border: 0px solid #da2128;
	background: url("img/pricing-bg-be.png") repeat scroll 0 0 / 100% 100%;
	font-family: Serpentine;
	font-size: 16px;
	color: #000;
	display: block;
	height: 60px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	width: 195px;
	float: right;
	margin-top: 12px;
	-webkit-transition: background-image 0.2s ease-in-out;
	transition: background-image 0.2s ease-in-out;
	letter-spacing: 2px;
	font-weight: normal;
}

.checkout-left-column input#place_order:hover{
	background: rgba(0, 0, 0, 0) url("img/pricing-bg.png") repeat scroll 0 0 / 100% 100%;
	color: #000;
	-webkit-transition: background-image 0.2s ease-in-out;
	transition: background-image 0.2s ease-in-out;
}

#s2id_billing_country{
	max-width: 96%;
}

.home .coming-soon-image-full-placeholder{
	display: none;
}

.shop-coming-soon-text-none{
	display: none;
}

.home .shop-coming-soon-text-none{
	display: block;
}

footer .main-navigation li a {
    color: #e6e7e8 !important;
    font-weight: 700 !important;
}

footer .main-navigation li a:hover {
    color: #da2128 !important;
    font-weight: 700 !important;
}

.right-listing-block .right-listing-block-inner .c-tab__content div.listingone:nth-child(1){
	display: none;
}

.left-featured-block .listing-title a{
	color: #e6e7e8;
    font-size: 34px;
    font-family: Serpentine;
    font-weight: bold;
    display: block;
    text-align: left;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-bottom: 20px;
}

.left-featured-block .listingone-image img{
	width: 100%;
}

.readmore-newone a {
    text-align: right !important;
    font-size: 18px !important;
    text-shadow: none !important;
}

.left-featured-block .listingone:hover .readmore-newone a,
.left-featured-block .listingone:hover .listing-title a{
	color: #da2128;
}


.excerpts-left-listing-feat p{
	color: #e6e7e8;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 55px;
    font-family: 'Open Sans', sans-serif;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.excerpts-left-listing-feat .read-more-link{
	display: none;
}

#mc_embed_signup input{
	background: #e6e7e8 !important;
}

/********/

.dugme-novo{
	border-radius: 7px;
}

.dugme-novo a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background: #da2128;
    max-width: 200px;
    padding: 14px;
    font-weight: normal;
    margin: 40px auto 30px;
    font-family: Serpentine;
    border-radius: 7px;
}

.dugme-novo:hover a{
	color: #000;
}

.the-new-article-showcase{
	display: block;
	position: relative;
	width: 100%;
}

.the-new-article-showcase img{
	width: 100%;
	z-index: 9;
}

.the-overflow-ofthe-article-fp img{
	width: 100%;
}

.the-placeholder-ofthe-article-fp{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("img/fp-bg-artiklot-bla.png");
	z-index: 80;
	display: block;
	height: 100%;
	overflow: visible;
	opacity: 0.8;
}

.the-holderof-ofthe-article-fp{
	display: block;
	position: relative;
	width: 100%;
	z-index: 9;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
}

@media screen and (max-width: 1900px) {
	.fp-about-section-info-wrapper {
	    margin-left: 0;
	    width: 100%;
	}

	.about-section-first-holder {
	    left: 515px;
	    right: auto;
	}

	.about-section-second-holder {
		left: 535px;
		right: auto;
	}

	.about-section-third-holder {
		left: 555px;
		right: auto;
	}

	.about-section-fourth-holder {
		left: 575px;
		right: auto;
	}
}

@media screen and (max-width: 1650px) {

	.front-page-top-right-menu {
	    margin-right: 4%;
	}

	.front-page-top-left-info {
	    margin-left: -3%;
	    width: 45%;
	}

	.home .about-content .post-7 .entry-content {
	    margin-right: 7%;
	}


	.fp-about-title-wrappering,
	.fp-services-title-wrappering,
	.fp-testimonials-title-wrappering {
	    background-position: left top;
	    background-size: cover;
	    width: 53%;
	}

	.fp-shop-full {
	    height: 780px;
	}

	.woocommerce-cart .shop-account-pg {
	    width: 96%;
	    margin: 0 auto;
	    padding-bottom: 11%;
	    padding-top: 3%;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	    width: 310px;
	}
}

@media screen and (max-width: 1520px) {

	.fp-shop-right-content .entry-content h3 {
	    font-size: 46px;
	    margin-bottom: 50px;
	    margin-top: 50px;
	}

.fp-shop-right-content .entry-content p {
    font-size: 28px;
}
}

@media screen and (max-width: 1440px) {
	.front-page-top-right-menu {
	    margin-right: 2%;
	    margin-top: 50px;
	}

	.front-page-top-left-info {
	    margin-left: -2%;
	    margin-top: 20%;
	    width: 45%;
	}

	.front-page-top-right-menu {
	    margin-right: 2%;
	    margin-top: 3%;
	}

	.middle-fp-menu-item {
	    max-width: 515px;
	}

	.service-list-one-block {
	    margin-left: 2%;
	    margin-right: 2%;
	    width: 28%;
	}

	.services-listing-fp {
	    width: 96%;
	}

	.woocommerce-checkout .shop-account-pg {
	    width: 100%;
	    padding-bottom: 11%;
	    padding-top: 3%;
	    max-width: 96%;
	    margin: 0 auto;
	}
}

@media screen and (max-width: 1366px){
	.the-header-art-wrapper-menu {
    	max-width: 96%;
    	margin: 0 auto;
	}

	.the-header-art-wrapper-menu .main-navigation li {
	    margin: 0 15px 0 0;
	    padding-right: 15px;
	}

	.the-header-art-wrapper-menu .main-navigation li a {
	    font-size: 22px;
	}

	.site-shop .header-sub-wrapper {
	    max-width: 96%;
	}

	.the-articles-header-sub-menu .header-sub-wrapper {
	    max-width: 1000px;
	}

	.articles-whole-wrapper {
	    max-width: 1000px;
	    padding: 0px;
	    max-height: 675px;
	}	

	#mc-embedded-subscribe {
	    margin-right: 9% !important;
	}

	.newsletter-text-articles-wrapper {
	    margin-top: 0;
	}
	.the-articles-header-sub-menu .main-navigation li a, .
	menu-shop-menu-container .main-navigation li a {
	    font-size: 12px;
	}

	.fp-shop-left-content {
	    float: left;
	    display: block;
	    position: relative;
	    margin-left: 7%;
	    margin-top: 7%;
	    max-width: 40%;
	}
	.fp-shop-left-content img{
	    max-width: 100%;
	}
.home .post-7 .entry-content p:nth-last-child(1),
.home .post-7 .entry-content p:nth-last-child(2){
	margin-bottom: 0px !important;

}
.home .post-7 .entry-content p:nth-last-child(1){
	padding-bottom: 30px !important;
}

.home .post-7 footer.entry-meta {
    margin-top: 0px;
}
}

@media screen and (max-width: 1280px){

.the-header-art-wrapper-menu .main-navigation li {
    margin: 0 11px 0 0;
    padding-right: 15px;
}
.the-header-art-wrapper-menu .main-navigation li a {
    font-size: 25px;
}
.shop-header-top-right {
    right: 79px;
}
}

@media screen and (max-width: 1242px){
.home .about-content .post-7 .entry-content {
    margin-right: 1%;
}
.contact-wrapp {
    max-width: 90%;
    float: none;
    width: 100%;
    padding: 0 0 50px 0;
    margin: 0 auto;
}
.contact-form {
    float: none;
    width: 100%;
    margin-top: 91px;
}
.contact-map {
    float: none;
    width: 100%;
    margin-top: 100px;
    clear: both;
    padding-bottom:100px;
}
.contact-map h1 {
    background: #da2128;
}

.contact-map p{
	font-weight: 600;
}
.wpcf7-form .wpcf7-submit {
    float: none;
    width: 110px;
    margin: 20px auto;
}

.map-f > p {
    margin-right: 0px;
}
}

@media screen and (max-width: 1114px){
.front-page-top-left-info {
    width: 75%;
    float: none;
    margin: 0 auto;
}
.middle-fp-menu-item {
    max-width: 100%;
}
.front-page-top-right-menu {
    float: none;
    margin: 0 auto;
    margin-top: 76px;
    width: 63%;
}
.the-header-full {
    height: 191px;
}
.the-logo img {
    max-width: 65% !important;
}
.the-newsletter-wrap {
    margin-right: 14px;
    margin-top: 25px;
}

.home .about-content .post-7 .entry-content {
    float: none;
    margin: 0 auto;
    width: 91%;
    text-align: center;
}
.home .about-content .post-7 {
    float: none;
    width: 100%;
}
.home .about-content .post-7:after {
    height: 40px;
    background-size: 100% 100%;
}
.fp-services-section-full {
    margin-top: 140px;
}
.fp-testimonials-full .testimonials-widget-testimonial:nth-child(2n+1) {
    float: none;
    clear: none !important;
}
.fp-testimonials-full .testimonials-widget-testimonial {
    width: 100%;
}
.the-header-art-wrapper-menu .main-navigation li a {
    font-size: 20px;
}
.the-articles-header-sub-menu .main-navigation li a, .menu-shop-menu-container .main-navigation li a {
    font-size: 13px;
}
.archive ul.products {
    max-width: 96%;
    text-align: center;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: none;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 250px;
    display: inline-block;
    text-align: left;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin: 0 3.8% 2.992em 0;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: none;
    width: 48%;
    margin: 0 auto;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: 48%;
    margin: 0 auto;
    text-align: center;
}
.about-section-image-holder img {
    width: 45%;
    margin-top: 76px;
}
.about-section-first-holder {
    left: 332px;
    top: 32%;
}
.about-section-second-holder {
    left: 350px;
    top: 39%;
}
.about-section-third-holder {
	left: 369px;
    top: 46%;
}
.about-section-fourth-holder{
	left: 388px;
    top: 53%;
}
.service-list-one-block {
    width: 47%;
    margin: 0 auto;
    margin-top: 51px;
}
.fp-services-exc{
	margin-bottom: 0;
}
.service-list-one-block {
    width: 47%;
    margin: 0 auto;
    margin-top: 51px;
    display: block;
}
.services-content:after {
    height: 46px;
    margin-bottom: -74px;
    background-size: 100% 100%;
}
.fp-testimonials-full:after {
    height: 46px;
    content: "";
    bottom: -37px;
    background-size: 100% 100%;
}
.the-shop-latest-wrapper {
    width: 94%;
}
.the-shop-slider-top {
    max-width: 90%;
}

.the-top-pop-top .newsletter-blox-articles-wrapper {
    max-width: 96%;
}
.fp-services-exc blockquote {
    float: none;
    margin: 30px auto 0;
    text-align: center;
}
.services-buttons {
    margin: 0 auto 40px;
    float: none;
}
.fp-shop-left-content {
    float: none;
    display: block;
    position: relative;
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    padding-top: 8%;
}
.fp-shop-right-content {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    position: relative;
}
.fp-shop-full {
    height: auto;
    background-size: cover;
    background-position: top right;
}
.home .post-7 .entry-content p:nth-last-child(1),
.home .post-7 .entry-content p:nth-last-child(2){
	margin-bottom: 0px !important;

}
.home .post-7 .entry-content p:nth-last-child(1){
	padding-bottom: 30px !important;
}

.home .post-7 footer.entry-meta {
    margin-top: 0px;
}
}

@media screen and (max-width: 1023px) {
.articles-whole-wrapper {
    max-width: 96%;
    padding: 0px;
    max-height: none;
}
.left-featured-block {
    width: 100%;
    float: none;
    padding-bottom: 50px;
    border-right: 0px solid #e6e7e8;
    padding-right: 0;
}
.right-listing-block {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.the-read-more-button a {
    text-align: center;
    float: none;
    margin: 0 auto;
}
.left-featured-block .the-read-more-button{
	text-align: center;
}
.right-listing-block-inner {
    overflow-y: scroll;
    position: relative;
    display: block;
    max-height: none;
    padding: 0;
    text-align: center;
}
.right-listing-block .listingone {
    display: block;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 2px solid #fff;
}
.right-listing-block .listingone .listing-title a {
    text-align: center;
}
.the-articles-header-sub-menu .header-sub-wrapper {
    max-width: 96%;
}
}

@media screen and (max-width: 921px) {

.about-section-first-holder {
    left: 264px;
}
.about-section-second-holder {
    left: 283px;
    top: 40%;
}
.about-section-third-holder {
    left: 302px;
    top: 48%;
}
.about-section-fourth-holder {
    left: 322px;
    top: 56%;
}
footer#colophon .the-footer-menu {
    max-width: 96%;
}
.the-articles-header-sub-menu .main-navigation li, .menu-shop-menu-container .main-navigation li {
    margin: 0 4px 0 0;
    padding-right: 6px;
}
.art-wrapper-top img {
    max-width: 300px;
}
.the-header-art-wrapper-menu .main-navigation li a {
    font-size: 15px;
    font-weight: normal;
}
.the-header-art-full,
.thesubmenu-articles{
	display: none;
}
.site-shop .thesearch-articles {
    float: none;
    height: 50px;
    width: 95%;
    margin: 0 auto;
}
.shop-header-top-right {
    right: 0;
    left: 0;
    text-align: center;
    top: 0;
    position: relative;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
    margin-bottom: 72px;
}
footer#colophon .the-footer-menu{
	display: none;
}
.newsletter-text-articles-wrapper {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
}
.newsletter-form-articles-wrapper {
    float: none;
    width: 100%;
}
.mc-field-group {
    display: block;
    vertical-align: top;
    width: 100% !important;
    margin: 0 auto;
}
#mc-embedded-subscribe {
    margin: 0 auto !important;
    width: 100% !important;
    float: none !important;
}
.searchford-live #s {
    width: 98%;
    font-style: italic;
}
.the-articles-header-sub-menu .thesearch-articles {
    float: none;
    height: 50px;
    width: 100%;
    margin: 0 auto;
}

.woocommerce-cart .shop-account-pg {
    width: 96%;
    margin: 0 auto;
    padding-bottom: 11%;
    padding-top: 3%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 310px;
}
.checkout-right-column {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
}
.checkout-left-column {
    float: none;
    display: block;
    width: 100%;
    border-right: 0px solid #fff;
    padding-right: 0;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    margin: 0 auto;
}
}

@media screen and (max-width: 777px) {

.fp-about-title-wrappering {
    width: 100%;
	background: #C11E25;
    float: none;
    font-family: Serpentine;
    font-size: 30px;
    height: auto;
    line-height: 44px;
}
.about-section-image-holder img {
    width: 45%;
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 105px;
}
.about-section-first-holder,
.about-section-second-holder,
.about-section-third-holder,
.about-section-fourth-holder {
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    position: relative;
    background-image: none;
    background: #E0E1E2;
    margin-top: 5px;
}
.about-section-first-holder > p,
.about-section-second-holder > p,
.about-section-third-holder > p,
.about-section-fourth-holder > p {
    padding-left: 0;
}
.home .about-content .post-7,
.home .about-content .post-7 .entry-content {
    clear: both;
}
.home .about-content .post-7:before {
    display: none;
}
.fp-about-title-wrappering, .fp-services-title-wrappering, .fp-testimonials-title-wrappering {
    background-image: none;
    background-color: #E0E1E2;
    width: 100%;
    height: auto;
    font-size: 29px;
	line-height: 55px;
}
.listingone-image {
    margin-bottom: 40px;
    overflow: visible;
    position: relative;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}
.service-list-one-block {
    width: 85%;
    margin: 0 auto;
    margin-top: 51px;
    display: block;
}
.fp-services-exc {
    text-align: center;
    min-height: unset;
}
.fp-services-exc blockquote {
    float: none;
    margin-top: 19px;
}
.services-buttons {
    text-align: center;
    float: none;
    margin: 0 auto;
    margin-top: 30px;
}
.fp-single-article-show-latest-wrapper {
    max-height: 450px;
}
.fp-shop-right-content {
    float: none;
    width: 100%;
}
.title-top-pr {
    width: 63%;
}
.group-title, .per-title,
.title-nutration, .title-corporate {
    background: #DA2128;
    width: 100%;
    font-size: 21px;

}

}

@media screen and (max-width: 768px){
	td.product-name a {
	    display: inline-block;
	}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: 190px;
}
}

@media screen and (max-width: 667px){

.the-header-full {
    height: auto;
    padding: 15px 0;
    background: #E5E5E5;
}	
.the-logo img {
    max-width: 21% !important;
}
.the-logo {
    float: none;
    margin-left: 0;
    margin-top: 5px;
    text-align: center;
}
.the-top-pop-top button {
    margin-right: 0;
}
.the-newsletter-wrap {
    margin: 0 auto;
    text-align: center;
    float: none;
}
.fp-top-left-info-header {
    font-size: 30px;
}
.fp-menu-items-ap {
    width: 84px;
    height: 84px;
    position: absolute;
    display: block;
}
.fp-top-left-info-left > p, .fp-top-left-info-middle > p, .fp-top-left-info-right > p {
    height: auto;
	line-height: 29px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.fp-top-left-info-middle {
    border-left: none;
    border-right: none;
}
.fp-top-left-info-left, .fp-top-left-info-middle, .fp-top-left-info-right {
    display: block;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
}
.front-page-top-right-menu {
    margin-top: 4px;
}
.the-service-fp-title {
    font-size: 13px;
    line-height: 33px;
}
}

@media screen and (max-width: 563px){

.fp-single-article-show-latest .fp-single-title-holder a {
    color: #e6e7e8;
    text-decoration: none;
    font-size: 24px;
    padding-bottom: 0;
}
.fp-single-article-show-latest .fp-single-title-and-link {
    top: 34%;
}
.fp-single-article-show-latest .fp-single-title-holder a {
    font-size: 24px;
    padding-bottom: 0;
}
.fp-single-article-show-latest .fp-single-button-holder a {
    font-size: 15px;
}
.front-page-top-right-menu-wrapper {
    display: none;
}
.front-page-top-with-menu {
    padding-bottom: 0;
}
.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), 
.woocommerce-page[class*="columns-"] ul.products li.product:nth-child(2n), 
.woocommerce[class*="columns-"] ul.products li.product:nth-child(2n) {
    float: none;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.fp-single-article-show-latest .fp-single-title-and-link {
    max-width: 100%;
}
.the-logo img {
    max-width: 56% !important;
}

.searchford-live {
    margin-top: 8px;
    text-align: center;
}
.searchford-live #s {
    width: 84%;
    margin: 0 auto;
}
}

@media screen and (max-width: 441px){
.listingone-image {
    width: 78%;
}
.shop-account-pg .woocommerce form .form-row input.input-text {
   width: 90%;
   margin: 0 auto;
}
.shop-account-pg .woocommerce form .form-row {
    width: 100%;
}
}

@media screen and (min-width: 1300px) and (max-width: 1370px){
	.front-page-full {
	    padding-top: 150px;
	}

	.middle-fp-menu-item {
	    max-width: 430px;
	}
}

@media screen and (min-width: 1117px){
.left-featured-block .listingone-image {
    max-height: 470px;
    overflow: hidden;
}
}

@media screen and (min-width: 1490px){
.left-featured-block .listingone-image {
    max-height: 710px;
    overflow: hidden;
}
}

@media screen and (min-width: 1300px) and (max-width: 1400px){
	.front-page-top-left-info {
	    margin-top: 11%;
	}
	.front-page-top-right-menu {
	    margin-right: 4%;
	    margin-top: -5%;
	}

	.about-section-image-holder img {
	    border-radius: 50%;
	    z-index: 99;
	    max-width: 600px;
	    margin-left: 5%;
	    margin-top: 70px;
	}

	.service-list-one-block {
	    margin-left: 6%;
	    margin-right: 5%;
	    width: 22%;
	}

	.services-buttons {
	    background: rgba(0, 0, 0, 0) url("img/pricing-bg-be.png") repeat scroll 0 0 / 100% 100%;
	    font-family: Serpentine;
	    font-size: 16px;
	    color: #000;
	    display: block;
	    height: 60px;
	    line-height: 60px;
	    text-align: center;
	    text-decoration: none;
	    width: 140px;
	    float: right;
	    margin-top: 20px;
	    -webkit-transition: background-image 0.2s ease-in-out;
	    transition: background-image 0.2s ease-in-out;
	}

	.fp-services-exc {
	    display: block;
	    clear: both;
	    text-align: justify;
	    color: #fff;
	    font-size: 14px;
	    margin-bottom: 30px;
	    line-height: 18px;
	    min-height: 335px;
	}
	.archive ul.products .product-category a:before {
	    top: 0px;
	}
}

@media screen and (min-width: 1280px){
	.front-page-full{
		background: url("img/home-background.jpg");
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: 0 35px;
		background-size: 100%;
		padding-top: 240px;
	}


.fp-single-article-show-latest-wrapper {
    max-height: unset;
}

}


@media screen and (min-width: 1890px){
	.front-page-top-with-menu {
	    padding-bottom: 200px;
	}
}


.services-listing-fp blockquote p{
	font-style: italic;
	font-weight: 600;
}

#mc_embed_signup .mc-field-group {
    padding-bottom: 2% !important;
    margin-top: 20px;
}

#mc_embed_signup form {
    padding: 0px 0 0px 3% !important;
}

#mc_embed_signup .mc-field-group input {
    padding: 5px 0 !important;
}

.shop-account-pg .entry-content h2{
	font-family: Serpentine;
}

.shop-account-pg .woocommerce-Button.button{
	text-transform: uppercase;
}

#customer_login form label,
#customer_login form label{
	font-style: italic;
	font-weight: 600;
}

.shop-header-top-right a.my-acount-sh{
	font-weight: 600;`
}

