/*
Theme Name: Suits
Theme URI: http://www.themeweaver.net/demo/suits/
Author: Theme Weaver
Author URI: http://www.themeweaver.net/
Description: For blogs and websites. Sleek design and solid code. Suits make you look good.
Version: 10.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, gray, white, dark, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, featured-images, full-width-template, microformats, threaded-comments
Text Domain: suits

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.
*/


/* =Reset (http://git.io/normalize)
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=El+Messiri:400,700&subset=cyrillic');

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 62.5%; /* 10px */
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'El Messiri', sans-serif;
}

body {
	color: #333;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 23px;
	line-height: 2.3rem;
	margin: 0;
}

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: none;
	transition:         none;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #526e91;
	outline: 0;
}

a:hover {
	-webkit-transition: all 0.3s;
	transition:         all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #000;
	font-family: 'El Messiri', sans-serif;
	font-weight: 700;
	line-height: 1.5;
	margin: 23px 0;
	margin: 2.3rem 0;
}

h1 {
	font-size: 24px;
	font-size: 2.4rem;
}

h2 {
	font-size: 20px;
	font-size: 2rem;
}

h3 {
	font-size: 17px;
	font-size: 1.7rem;
}

h4 {
	font-size: 15px;
	font-size: 1.5rem;
}

h5 {
	font-size: 13px;
	font-size: 1.3rem;
}

h6 {
	color: rgba(0, 0, 0, 0.45);
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}

address {
	font-style: italic;
	margin: 0 0 23px;
	margin: 0 0 2.3rem;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 23px;
	margin: 0 0 2.3rem;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 13px;
	font-size: 1.3rem;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background-color: rgba(0, 0, 0, 0.04);
	color: #666;
	font-family: monospace;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 23px 0;
	margin: 2.3rem 0;
	overflow: auto;
	padding: 20px;
	padding: 2rem;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
	font-weight: normal;
	margin: 23px;
	margin: 2.3rem;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: normal;
}

blockquote strong,
blockquote b {
	font-weight: normal;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
	margin: 0 2rem;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

menu,
ol,
ul {
	margin: 16px 0;
	margin: 1.6rem 0;
	padding: 0 0 0 40px;
	padding: 0 0 0 4rem;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px;
	padding: 2rem;
	margin-bottom: 23px;
	margin-bottom: 2.3rem;
}

legend {
	border: 0;
	padding: 0 5px;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-spacing: 0;
	margin: 0 0 23px;
	margin: 0 0 2.3rem;
	width: 100%;
}

caption,
th,
td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-weight: normal;
	text-align: left;
}

caption {
	border: 0;
	margin: 23px 0;
	margin: 2.3rem 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	padding: 6px 10px 6px 0;
	padding: 0.6rem 1rem 0.6rem 0;
}

hr {
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	height: 1px;
	margin: 0 0 23px;
	margin: 0 0 2.3rem;
}


/* =Repeatable Patterns
----------------------------------------------- */

/* Clearing floats */
.clear:after,
.nav-menu:after,
.site-main:after,
.site-footer .sidebar-container:after,
.entry-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.attachment .entry-header:after,
.comment-body:after,
.sidebar-inner:after {
	clear: both;
}

.clear:before,
.clear:after,
.nav-menu:before,
.nav-menu:after,
.site-main:before,
.site-main:after,
.site-footer .sidebar-container:before,
.site-footer .sidebar-container:after,
.entry-content:before,
.entry-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.comment-body:before,
.comment-body:after,
.sidebar-inner:before,
.sidebar-inner:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Form fields, general styles first. */
button,
input,
textarea {
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-family: inherit;
	padding: 8px 10px;
	padding: 0.8rem 1rem;
	-webkit-transition: border 0.2s;
	transition:         border 0.2s;
}

input,
textarea {
	color: #333;
}

input:focus,
textarea:focus {
	border-color: rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: transparent;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 8px 20px;
	padding: 0.8rem 2rem;
	text-decoration: none;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	border-color: rgba(0, 0, 0, 0.3);
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	border-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.5);
	-webkit-transition: none;
	transition:         none;
}

.post-password-required input[type="submit"] {
	vertical-align: bottom;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
}

:-moz-placeholder {
	color: #333;
}

::-moz-placeholder {
	color: #333;
}

:-ms-input-placeholder {
	color: #333;
}

/* Responsive images */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
	
}
.products .gallery-item .entry-thumbnail { height: 170px;overflow: hidden;    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; margin-bottom: 10px }
.nav-links {clear: both;text-align: center;}
.nav-links a, .nav-links span.current { display: inline-block; padding: 5px 10px; border:1px solid #000; }
.nav-links span.current { background: #000; color:white; }
/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
	margin: 0.5rem 2rem 0.5rem 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
	margin: 0.5rem 1rem 0.5rem 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
	margin: 0.5rem 0 0.5rem 2rem;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
	margin: 0.5rem 0 0.5rem 1rem;
}

img.aligncenter {
	margin: 5px auto;
	margin: 0.5rem auto;
}

img.alignnone {
	margin: 5px 0;
	margin: 0.5rem 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	font-style: italic;
	font-weight: normal;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}


/* =Basic Structure
----------------------------------------------- */

.site-main {
	margin: 0 auto;
	margin: 0 auto;
	max-width: 960px;
	overflow: hidden;
	padding: 46px 0;
	padding: 0 0 4.6rem 0;
	width: 100%;

}

.site-main .content-area {
	float: left;
	margin: 0 10px;
	margin: 15px 1rem;
	width: 692px;
}
.home .site-main .content-area {width: auto;float:none;}
.single-attachment .content-area,
.full-width .content-area {
	width: 940px;
}

.site-main .sidebar-container {
	float: left;
	margin: 0 10px;
	margin: 10px 1rem;
	width: 220px;
}


/* =Site Header
----------------------------------------------- */

.site-header {


}
header .container {max-width: 960px; margin:0 auto;}

.site-header .home-link {
	display: block;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	color:#000;
	line-height: initial;
	
}

.site-title {
	color: #000;
	font-family: 'El Messiri', sans-serif;
	font-size: 80px;
	font-size: 5rem;
	font-weight: 300;
	letter-spacing: 5px;
	line-height: 9rem;
	margin: 0;
	 
	text-transform: uppercase;
}
header .phone {color:#000; font-size: 18px}
header .address {color:#000; font-size: 20px}
.callme_viewform {display: block; padding: 5px 10px; border:1px solid #000!important;color:#000;     font-size: 18px;
    margin-top: 10px;
    font-weight: bold;    max-width: 260px;
    margin: 10px auto 0;
    text-align: center;
    position: relative;
    top: 16px;}
.site-description {
	color: #666;
	font: normal 14px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	letter-spacing: 2px;
	margin: 0;
	padding-bottom: 23px;
	padding-bottom: 2.3rem;
}


.menu-category-container {
    display: block;
    padding: 0 0 64px;
    margin: 0;
}
.menu-category-container > ul.specialmenu {
    display: block;
    padding: 0;
    margin: 0 -20px 0 -13px;
    font-size: 0;
}
.menu-category-container > ul.specialmenu > li {
    display: inline-block;
    width: 160px;
    height: 131px;
    color: #292929;
    font-size: 17px;
    padding: 0 43px 0 39px;
    margin: 0 6px 0 0;
    text-align: center;
    background: url("images/main-menu_li.png")left top no-repeat;
}
.menu-category-container > ul.specialmenu > li > a {
    display: table-cell;
    color: #292929;
    text-decoration: none;
    width: 160px;
    height: 113px;
    text-align: center;
    vertical-align: middle;
}
.menu-category-container > ul.specialmenu > li > a:hover {
    color: #a58244;
}

/* =Navigation
----------------------------------------------- */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 866px;
	min-height: 36px;
	position: relative;
	
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
	padding: 0 4rem 0 0;
}

.nav-menu li {
	float: left;
	position: relative;
}

.nav-menu li a {
	color: #000;
	display: block;
	font-family: 'El Messiri', sans-serif;
	font-weight: bold;
	font-size: 11px;
	font-size: 1.1rem;
	
	letter-spacing: 2px;
	line-height: 12px;
	line-height: 1.2rem;
	padding: 12px 20px;
	padding: 1.2rem 2rem;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition:         all 0.3s;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	color: #c19558;
	-webkit-transition: none;
	transition:         none;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #404040;
	border-top: 0;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
			box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	display: none;
	opacity: 0;
	padding: 0;
	position: absolute;
	left: 0;
	z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	margin: 0;
	text-transform: none;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	background-color: #303030;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
	opacity: 1;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	
	color: #9e6807;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	margin: 0 auto;
	width: 100%;
	margin-top: 11px;
	background: url(images/menu-bg.png) center 0 no-repeat;
    padding: 33px 0;
}


.site-header .search-form {
	position: absolute;
	right: 0;
	top: 0;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: 0;
	cursor: pointer;
	height: 36px;
	margin: 0;
	padding: 0 0 0 42px;
	padding: 0 0 0 4.2rem;
	position: relative;
	-webkit-transition: width 0.2s ease, background 0.2s ease;
	transition:         width 0.2s ease, background 0.2s ease;
	width: 0;
}

.site-header .search-field:hover {
	background-color: #fce7bc;
	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
	-webkit-transition: none;
	transition:         none;
}

.site-header .search-field:focus {
	background-color: #f5f5f5;
	border: 0;
	cursor: text;
	outline: 0;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	-webkit-transition: width 0.2s ease, background 0.2s ease;
	transition:         width 0.2s ease, background 0.2s ease;
	width: 200px;
}


/* =Content
----------------------------------------------- */

.site-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.hentry {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 46px;
	margin-bottom: 4.6rem;
	padding-bottom: 46px;
	padding-bottom: 4.6rem;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	width: auto;
	padding: 0 13px;
}
.home .entry-content { padding: 0 28px;}

/* =Entry Header
----------------------------------------------- */

.entry-thumbnail img {
	display: block;
	margin: 0 auto 23px;
	margin: 0 auto 2.3rem;
}

.entry-header {
	margin-bottom: 23px;
	margin-bottom: 2.3rem;
}

.entry-title {
	font-family: 'El Messiri', sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
}

.entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #526e91;
	text-decoration: none;
}


/* =Entry Meta
----------------------------------------------- */

.entry-meta {
	clear: both;
	color: rgba(0, 0, 0, 0.45);
}

.entry-meta a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.45);
}

.entry-meta a:hover {
	color: #526e91;
}

.entry-meta .edit-link:before {
	content: "\203A\00a0";
}

.single-author .entry-meta .by-author,
.sticky .entry-meta .on-date {
	display: none;
}


/* =Entry Content
----------------------------------------------- */

.entry-content a,
.comment-content a,
.page-content a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #526e91;
}

.entry-content a:hover,
.comment-content a:hover,
.page-content a:hover {
	color: #333;
}

.entry-content th a,
.entry-content td a,
.comment-content th a,
.comment-content td a {
	border-bottom: none;
}

/* Page links */
.page-links {
	clear: both;
	font-weight: bold;
	margin: 23px 0;
	margin: 2.3rem 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #303030;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #526e91;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/* =Galleries
----------------------------------------------- */

.gallery {
	margin-bottom: 23px;
	margin-bottom: 2.3rem;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 31px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 23px;
	margin: 0 auto 2.3rem;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-3 .gallery-item {
	max-width: 27%;
	max-width: -webkit-calc(34.6% - 31px);
	max-width:         calc(34.6% - 31px);
	margin-bottom: 30px;
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}
.gallery-item img {-webkit-border-radius: 27%;
-moz-border-radius: 27%;
border-radius: 27%;}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	color: #fff;
	line-height: 14px;
	line-height: 1.4rem;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 8px;
	padding: 0.8rem;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 0.2s ease;
	transition:         opacity 0.2s ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/* =Attachments
----------------------------------------------- */

.attachment .entry-title {
	float: left;
}

.image-navigation {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}

.image-navigation a {
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: inline-block;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: normal;
	padding: 8px 20px;
	padding: 0.8rem 2rem;
	text-transform: uppercase;
}

.image-navigation .nav-next {
	margin-left: 10px;
	margin-left: 1rem;
}

.attachment .entry-attachment {
	text-align: center;
	margin-bottom: 23px;
	margin-bottom: 2.3rem;
}

.attachment .entry-attachment .attachment {
	margin-bottom: 23px;
	margin-bottom: 2.3rem;
}

.attachment .entry-caption {
	color: rgba(0, 0, 0, 0.45);
	text-align: left;
}


/* =Post/Paging Navigation
----------------------------------------------- */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.paging-navigation a {
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: inline-block;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: normal;
	padding: 8px 20px;
	padding: 0.8rem 2rem;
	text-transform: uppercase;
}

.post-navigation {
	margin-bottom: 46px;
	margin-bottom: 4.6rem;
}

.post-navigation .nav-links {
	font-size: 11px;
	font-size: 1.1rem;
	text-transform: uppercase;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/* =Archives
----------------------------------------------- */

.archive-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 46px;
	margin-bottom: 4.6rem;
	padding-bottom: 23px;
	padding-bottom: 2.3rem;
}

.archive-title {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	text-transform: uppercase;
}

.archive-meta {
	color: rgba(0, 0, 0, 0.45);
	font-style: normal;
	font-weight: normal;
	margin-top: 10px;
	margin-top: 1rem;
}

.archive-meta p:last-of-type {
	margin-bottom: 0;
}


/* =Search Results/No posts/404
----------------------------------------------- */

.page-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 46px;
	margin-bottom: 4.6rem;
	padding-bottom: 23px;
	padding-bottom: 2.3rem;
}

.page-title {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	text-transform: uppercase;
}

.error404 {
	margin-bottom: 46px;
	margin-bottom: 4.6rem;
}


/* =Comments
----------------------------------------------- */

.comments-title {
	font-weight: normal;
	text-transform: uppercase;
}

.comment-list {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 46px;
	margin: 0 0 4.6rem;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
	margin-left: 2rem;
}

.comment-list > li:after,
.comment-list .children > li:before {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 23px 0;
	padding: 2.3rem 0;
	position: relative;
}

.comment-author .avatar {
	display: block;
	float: left;
	margin-right: 23px;
	margin-right: 2.3rem;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url {
	color: #000;
	font-style: normal;
	font-weight: normal;
}

.comment-author a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.comment-reply-link,
.comment-reply-login {
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: inline-block;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1;
	padding: 8px 20px;
	padding: 0.8rem 2rem;
	text-transform: uppercase;
}

.says {
	display: none;
}

.no-avatars .comment-metadata,
.no-avatars .comment-awaiting-moderation,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	margin-left: 0;
}

.bypostauthor {}

.comment-list .edit-link:before {
	content: "\203A\00a0";
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	margin-left: 63px;
	margin-left: 6.3rem;
}

.comment-meta,
.comment-meta a {
	color: rgba(0, 0, 0, 0.45);
}

.comment-meta a:hover {
	color: #526e91;
}

.comment-metadata {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1;
	margin-bottom: 23px;
	margin-bottom: 2.3rem;
}

.ping-meta {
	color: rgba(0, 0, 0, 0.45);
	font-size: 12px;
	line-height: 2;
}

.comment-awaiting-moderation {
	font-style: italic;
}

/* Comment form */
.comment .comment-respond {
	background-color: rgba(0, 0, 0, 0.04);
	margin-bottom: 23px;
	margin-bottom: 2.3rem;
	padding: 23px;
	padding: 2.3rem;
}

.comment-reply-title {
	font-weight: normal;
	margin-top: 0;
	text-transform: uppercase;
}

.comment-reply-title small a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 11px;
	font-size: 1.1rem;
	text-transform: none;
}

.comment-form .comment-notes {
	color: rgba(0, 0, 0, 0.45);
	margin-bottom: 23px;
	margin-bottom: 2.3rem;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	display: block;
	padding: 0;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags {
	display: none;
}

.comment-form p:last-of-type {
	margin-bottom: 0;
}

.comment-list .pingback a,
.comment-list .trackback a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.comment-navigation {
	margin-bottom: 46px;
	margin-bottom: 4.6rem;
}

.comment-navigation a {
	font-size: 11px;
	font-size: 1.1rem;
	text-transform: uppercase;
}

.no-comments {
	color: rgba(0, 0, 0, 0.2);
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	text-transform: uppercase;
}


/* =Sidebar
----------------------------------------------- */

.site-main .widget-area {
	width: 100%;
}


/* =Widgets
----------------------------------------------- */

.widget {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 23px;
	margin: 0 0 2.3rem;
	padding: 0 0 23px;
	padding: 0 0 2.3rem;
	word-wrap: break-word;
}

.widget:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget .widget-title {
	
	font-size: 20px;
	font-size: 2rem;

	margin: 0 0 10px;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children,
.widget .sub-menu {
	margin-top: 5px;
	margin-top: 0.5rem;
}

.widget .children li:last-child,
.widget .sub-menu li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
	margin-left: 2rem;
}

.widget a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date,
.widget_rss .rssSummary,
.widget_rss li > cite {
	font-size: 11px;
	font-size: 1.1rem;
}

.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: rgba(0, 0, 0, 0.45);
}

/* Calendar Widget */
.widget_calendar table {
	margin-bottom: 0;
}

.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
}

.widget_calendar caption {
	font-size: 11px;
	font-size: 1.1rem;
	margin: 0;
	text-transform: uppercase;
}

.widget_calendar th {
	border: 1px solid #000;
	border-width: 1px 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-weight: bold;
}

.widget_calendar tbody td {
	color: rgba(0, 0, 0, 0.45);
}

.widget_calendar tbody .pad {
	background-color: transparent;
}

.widget_calendar tfoot td {
	border-top: 1px solid #000;
	text-align: left;
}

.widget_calendar tfoot td:last-child {
	text-align: right;
}

.widget_calendar tfoot a {
	border: 0;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
	text-transform: uppercase;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

#infinite-handle span {
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
	color: #333;
	display: inline-block;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: normal;
	padding: 8px 20px;
	padding: 0.8rem 2rem;
	text-transform: uppercase;
}


/* =Footer
----------------------------------------------- */

.site-footer .widget-area {
	text-align: left;
}

.site-footer .sidebar-container {

	padding: 46px 0;
	padding: 4.6rem 0 20px;
}

.site-footer .sidebar-inner {
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
	background: #FFF;
	padding: 30px 0
}

.site-footer .widget-area {
	float: left;
	margin: 0 10px;
	margin: 0 1rem;
	padding: 0 10px;
	padding: 0 1rem;
}

.one-footer-sidebar .site-footer .widget-area {
	width: 940px;
}

.two-footer-sidebars .site-footer .widget-area {
	width: 460px;
}

.three-footer-sidebars .site-footer .widget-area {
	width: 20%;
}

.site-info-container {
	background-color: #000;
	text-align: center;
	display: none
}

.site-info {
	color: #666;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 2px;
	margin: 0 auto;
	max-width: 960px;
	padding: 23px 0;
	padding: 2.3rem 0;
	text-transform: uppercase;
	width: 100%;
}

.site-info .sep {
	padding: 0 5px;
}

.site-info a {
	color: #666;
}

.site-info a:hover {
	color: #fff;
	text-decoration: none;
}
.product-name { font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: center;
	    height: 46px; overflow: hidden;
}
.price {    font-size: 20px;
    color: #000; display: block; text-align: center;}    
.phoneblock {    float:left;
    text-align: left;
    max-width: 300px;}
.addressblock {float:right;text-align: right;}
.callme_viewform {}
.logo {    display: block;
    min-height: 140px;
    padding: 0 209px;
    margin: 69px 0 20px;
    text-align: center;
    background: url(images/bn_angel-1.png) left 34px top 50% no-repeat, url(images/bn_angel-2.png)right 42px top 50% no-repeat;
    clear:both;
}
#secondary a,#secondary h3 {color:#000;}


/* =Media Queries
----------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.site-header .home-link,
	.main-navigation,
	.site-main,
	.site-footer .sidebar-inner,
	.site-info {
		width: 768px;
	}

	.site-main .content-area {
		padding-right: 20px;
		padding-right: 2rem;
		width: 556px;
	}

	.site-main .sidebar-container {
		width: 172px;
	}

	.single-attachment .content-area,
	.full-width .content-area,
	.one-footer-sidebar .site-footer .widget-area {
		width: 748px;
	}

	.two-footer-sidebars .site-footer .widget-area {
		width: 364px;
	}

	.three-footer-sidebars .site-footer .widget-area {
		width: 236px;
	}
}

/* Mobile (Portrait) */
@media only screen and (max-width: 767px) {
	#sgr-custom-taxonomies-menu-2 ul {display: none;}
	#sgr-custom-taxonomies-menu-2.toggled-on ul{display: block;}
	#sgr-custom-taxonomies-menu-2 .widget-title { border:1px solid #000; text-align: center;    max-width: 94%;    padding: 10px 0;}

	.widget .widget-title{ font-size: 1.8rem; }
	#secondary {padding: 3px 19px;}
	.callme_viewform {margin: 10px auto; float:none;    max-width: 227px;
    display: block;
    text-align: center;
    }
    header .address{    font-size: 15px;
    text-align: right;}
	.phoneblock, .addressblock {text-align: center;    display: block; margin: 20px 0;}
	.phoneblock { margin-left: 10px }
	.addressblock {width: 182px; text-align: right; margin-right: 10px}
	.site-header .home-link,
	.main-navigation,
	.site-main,
	.site-footer .sidebar-inner,
	.site-info,
	.site-main .content-area,
	.site-main .sidebar-container,
	.single-attachment .content-area,
	.full-width .content-area,
	.one-footer-sidebar .site-footer .widget-area,
	.two-footer-sidebars .site-footer .widget-area,
	.three-footer-sidebars .site-footer .widget-area {
		margin-left: auto;
		margin-right: auto;
		width: 95%;
	}
	.logo { margin: 14px 0;    padding: 0 120px; }
	.site-header .home-link {max-width: 100%;
    text-align: center;
    float: none;
    font-size: 3rem;
    line-height: 1; min-height: auto;    margin-bottom: 40px;
    display: block;}
	header .right {float:none; text-align: center; clear:both;}
	.site-main .content-area {
		 
	}
	.site-main {padding: 0}
	.site-title {
		font-size: 40px;
		font-size: 4rem;
		padding-top: 60px;
		padding-top: 6rem;
	}
	.site-footer .sidebar-container {padding: 0}
	.three-footer-sidebars .site-footer  .widget-area {width: 44%!important; float:left;}
	.widget:last-child {

		margin: 0 0 23px;
		margin: 0 0 2.3rem;
		padding: 0 0 23px;
		padding: 0 0 2.3rem;
	}

	/* Small menu */
	.menu-toggle {
		background-color: #303030;
		color: #888;
		cursor: pointer;
		display: inline-block;
		font-family: 'El Messiri', sans-serif;
		font-size: 11px;
		font-size: 1.1rem;
		font-weight: 400;
		letter-spacing: 2px;
		line-height: 1;
		margin: 0;
		padding: 12px 20px;
		padding: 1.2rem 2rem;
		text-transform: uppercase;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
		float: none;
	}

	.toggled-on .nav-menu li > ul {
		background-color: rgba(255, 255, 255, 0.05);
		box-shadow: none;
		display: block;
		float: none;
		margin-left: 20px;
		opacity: 1;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		text-transform: uppercase;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #ccc;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		background-color: #303030;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	/* Gallery */
	.gallery {
		margin-left: 0;
	}

	.gallery-caption {
		display: none;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 49%;
		max-width: -webkit-calc(50% - 4px);
		max-width:         calc(50% - 4px);
	}

	.gallery-columns-3 .gallery-item {
		max-width: 100%;
		margin:10px!important; 
	}
	.menu-category-container {padding: 0}
}
@media only screen and (max-width: 480px) {
	.callme_viewform {clear: both;}
	.site-header .home-link {font-size: 2rem}
	.menu-category-container > ul.specialmenu { margin: 0 }
	.menu-category-container > ul.specialmenu > li {     width: 112px;
    height: 87px;
    color: #292929;
    font-size: 14px;
    padding: 0 29px 0 23px;
    margin: 0 6px 0 0;
    text-align: center;
    background-size: 98%;}
    .menu-category-container > ul.specialmenu > li > a { width: 160px;
    height: 77px; }

}
/* Mobile (Landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.site-header .home-link,
	.main-navigation,
	.site-main,
	.site-footer .sidebar-inner,
	.site-info,
	.site-main .content-area,
	.site-main .sidebar-container,
	.single-attachment .content-area,
	.full-width .content-area,
	.one-footer-sidebar .site-footer .widget-area,
	.two-footer-sidebars .site-footer .widget-area,
	.three-footer-sidebars .site-footer .widget-area {
		width: 90%;
	}
}
.inprice {text-transform: initial; text-align: right;margin:15px 0 0; font-size: 20px; color:#526e91;float: right}
h1.entry-title.wprice {float: left}
.widget.widget_smartslider3 {padding: 0!important}



#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(images/progress.gif) no-repeat center center;}
	
	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }

			/* Controls Bar
	----------------------------*/
	#controls-wrapper { margin:0 auto; height: 60px; width:100%; bottom: 45px; left:0; z-index:4; position:fixed; }
		#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }
			#slidecounter { display: none; float:left; color:#999; font:14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 0 -1px 0; margin:0px 10px 0 15px; line-height:42px; }
			#slidecaption { overflow:hidden; float:left; color:#FFF; font:400 14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 1px 1px 2px; margin:0 20px 0 0; line-height:42px; }
			
			#navigation { float:right; margin:0px 20px 0 0; }
				#play-button{ z-index: 900; float: right; width: 40px; height: 40px;}
					#play-button img{ background: none; }
					#play-button:hover{ background: none; cursor:pointer; }



			#hide-content { z-index: 900; float: right; width: 40px; height: 40px;}
				#hide-content img{ background: none; }
				#hide-content:hover{ background: none; cursor:pointer; }

			#show-content { z-index: 900; float: right; width: 40px; height: 40px;}
				#show-content img{ background: none; }
				#show-content:hover{ background: none; cursor:pointer; }



			#fs_on { z-index: 900; float: right; width: 40px; height: 40px;}
				#fs_on img{ background: none; }
				#fs_on:hover{ background: none; cursor:pointer; }

			#fs_off { z-index: 900; float: right; width: 40px; height: 40px;}
				#fs_off img{ background: none; }
				#fs_off:hover{ background: none; cursor:pointer; }	


				
				#prevslide, #nextslide{ position:absolute; height:43px; width:43px; top:50%; margin-top:-21px; opacity:0.6; }
					#prevslide{ left:10px; background:url('../img/back.png'); }
					#nextslide{ right:10px; background:url('../img/forward.png'); }
						#prevslide:active, #nextslide:active{ margin-top:-19px; }
						#prevslide:hover, #nextslide:hover{ cursor:pointer; }
				
				ul#slide-list{ padding:10px; float:left; position:absolute; left:50%; background: rgba(0,0,0,.5); margin-top: 0; }
					ul#slide-list li{ list-style:none; width:12px; height:12px; float:left; margin:0 5px 0 0; }
						ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{ background-position:0 0px; }
						ul#slide-list li a{ display:block; width:12px; height:12px; background:url('../img/nav-dot.png') no-repeat 0 -24px; }
							ul#slide-list li a:hover{ background-position:0 -12px; cursor:pointer; }
				
				#tray-button{ display: none; float:right; margin-top:1px; border-left:1px solid #333; background:url('../img/bg-hover.png') repeat-x 0 44px; }
					#tray-button:hover{ background-position:0 1px; cursor:pointer; }
		
	
	/* Progress Bar
	----------------------------*/					
	#progress-back{ z-index:5; position:fixed; bottom:45px; left:0; height:8px; width:100%; background:url('../img/progress-back.png') repeat-x; }
		#progress-bar{ position:relative; height:8px; width:100%; background:url('../img/progress-bar.png') repeat-x; }
	
	
	/* Thumbnail Navigation
	----------------------------*/	
	#nextthumb,#prevthumb { z-index:2; display:none; position:fixed; bottom:61px; height:75px; width:100px; overflow:hidden; background:#ddd; border:1px solid #fff; -webkit-box-shadow:0 0 5px #000; }
		#nextthumb { right:12px; }
		#prevthumb { left:12px; }
			#nextthumb img, #prevthumb img { width:150px; height:auto;  }
			#nextthumb:active, #prevthumb:active { bottom:59px; }
			#nextthumb:hover, #prevthumb:hover { cursor:pointer; }
	
	
	/* Thumbnail Tray
	----------------------------*/			
	#thumb-tray{ position:fixed; z-index:3; bottom:0; left:0; background:url(../img/bg-black.png); height:150px; width:100%; overflow:hidden; text-align:center; -moz-box-shadow: 0px 0px 4px #000; -webkit-box-shadow: 0px 0px 4px #000; box-shadow: 0px 0px 4px #000; }
		
		#thumb-back, #thumb-forward{ position:absolute; z-index:5; bottom:42px; height:108px; width:40px; }
			#thumb-back{ left:0; background: url('../img/thumb-back.png') no-repeat center center;}
			#thumb-forward{ right:0; background:url('../img/thumb-forward.png') no-repeat center center;}
				#thumb-back:hover, #thumb-forward:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
					#thumb-back:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
					#thumb-forward:hover{ border-left:1px solid rgba(256,256,256, 0.2); }
		
		
		ul#thumb-list{ display:inline-block; list-style:none; position:relative; left:0px; padding:0 0px; }
			ul#thumb-list li{ background:#111; list-style:none; display:inline; width:150px; height:108px; overflow:hidden; float:left; margin:0; }
				ul#thumb-list li img { width:200px; height:auto; opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); -webkit-transition: all 100ms ease-in-out; -moz-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; -ms-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; }
				ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }
				ul#thumb-list li:hover{ cursor:pointer; }
.gallery a {display: block; float:left; margin:10px 1%; width:22%; text-decoration: none; border: 0;     min-height: 195px;}				
.gallery a span {display: block; text-align: center; color:#000; min-height: 35px; line-height: normal;}				
.col3 { float: left; margin:20px 1%; width:30%;}
.col3 a span{display: block; text-align: center;}
.col3 a img {max-width: 100%}
@media only screen and (max-width: 768px)  {
	.gallery a {width:48%;}
	}

@media only screen and (max-width: 500px)  {
	.col3 a {width:100%; margin:20px 0;}
	}

.fstyle {font-size: 23px; display: block; margin: 10px 0}
.calculator {
    padding: 10px 8px;
}

.calculator .fields {
    display: inline-table;
    vertical-align: top;
    width: 100%;
    max-width: 570px;
    font-weight: bold;
    text-align: left;
}

.calculator .review {
    margin: 10px auto;
    display: inline-table;
    vertical-align: top;
    width: 100%;
    max-width: 350px;
    background: #cccccc;
    box-shadow: 0 0 12px 2px black;
}

 .calculator .fields b {
    display: inline-block;
    width: 270px;
    margin: 8px 0;
    font-size: 16pt;
}

 .calculator .fields input[type="text"] {
    width: 185px;
    margin: 5px auto;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #a9a9a9;
}
 .calculator .fields input.size {
    width: 40px;
}

 .calculator .fields span {
    display: inline-block;
    vertical-align: middle;
    width: 160px;
}



.pop_up {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 100;
}

.pop_up .pop_up_content {
    position: relative;
    top: 10%;
    width: 100%;
    max-height: 80%;
    margin: auto;
    border: 1px solid #5d5d5d;
    background: #fff;
    overflow: auto;
}

.pop_up .pop_up_content .close {
    position: absolute;
    width: 35px;
    height: 35px;
    right: 0px;
    background: url(images/close_red.png);
    background-size: cover;
    cursor: pointer;
}

.pop_up .pop_up_content .content {
    padding: 25px 10px;
    overflow-x: hidden;
}

.pop_up .pop_up_content .content span.caption {
    font-size: 14pt;
    font-weight: bold;
    display: block;
    cursor: default;
    margin: 5px 0;
}

.pop_up .pop_up_content .content .call .call_day input[type="radio"] {
    display: none;
}

.pop_up .pop_up_content .content .call .call_day input[type="radio"] + label {
    font-size: 12pt;
    margin: 0 3px;
    font-weight: bold;
    color: #440000;
    text-decoration: underline;
    cursor: pointer;
}

.pop_up .pop_up_content .content .call .call_day input[type="radio"]:checked + label {
    font-weight: bold;
    color: #808080;
    cursor: default;
    text-decoration: none;
}

.pop_up .pop_up_content .content .call .call_time {
    width: 850px;
    transition: transform 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
}

.pop_up .pop_up_content .content .call .call_time .today {
    display: inline-block;
    width: 400px;
}

.pop_up .pop_up_content .content .call .call_time .tomorrow {
    display: inline-block;
    width: 400px;
}

.pop_up .pop_up_content .content .call .call_time input[type="radio"] {
    display: none;
}

.pop_up .pop_up_content .content .call .call_time input[type="radio"] + label {
    margin: 0 3px;
    font-size: 11pt;
    text-decoration: underline;
    cursor: pointer;
}

.pop_up .pop_up_content .content .call .call_time input[type="radio"]:checked + label {
    font-weight: bold;
}

.pop_up .pop_up_content .content .call .call_time .block_time {
    margin: 0 5px;
    font-size: 11pt;
    color: #808080;
    cursor: default;
}

.pop_up .pop_up_content .content .call .contact span {
    font-weight: bold;
    margin: 8px 0 5px;
    display: block;
}

.pop_up .pop_up_content .content .call input[type="text"] {
    padding: 6px 8px;
    width: 90%;
    font-size: 11pt;
    border: 0;
    font-weight: bold;
    box-shadow: inset 1px 1px 6px black;
}

.pop_up .pop_up_content .content .call span.consent_personal {
    width: 95%;
    margin: 8px 0;
    font-size: 11pt;
    text-align: justify;
    display: inline-block;
    letter-spacing: 0px;
    font-weight: normal;
}

.pop_up .pop_up_content .content .call span.block_error {
    color: #ff0000;
    font-weight: bold;
    margin: 0 auto 15px;
    text-align: center;
    display: none;
}

.pop_up .pop_up_content .content .call span.call_backs_form_button {
    position: relative;
    margin-top: 8px;
    padding: 10px;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 17pt;
    color: #fff;
    background: #8e8e8e;
    cursor: default;
    text-align: center;
    box-sizing: border-box;
}

.pop_up .pop_up_content .content .call span.call_backs_form_button.inactive:hover::after {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #440000;
    font-size: 14pt;
    padding: 5px;
    box-sizing: border-box;
    font-weight: normal;
}

.pop_up .pop_up_content .content .call span.call_backs_form_button.active {
    background: #440000;
    cursor: pointer;
}

.pop_up .pop_up_content .content .status_order {
    display: inline-table;
    vertical-align: middle;
    width: 165px;
    box-shadow: 0 0 12px 0px black;
    background: #fff;
    font-weight: bold;
    margin: 15px;
}

.pop_up .pop_up_content .content .status_order span.name_status {
    display: block;
    font-weight: normal;
    width: 100%;
    background: #440000;
    color: #fff;
    padding: 5px 0;
    margin-bottom: 7px;
}

.pop_up .pop_up_content .content .status_order img {
    border-radius: 50%;
    border: 3px solid #ff0000;
}

.pop_up .pop_up_content .content .price_list div {
    display: inline-table;
    width: 200px;
    margin: 20px auto;
}

.pop_up .pop_up_content .content .price_list div img {
    max-width: 100%;
    max-height: 200px;
}


.pop_up .pop_up_content .content .price_list input[type="radio"] {
    display: none;
}

.pop_up .pop_up_content .content .price_list input[type="radio"] + label {
    background: url(images/rad_non_check.png) no-repeat;
    background-size: 17px;
    padding-left: 20px;
    background-position: left center;
    font-weight: bold;
    cursor: pointer;
}

.pop_up .pop_up_content .content .price_list input[type="radio"]:checked + label {
    background: url(images/rad_check.png) no-repeat;
    background-size: 17px;
}

.pop_up .pop_up_content .content .pre-order input[type="text"] {
    padding: 6px 8px;
    width: 90%;
    font-size: 11pt;
    border: 0;
    font-weight: bold;
    box-shadow: inset 1px 1px 6px black;
}

.pop_up .pop_up_content .content .pre-order .left {
    display: inline-table;
    padding: 10px;
    width: 100%;
    max-width: 400px;
    text-align: left;
}

.pop_up .pop_up_content .content .pre-order .right {
    display: inline-table;
    padding: 10px;
    width: 100%;
    max-width: 250px;
    text-align: left;
}

.pop_up .pop_up_content .content .pre-order .right .sale_active {
    display: block;
    width: 100%;
    margin: 10px 0;
    text-align: center;
    color: #440000;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.pop_up .pop_up_content .content .pre-order .right .error_sale {
    display: none;
    margin-top: 5px;
    text-align: center;
    color: #f00;
    font-weight: bold;
}

.pop_up .pop_up_content .content .pre-order .right .contact {
    margin-top: 30px;
}

.pop_up .pop_up_content .content .pre-order .right .contact span {
    font-weight: bold;
    margin: 10px 0 5px;
    display: block;
}

.pop_up .pop_up_content .content .pre-order .right .contact span.consent_personal {
    margin: 8px 0;
    font-size: 11pt;
    text-align: justify;
    letter-spacing: 0px;
}

.pop_up .pop_up_content .content .pre-order .PriceTotal {
    width: 300px;
    font-size: 24pt;
    margin-top: 10px;
    color: #440000;
    font-weight: bold;
}

.pop_up .pop_up_content .content .pre-order .PriceTotal .summ_total {
    font-size: 24pt;
    font-weight: bold;
}

.pop_up .pop_up_content .content .pre-order .PriceTotal .rouble {
    font-size: 24pt;
    font-weight: bold;
}

.pop_up .pop_up_content .content .pre-order .PriceTotal span.inter_order {
    position: relative;
    margin-top: 8px;
    padding: 10px;
    display: block;
    width: 300px;
    height: 50px;
    font-size: 17pt;
    color: #fff;
    background: #8e8e8e;
    cursor: default;
    text-align: center;
    box-sizing: border-box;
}

.pop_up .pop_up_content .content .pre-order .PriceTotal span.inter_order.inactive:hover::after {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #440000;
    font-size: 14pt;
    padding: 5px;
    box-sizing: border-box;
    font-weight: normal;
}

.pop_up .pop_up_content .content .pre-order .PriceTotal span.inter_order.active {
    background: #440000;
    cursor: pointer;
}

.pop_up .pop_up_content .content .pre-order .PriceTotal span.inter_order.active:hover {
    background: #671111;
}

.pop_up .pop_up_content .content .loadImgComplex {
    min-height: 340px;
}

.pop_up .pop_up_content .content .loadImgComplex img {
    width: 100%;
    max-width: 600px;
}

.pop_up .pop_up_content .content .miniImgComplex img {
    max-width: 30%;
    cursor: pointer;
}

.pop_up .pop_up_content .content .descriptComplex p {
    margin: 15px auto;
    text-align: justify;
    font-size: 14pt;
}

.pop_up .pop_up_content .content .descriptComplex input[type="button"] {
    margin: 15px auto;
    padding: 8px 15px;
    background: #440000;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 12pt;
    font-weight: bold;
    box-sizing: border-box;
}

.pop_up .pop_up_content .content .descriptComplex input[type="button"]:hover {
    background: #671111
}

.pop_up .pop_up_content .content .price_complex span {
    font-weight: bold;
    margin: 10px 0 5px;
    display: block;
}

.pop_up .pop_up_content .content .price_complex input[type="text"] {
    padding: 6px 8px;
    width: 90%;
    font-size: 11pt;
    border: 0;
    font-weight: bold;
    box-shadow: inset 1px 1px 6px black;
}

.pop_up .pop_up_content .content .price_complex .communication input[type="radio"] {
    display: none;
}

.pop_up .pop_up_content .content .price_complex .communication input[type="radio"] + label {
    font-size: 12pt;
    margin: 0 3px;
    font-weight: bold;
    color: #440000;
    text-decoration: underline;
    cursor: pointer;
}

.pop_up .pop_up_content .content .price_complex .communication input[type="radio"]:checked + label {
    font-weight: bold;
    color: #808080;
    cursor: default;
    text-decoration: none;
}

.pop_up .pop_up_content .content .price_complex .communication_select {
    width: 570px;
    transition: transform 0.35s cubic-bezier(0.46, 0.01 , 0.32, 1);
}

.pop_up .pop_up_content .content .price_complex .communication_select .phone {
    display: inline-block;
    width: 280px;
}

.pop_up .pop_up_content .content .price_complex .communication_select .email {
    display: inline-block;
    width: 280px;
}

.pop_up .pop_up_content .content .price_complex span.consent_personal {
    margin: 15px 0;
    font-size: 11pt;
    text-align: justify;
    letter-spacing: 0px;
}

.pop_up .pop_up_content .content .price_complex span.price_complex_form_button {
    position: relative;
    margin-top: 8px;
    padding: 10px;
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14pt;
    color: #fff;
    background: #8e8e8e;
    cursor: default;
    text-align: center;
    box-sizing: border-box;
}

.pop_up .pop_up_content .content .price_complex span.price_complex_form_button.inactive:hover::after {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #440000;
    font-size: 12pt;
    padding: 12px 5px;
    box-sizing: border-box;
    font-weight: normal;
}

.pop_up .pop_up_content .content .price_complex span.price_complex_form_button.active {
    background: #440000;
    cursor: pointer;
}