/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
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.
*/
@font-face {
    font-family: 'OpenSansCondensedLight';
    src: url('css/font/OpenSansCondensedLight.eot');
    src: url('css/font/OpenSansCondensedLight.eot?#iefix') format('embedded-opentype'),
         url('css/font/OpenSansCondensedLight.woff') format('woff'),
         url('css/font/OpenSansCondensedLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansCondensedBold';
    src: url('css/font/OpenSansCondensedBold.eot');
    src: url('css/font/OpenSansCondensedBold.eot?#iefix') format('embedded-opentype'),
         url('css/font/OpenSansCondensedBold.woff') format('woff'),
         url('css/font/OpenSansCondensedBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SiemensSans';
    src: url('css/font/siemenssans-roman-webfont.eot');
    src: url('css/font/siemenssans-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/font/siemenssans-roman-webfont.woff') format('woff'),
         url('css/font/siemenssans-roman-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SiemensSerif';
    src: url('css/font/siemensserif-roman-webfont.eot');
    src: url('css/font/siemensserif-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/font/siemensserif-roman-webfont.woff') format('woff'),
         url('css/font/siemensserif-roman-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans';
    src: url('css/font/PTS75F_W.eot');
    src: url('css/font/PTS75F_W.eot?#iefix') format('embedded-opentype'),
         url('css/font/PTS75F_W.woff') format('woff'),
         url('css/font/PTS75F_W.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'PT Sans';
    src: url('css/font/PTS55F_W.eot');
    src: url('css/font/PTS55F_W.eot?#iefix') format('embedded-opentype'),
         url('css/font/PTS55F_W.woff') format('woff'),
         url('css/font/PTS55F_W.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* =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
-------------------------------------------------------------- */
.separator{
	clear:both;
}

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 {
	outline: thin dotted;
}
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;
}
strong{
	color: #ed6c44;
}
/* 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,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
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,
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 {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.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;
}


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

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
    color: #21759b;

}
a:hover {
	color: #0f3647;
}

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

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;
}
.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 {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
.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 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"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
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 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-header{
	margin:0 0 0 30px;
}

.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: 18px 'OpenSansCondensedBold', Verdana;
	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;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #21759b;
}
.entry-content a:hover{
	color:#0f3647
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.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;
}

.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;
}

.site-content article {
	/*border-bottom: 4px double #ededed;*/
	margin-bottom: 2px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-bottom: 5px;
	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: 4px;
	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 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-area{
	margin: 20px;
}
.comments-area .form-submit #submit{
	display: inline-block;
	padding: 12px 24px;
	border: 1px solid #b4b8bb;
	outline: 0 none;
	border-radius: 5px;
	font: 16px 'OpenSansCondensedBold', Verdana;
	cursor: pointer;
	text-shadow: 0 2px 3px rgba(0, 81, 49, 0.35);
	border: 0 none !important;
	color: #fff;
	background-color: #6ba83b;
	background: -moz-linear-gradient(top, #3f85bc, #05599f);
	background: -webkit-linear-gradient(top, #3f85bc, #05599f);
	background: -o-linear-gradient(top, #3f85bc, #05599f);
	background: -ms-linear-gradient(top, #3f85bc, #05599f);
	background: linear-gradient(top, #3f85bc, #05599f);
	-moz-box-shadow: 0 2px 3px -1px rgba(0, 108, 65, 0.45);
	-webkit-box-shadow: 0 2px 3px -1px rgba(0, 108, 65, 0.45);
	box-shadow: 0 2px 3px -1px rgba(0, 108, 65, 0.45);
	text-decoration:none !important;
}
.comments-area .form-submit #submit:hover{
	color: white !important;
	background-color: #95c927;
	background: -moz-linear-gradient(top, #3f85bc, #2c7cbc);
	background: -webkit-linear-gradient(top, #3f85bc, #2c7cbc);
	background: -o-linear-gradient(top, #3f85bc, #2c7cbc);
	background: -ms-linear-gradient(top, #3f85bc, #2c7cbc);
	background: linear-gradient(top, #3f85bc, #2c7cbc);
	-moz-box-shadow: 0 10px 30px -10px rgba(0, 108, 65, 0.45);
	-webkit-box-shadow: 0 10px 30px -10px rgba(0, 108, 65, 0.45);
	box-shadow: 0 1px 2px -1px rgba(0, 81, 49, 0.35) inset;
	text-decoration:none !important;
}
.comments-area .form-submit #submit:active{
	color: white !important;
	background-color: #6ba83b;
	background: -moz-linear-gradient(top, #3f85bc, #05599f);
	background: -webkit-linear-gradient(top, #3f85bc, #05599f);
	background: -o-linear-gradient(top, #3f85bc, #05599f);
	background: -ms-linear-gradient(top, #3f85bc, #05599f);
	background: linear-gradient(top, #3f85bc, #05599f);
	-moz-box-shadow: 0 10px 30px -10px rgba(0, 108, 65, 0.45);
	-webkit-box-shadow: 0 10px 30px -10px rgba(0, 108, 65, 0.45);
	box-shadow: 0 1px 2px -1px rgba(0, 81, 49, 0.35) inset;
	text-decoration:none !important;
}

}
.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 {
	color: red;
}


/* =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
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 300px) {/*поставил 300, чтобы отключить этот режим*/
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 960px;
		max-width: 68.571428571rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 69%;
	}
	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 {
		color: #000;
	}
	.main-navigation li {
		margin: 0px;
		/*rykov
		margin: 0 2.857142857rem 0 0;
		*/
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li{
		margin-top:-1px;

	}
	.main-navigation li ul li a {
		background: #016dc5;
		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: 240px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #c33838;
		color: white;
	}
	.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: white;
		/*font-weight: bold;*/
	}
	.main-navigation .current_page_item,
	.main-navigation .current_page_parent{
		background: url(img/menu_li_hover.jpg) no-repeat center center;
		background-size: 100% 100%;
	}
	.menu-toggle {
		display: none;
	}

	#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;
	}
	.main-navigation a:hover {
		color: #21759b;
	}

	.menu-main_menu-container ul li{
		margin-right:-4px;
	}
	.nav-menu ul li , .menu-main_menu-container ul li{
		background: url(img/menu_li.jpg) no-repeat center center;
		background-size: 100% 100%;
	}
	.nav-menu ul li:hover, .menu-main_menu-container ul li:hover {
		background: url(img/menu_li_hover.jpg) no-repeat center center;
		background-size: 100% 100%;
	}
	.nav-menu ul li a, .menu-main_menu-container ul li a{
		color:white;
		display:block;
		text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
		font: 14px 'SiemensSans', Verdana;
		line-height: 50px;
	}
	.nav-menu ul li a:hover, .menu-main_menu-container ul li a:hover{
		color:white;
	}
	.menu-item a {
	padding:0 38px;
	color: #5e5e5e;
	}
	.menu-item-57 a{
		padding:0 px;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background: url(img/bg.png) repeat;
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		/*box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);*/
		background: url(img/frame-bg.png) repeat-y 50% 0;
	}
	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;
	}
	.menu-item a {
		padding:0 37px;
		color: #5e5e5e;
	}
	.menu-item-57 a{
		padding:0 41px 0 41px;
	}
}

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

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

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

/* Baner
-------------------------------------------------------------------------
*/
.baner{
	width:100%;
	float:left;
	margin: 2px 0 8px 0;
}
.baner_left{
	float:left;
	display: block;
	width:630px;
	height:270px;
}
.baner_right{
	float:right;
	display: block;
	background: #187ac9;
	color: white;
	width:350px;
	height:270px;
}
.baner_title{
	font: 22px "Times New Roman";
	line-height:30px;
	padding:20px 20px 0 20px;
}
.baner_title a{
	color: white;
	text-decoration:none;
}
.baner_title a:hover{
	border-bottom: 1px solid;
	border-color: rgba(255, 255, 255, 0.3);
	text-decoration: none;

}
.baner_text{
	font: 13px 'SiemensSans', Verdana;
	line-height: 1.5;
	padding:10px 20px 0 20px;
}
.baner_strong{
	font-weight: bold;
	padding: 0 0 8px 0;
	font-size: 15px;
}
/* Slogan
-------------------------------------------------------------------------
*/
.slogans{
	margin-top: 8px;
	display: block
}
.slogan_one {
	float:left;
	margin: 0 5px 0 0;
}

.slogan_one a{
	border-radius: 0 5px;
	position: relative;
	display: block;
	width: 208px;
	padding-bottom: 90px;
	text-decoration: none;
	border: 1px solid #c8c8c8;
	background: url(img/water-check.png) no-repeat 50% 100%;
}
.slogan_one  a span {
	display: table-cell;
	width: 190px;
	height: 50px;
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
	line-height: 14px;
	color: #494949;
	font: 14px 'SiemensSans', Verdana;
	font-weight: bold;
}
.slogan_right{
	float:right;
}
.slogan_right a{
	border-radius: 0 5px;
	position: relative;
	display: block;
	overflow: hidden;
	width: 115px;
	height: 48px;
	padding: 35px 0 55px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	border: 2px solid #004e96;
	background: #004e96 url(img/bluebox-bg.png) no-repeat 50% 100%;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	font: 15px 'OpenSansCondensedBold', Verdana;
	line-height:1.6;
}
/* Main
-------------------------------------------------------------------------
*/
.glob_wrapper{
	min-height: 100%;
	/*margin-bottom: -190px;*/
	background: url(img/frame-bg.png) repeat-y 50% 0;
	width:980px;
	margin: 0 auto;
}

.glob_wrapper_main{
	color: #404040;
	font: 14px 'SiemensSans', Verdana;
	line-height: 1.6;
	background: url(img/frame-top.png) no-repeat 50% -399px;
	padding-bottom: 0px;
}
.container{
	position: relative;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.entry-header h1, .main-header h1{
	margin: 20px 0 20px -10px;
	padding: 0 0 5px 10px;
	text-transform: uppercase;
	color: #ed6c44;
	border-bottom: 1px dotted #bebebe;
	font: 24px 'OpenSansCondensedBold', Verdana !important;
	line-height: 1.2;
	font-weight: normal;
}
.entry-content h2{
    font: 22px 'PT Sans', Arial;
	line-height: 1.6;
	color: #ed6c44;
	margin: 24px 0 10px 0;
	font-weight: normal;
}
.h2header , .h2header h2{
    font: 22px 'PT Sans', Arial;
    color: #ed6c44;
    margin: 10px 0;
}
.entry-content h3 {
	font: 22px 'PT Sans', Arial;
    color: #ed6c44;
    margin: 10px 0;
	/*border-bottom: 1px dotted #ed6c44;*/
}
.main-header h2, .main-header h3{
	border-bottom: 1px dotted #d57675;
	font: 20px 'PT Sans', Verdana;
	margin: 24px 0 10px 0;
}
.breadcrumb{
	margin: 0 0 0 10px;
	line-height: 18px;
}
.para{
	margin:10px 0 0 0;
}
.clients_main{
	margin:5px 0 40px 5px;
}
/* Header
-------------------------------------------------------------------------
*/
.header{
	/*background: url(img/bg.png) repeat;*/
	/*float:left;*/
	width:100%;
	/*height:79px;*/
	/*background: url(img/frame-top.png) no-repeat 50% -398px;*/
}
.header_logo{
	display: block;
	float:left;
	margin:19px 0 0 0;
}
.header_logo a{
	outline: none!important;
}
.header_operating_mode{
	float:left;
    padding: 40px 0px 0 30px;
	color: #004d9c;
}
.header_operating_mode span{
	padding-left: 20px;
}
.header_operating_mode i{
	padding: 0 10px 0 0;
}
.header_nav{
	margin: 20px 0 0 200px;
	float:left;
	display: block;
}
.header_phone_emale{
	float:right;
	display: block;
	margin-top:5px;
}
.header_phone{

}
.header_emale{
	float:right;
	padding: 0 10px 15px 0;
	color: #004d9c;
}
.header_emale i{
    padding: 0 5px 0 0;
}
.header_emale a{
	color: #004d9c;
	border-bottom: 1px solid;
	border-color: rgba(0, 77, 156, 0.3);
	text-decoration: none;
	font-size:15px;

}
.header_phone_pref{
	float:left;
	color: #004d9c;
	font-size: 14px;
	font-weight: bold;
}
.header_phone_number{
	float:right;
	margin: -3px 10px 0 10px;
	color: #c63a39;
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
}
.header_adr {
    padding: 0 0 10px 39px;
    font: 13px/25px 'SiemensSans', Arial;
    color: #004d9c;
}
.header_call_back{
	float:right;
	padding: 0 10px 0 0;
	color: #004d9c;
}
.header_call_back  a{
    font: 14px/25px 'SiemensSans', Arial;
    color: #004d9c;
	border-bottom: 1px solid;
    border-color: rgba(0, 77, 156, 0.3);
    text-decoration: none;
    font-size: 15px;
}
.header_call_back i{
    padding: 0 10px 0 0;
}

/* Footer
-------------------------------------------------------------------------
*/
.foot{
	height: 190px;
	background: url(img/frame-foot.png) no-repeat 50% 0;
	color: #404040;
	font: 11px Tahoma, Verdana, Segoe, sans-serif;
	line-height:20px;
}
.container_foot{
	position: relative;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.container_foot_main{
	padding: 100px 30px 0;
}
.container_foot_main_text{
	margin-left:20px;
}
.container_foot_main_counter{
	float:right;
	margin: -15px 30px 0 0;
}
/*SideBar
-------------------------------------------------------------------------
*/
.sidebar_top_block{
	padding: 26px 4px 10px 4px;
	line-height:18px;
}
.sidebar_header{
	color: #ed6c44;
	margin: 10px 0 1px 0;
	font-weight: normal;
	border-bottom: 1px dotted #bebebe;
	font: 18px 'OpenSansCondensedBold', Verdana
}
.sidebar_header_margin_top{
	margin-top:20px;
}
.sidebar_top_block_text{
	padding: 10px 10px 0 0;
	font: 14px 'SiemensSans', Verdana;
	line-height:1.5;

}

.sidebar_top_block_link{
	margin-top:10px;
}
.sidebar_wrapper{
	padding: 5px;
	color: #404040;
	/*font: 13px 'SiemensSans', Verdana;
	line-height: 1.35;*/
	font: 14px 'SiemensSans', Verdana;
	line-height: 1.6;
	width: 240px
}
.sidebar_wrapper_main{
	padding: 15px;
	background: #d9d9d9;
}
.sidebar_wrapper_main_header{
	margin-bottom: 15px;
	color: #ed6c44;
	font: 16px 'OpenSansCondensedBold', Verdana
}
.sidebar_wrapper_main_text{
	margin-bottom: 15px;
}
.sidebar_wrapper_main_photo img{
	display: inline-block;
	padding: 1px;
	border: 1px solid #c8c8c8;
	background: #fff;
	width:210px;
}
.btn{
	margin: 20px;
	display: block;
}
.sidebar_wrapper_main_btn {
	margin-top: 14px;
	display: block;
}
.btn_wrapper a, .sidebar_wrapper_main_btn  a{
	display: inline-block;
	padding: 12px 14px;
	border: 1px solid #b4b8bb;
	outline: 0 none;
	border-radius: 5px;
	font: 16px 'OpenSansCondensedBold', Verdana;
	cursor: pointer;
	text-shadow: 0 2px 3px rgba(0, 81, 49, 0.35);
	border: 0 none !important;
	color: #fff;
	background-color: #f15525;
	background: -moz-linear-gradient(top, #f69e82, #f15525);
	background: -webkit-linear-gradient(top, #f69e82, #f15525);
	background: -o-linear-gradient(top, #f69e82, #f15525);
	background: -ms-linear-gradient(top, #f69e82, #f15525);
	background: linear-gradient(top, #f69e82, #f15525);
	-moz-box-shadow: 0 2px 3px -1px rgba(0, 108, 65, 0.45);
	-webkit-box-shadow: 0 2px 3px -1px rgba(0, 108, 65, 0.45);
	box-shadow: 0 2px 3px -1px rgba(0, 108, 65, 0.45);
	text-decoration:none !important;
	color:white !important;
}
.btn_wrapper a:hover, .sidebar_wrapper_main_btn  a:hover{
	color: white !important;
	background-color: #f69e82;
	background: -moz-linear-gradient(top, #f69e82, #ed6c44);
	background: -webkit-linear-gradient(top, #f69e82, #ed6c44);
	background: -o-linear-gradient(top, #f69e82, #ed6c44);
	background: -ms-linear-gradient(top, #f69e82, #ed6c44);
	background: linear-gradient(top, #f69e82, #ed6c44);
	-moz-box-shadow: 0 10px 30px -10px rgba(0, 108, 65, 0.45);
	-webkit-box-shadow: 0 10px 30px -10px rgba(0, 108, 65, 0.45);
	box-shadow: 0 1px 2px -1px rgba(0, 81, 49, 0.35) inset;
	text-decoration:none !important;
}
.sidebar_wrapper_main_phone{
	margin: 10px 0 18px 0;
}
/*Gallery
-------------------------------------------------------------------------
*/
.img_right{
	float:right;
	margin: 5px 0px 5px 15px;
}
.img_left{
	float:left;
	margin: 5px 25px 5px 0px;
}
.img_width600{
	width:600px;
}
.ngg-gallery-singlepic-image a img{
	/*width:200px;
	float: right;*/
}

/*Sub-menu
-------------------------------------------------------------------------
*/
.sub_menu{
	margin: 0 0 20px 0;
	float:left;
	width:100%;
}
.sub_menu_two_column{
	margin: 0 0 30px 40px!important;
}
.sub_menu_single_right{
	margin: 0 0 20px 20px;
	float:right;
	width:200px;
}
.sub_menu_left{
	display: block;
	float:left;
	height: 178px;
	width: 180px;
	float: left;
	display: block;
	margin: 0 10px 0 0;
	padding:5px 5px 10px 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	border-radius: 7px;
}
.sub_menu_two_column .sub_menu_left{
	height: 225px;
	width: 270px;
}

.sub_menu_left:hover{
	/*background:#d9d9d9;*/
}
.sub_menu_left a{
	display: block;
	text-align:center;
	/*text-decoration: none;*/
	color:#21759b;
}

.sub_menu_left img, .sub_menu_right img{
	width:180px;
}
.sub_menu_two_column .sub_menu_left img{
	width:265px;
}
.price_margin_top{
	margin-top: 30px !important;
}
.price{
	padding: 20px;
	font: 20px 'PT Sans', Verdana;
	background: #ebeded;
	margin: 0 0 10px 0;
	color: #ed6c44;
}
.price_opacity_bg{
	padding: 10px;
	font: 20px 'PT Sans', Verdana;
	margin: 0 0 10px 0;
	color: #ed6c44;
}
.price span, .price_opacity_bg span{
	font: 22px 'PT Sans', Verdana;
	font-weight: bold;
}

.important_div{
	padding: 20px;
	font: 20px 'PT Sans', Verdana;
	background: #ebeded;
	margin: 0 0 10px 0;
}
.important_div a{
	padding:0px;
    border-bottom: 2px solid;
    border-color: rgba(0, 77, 156, 0.3);
    text-decoration: none;
}
.important_div a:hover{
	border-color: #2d4f5e;
}
.important_div span{
	font: 22px 'PT Sans', Verdana;
	font-weight:bold;
	color: #ed6c44;
}
.img_container_wrapper {
  float: left;
  padding-bottom: 20px;
  width: 100%;
}
.img_container {
  float: left;
  margin: 10px;
}
.img_container  img{
  border: 1px solid #ebe4d9;
  padding: 5px;
  height:200px;
}

.img_container_left img{
	float:left;
	margin: 7px 15px 5px 0px !important;
	width: 250px;
	border: 1px solid #ebe4d9;
	padding: 5px;
}
.img_container_right img{
	float:right;
	margin: 7px 0px 5px 15px !important;
	width: 300px;
	border: 1px solid #ebe4d9;
	padding: 5px;
}
/*---------------------------------------*/
.table_block{
	margin-top:50px;
}
.table_block_30{
	margin-top:30px;
}
.table_block td {
	border-top: 1px solid #ededed;
	/*border-top: 1px solid #e4e4e4;	*/
	padding: 20px 10px 0 0;
}
.block_item p{
	font: 14px 'SiemensSans', Verdana;
	line-height: 1.35;
}
.mainH{
	font: 24px 'OpenSansCondensedLight', Verdana !important;
	margin: 4px 0 10px 0 !important;
}
.table_block img{
	border-radius: 0;
	box-shadow: none;
	outline: none;
}
.table_block a{
	outline: none;
 }
.block_item {
	height:450px;
	padding-bottom: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
}
.block_item_end{
	height:380px;
}
.block_item_stekl_pereg{
	height:330px;
}

.fancyWrapper {
	display: none;
}
/*Send Message*/
#inline,
#inline_2,
#inline_zapros,
#inline_big_img{
	/*display: none;*/
}

#inline_big_img{
	display: none;
}

/**/
.form_message_header{
	font: 24px 'OpenSansCondensedBold', Verdana;
	color: #ed6c44;
	margin: 0 0 10px 0;
}

.txt {
   display: inline-block;
   color: #676767;
   width: 360px;
   font-family: Arial, Tahoma, sans-serif;
   margin-bottom: 10px;
   border: 1px dotted #ccc;
   padding: 5px 9px;
   font-size: 1.2em;
   line-height: 1.4em;
}
#name_online_call{
	margin-left:30px;
}
.txtarea {
   display: block;
   resize: none;
   color: #676767;
   font-family: Arial, Tahoma, sans-serif;
   margin-bottom: 10px;
   width: 500px;
   height: 100px;
   border: 1px dotted #ccc;
   padding: 5px 9px;
   font-size: 1.2em;
   line-height: 1.4em;
}
.txt:focus,
.txtarea:focus {
   border-style: solid;
   border-color: #bababa;
   color: #444;
}

input.error,
textarea.error {
   border-color: #973d3d;
   border-style: solid;
   background: #f0bebe;
   color: #a35959;
}

input.error:focus,
textarea.error:focus {
   border-color: #973d3d;
   color: #a35959;
}
#contact, #contact_zapros{
	width: 520px;
}
#contact h2, #contact_zapros h2{
	font: 18px 'OpenSansCondensedBold', Verdana;
}
#contact label, #contact_zapros label{
	font: 17px/40px 'SiemensSerif', Verdana, Arial,sans-serif;
	color:#445460;
	font-weight: normal;
}
#contact em, #contact_zapros em{
  margin: 10px;
  display: block;
}

/**/
#send, #send_zapros, .send_btn{
	display: inline-block;
	padding: 12px 24px;
	border: 1px solid #b4b8bb;
	outline: 0 none;
	border-radius: 5px;
	font: 16px 'OpenSansCondensedBold', Verdana;
	cursor: pointer;
	text-shadow: 0 2px 3px rgba(0, 81, 49, 0.35);
	border: 0 none !important;
	color: #fff;
	background-color: #6ba83b;
	background: -moz-linear-gradient(top, #3f85bc, #05599f);
	background: -webkit-linear-gradient(top, #3f85bc, #05599f);
	background: -o-linear-gradient(top, #3f85bc, #05599f);
	background: -ms-linear-gradient(top, #3f85bc, #05599f);
	background: linear-gradient(top, #3f85bc, #05599f);
	-moz-box-shadow: 0 2px 3px -1px rgba(0, 108, 65, 0.45);
	-webkit-box-shadow: 0 2px 3px -1px rgba(0, 108, 65, 0.45);
	box-shadow: 0 2px 3px -1px rgba(0, 108, 65, 0.45);
	text-decoration:none !important;
}


#send:hover, #send_zapros:hover{
	color: white !important;
	background-color: #95c927;
	background: -moz-linear-gradient(top, #3f85bc, #2c7cbc);
	background: -webkit-linear-gradient(top, #3f85bc, #2c7cbc);
	background: -o-linear-gradient(top, #3f85bc, #2c7cbc);
	background: -ms-linear-gradient(top, #3f85bc, #2c7cbc);
	background: linear-gradient(top, #3f85bc, #2c7cbc);
	-moz-box-shadow: 0 10px 30px -10px rgba(0, 108, 65, 0.45);
	-webkit-box-shadow: 0 10px 30px -10px rgba(0, 108, 65, 0.45);
	box-shadow: 0 1px 2px -1px rgba(0, 81, 49, 0.35) inset;
	text-decoration:none !important;
}

#send:active, #send_zapros:active{
	color: white !important;
	background-color: #6ba83b;
	background: -moz-linear-gradient(top, #3f85bc, #05599f);
	background: -webkit-linear-gradient(top, #3f85bc, #05599f);
	background: -o-linear-gradient(top, #3f85bc, #05599f);
	background: -ms-linear-gradient(top, #3f85bc, #05599f);
	background: linear-gradient(top, #3f85bc, #05599f);
	-moz-box-shadow: 0 10px 30px -10px rgba(0, 108, 65, 0.45);
	-webkit-box-shadow: 0 10px 30px -10px rgba(0, 108, 65, 0.45);
	box-shadow: 0 1px 2px -1px rgba(0, 81, 49, 0.35) inset;
	text-decoration:none !important;
}

.process_success{
	margin-top:10px;
	font: 14px 'SiemensSans', Verdana;
	line-height: 1.35;
}

.otzyv_text{
	font-size:13px;
	margin-left:5px;
}
.otzyv_header{
	margin: 13px 0 3px 2px;
}
.otzyv_header a{
	background:none;
	padding: 0px;
	border-bottom: 1px solid;
    border-color: rgba(0, 77, 156, 0.3);
    text-decoration: none;
}
.otzyv_header a:hover	{
	border-color: #2d4f5e;
}
.table-price{
	width: 100%;
}
.table-price tr td {
  width: 50%;
  border: 1px solid #ced0cf;
  padding: 10px;
}
.img_text {
  text-align: center;
  color: #787575;
  font-size:13px;
  width:190px;
}


/*SideBar Menu*/
.sideBar-menu{
	list-style: none;
}
.sideBar-menu li {
    border-bottom: 1px solid;
    border-color: rgba(33, 117, 155, 0.2);
	background: none;
    padding: 3px 0;
}
.sideBar-menu a{
	text-decoration: none;
	border-bottom: 0px!important;
}
.sideBar-sub-menu {
    padding-left: 20px;
	background: #edede6;
}
.sideBar-menu  li{
    font: 18px 'OpenSansCondensedBold', Verdana;
	transition: background .3s ease-out;
    /* -webkit-transition: background .3s ease-out; */
    -moz-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
}
.sideBar-menu  li:hover{
	background: #edede6;
}
.sideBar-menu  li a{
	display: block;
	/*background: url(img/sidemenu-bull.gif) no-repeat 0px 15px;*/
	padding: 7px 0 0 0;
	transition: color .3s ease-out;
    /* -webkit-transition: color .3s ease-out; */
    -moz-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
 }
 .sideBar-menu  li a:hover, .sideBar-menu  li:hover a{
	/*background: url(img/sidemenu-bull-hover.gif) no-repeat 0px 15px;*/
	color:#0f3647;
 }
.sideBar-sub-menu  li{
	padding: 8px 5px;
	font: 14px 'SiemensSans', Verdana;
}
.sideBar-sub-menu li a{
	/*background: url(img/sub-sidemenu-bull.gif) no-repeat 0px 5px;*/
	padding: 0 0 0 0;
 }

 .sideBar-sub-menu li a:hover,  .sideBar-sub-menu li:hover a{
	/*background: url(img/sub-sidemenu-bull-hover.gif) no-repeat 0px 5px;	*/
 }
.activ_punkt{
	background: #edede6;
}
.sideBar-menu .activ_punkt a{
	color: #c63a39;
	/*background: url(img/sidemenu-bull-active.gif) no-repeat 0px 15px;*/
}
.sideBar-menu .activ_punkt a:hover, .sideBar-menu .activ_punkt:hover a{
	color: #c63a39;
	/*background: url(img/sidemenu-bull-active.gif) no-repeat 0px 15px;*/
}
.sideBar-menu .sideBar-sub-menu .activ_punkt a{
	color: #c63a39;
	/*background: url(img/sub-sidemenu-bull-active.gif) no-repeat 0px 5px;*/
}
.sideBar-menu .sideBar-sub-menu .activ_punkt a:hover, .sideBar-menu .sideBar-sub-menu .activ_punkt:hover a{
	color: #c63a39;
	/*background: url(img/sub-sidemenu-bull-active.gif) no-repeat 0px 5px;*/
}
.sideBar-menu  .punkt .fa{
    vertical-align: 12%;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
	color:#21759b;
	transition: color .3s ease-out;
    /* -webkit-transition: color .3s ease-out; */
    -moz-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
}
.sideBar-menu  .punkt:hover .fa{
	color:#0f3647;
}
.sideBar-menu .activ_punkt .fa{
	vertical-align: 12%;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
	color: #c63a39;
}
.sideBar-sub-menu .fa{
	vertical-align: 12%;
    font-size: 8px!important;
    display: inline-block;
    text-align: center;
    margin-right: 7px!important;
	color: #c63a39;
}
/*------------------------------*/
.btn_on_page{
	margin: 10px 20px 20px 0;
	width: 202px;
	float:left;
}
.btn_on_page_end{
	margin: 10px 0 0 0!important;
}
.calc_btn{
	margin-top: 20px;
	width: 240px;
}
.pencil_btn {
	margin-top: 10px;
	width: 240px;
}
.calc_btn i, .pencil_btn i, .btn_on_page i{
    font-size: 48px;
    color: #fff;
    display: block;
    padding: 20px 0 5px 100px;
}
.btn_on_page i{
	padding: 15px 0 5px 0!important;
}
.calc_btn a, .pencil_btn a, .btn_on_page a{
	display: block;
    background: #ed6c44;
    padding: 0 0 20px 0!important;
	text-decoration:none;
    transition: background .2s ease-out;
    /* -webkit-transition: background .2s ease-out; */
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
}

.btn_on_page a{
	padding: 10!important;
	font: 22px/20px 'PT Sans', Arial;
	text-align: center;
	color: #fff!important;
}
.calc_btn a h4, .pencil_btn a h4, .btn_on_page a h4{
	font: 22px/20px 'PT Sans', Arial;
	text-align: center;
	color: #fff;
	width:100%;
}

.calc_btn a:hover, .pencil_btn a:hover , .btn_on_page a:hover{
	background: #21759b;
}
/*------------------------------*/
.sub_menu_new{
	margin: 0 0 10px 0px!important;
	float:left;
}
.sub_menu_new img{
    border-radius: 0px!important;
}
.sub_menu_left_new{
	position:relative;
	width:300px;
	margin: 10px 20px 0 0;
	float:left;
}

.sub_menu_left_new:hover .sub_menu_new_link{
    opacity: 1;
	background: rgba(255,255,255,.8);
}
.sub_menu_left_new:hover img{
	opacity: 0.8;
}
.sub_menu_new_link{
	text-decoration: none;
	position: absolute;
    background: #fff;
    background: rgba(255,255,255,.8);
    width: 100%;
    bottom: 30px;
    z-index: 1000;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
    filter: alpha(opacity=00);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all .6s ease-out;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
}
.sub_menu_new_link h5{
	font: 19px 'PT Sans', Arial;
	font-weight:bold;
	padding: 0;
	color: #333333;
	text-align: center;
	margin-top: 0px;
}
/*------------------------------*/
.block_icon_header_three{
	float:left;
	width:200px;
	margin:10px 7px;
	font: 13px 'SiemensSans', Verdana;
    line-height: 1.6;
}
.block_icon_header_three p{
	margin:0!important;
}
.block_icon_header_three h4{
	font: 22px 'PT Sans', Arial;
	color: #ed6c44;
	margin:10px 0;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.block_icon_header_three .fa{
    vertical-align: -10%;
    font-size: 28px;
    display: inline-block;
    width: 1.07142857em;
    text-align: center;
    margin-right: 10px;
}
h2 .fa{
	margin-right: 10px;
}
/*------------------------------------------main_page_skinali---------------------------------------------------*/
ul.m_skin, ul.two_block{
	list-style: none;
	margin-top: 30px;
}
ul.m_skin li{
	width: 200px;
	float: left;
	margin-left: 15px;
}
ul.two_block li{
	width: 153px;
    float: left;
    margin-left: 8px;
}
ul.m_skin li img, ul.two_block li img{
    border-radius: 0px;
    box-shadow: none;
}

.m_skin_descr{
	color: white;
	background: #62cbe8;
	padding: 0 10px 10px 10px;
}
.two_block_descr{
	color: white;
	background: #62cbe8;
	padding: 0 10px 10px 10px;
	font-size:13px;
}
.midle_li .m_skin_descr, .midle_li .two_block_descr{
	background: #2ac1ba;
}
.m_skin_descr h4, .two_block h4{
	margin: -7px 0 0 0;
	padding: 10px 0 10px 0px;
	font: 18px 'PT Sans', Arial;
    font-weight: bold;
}
.m_skin_descr h4 a, .two_block h4 a{
	color: white!important;
	text-decoration: none;
}
a.m_skin_btn, a.two_block_btn {
    font: 19px 'PT Sans', Arial;
	text-decoration: none;
	background: #ed6c44;
	display: block;
	color: white!important;
	padding: 10px 10px 10px 20px;
}
a.m_skin_btn:hover, a.two_block_btn:hover{
	background: #21759b;
}
a.m_skin_btn i, a.two_block_btn i{
	margin-left:65px;
	font-size: 24px;
}
a.two_block_btn i{
	margin-left:20px;
}
ul.m_skin a, ul.two_block  a{
	outline: none!important;
}
/*-----------------------------------------------------------------------------------------------------------------------*/
.ul_page li{
	list-style: none!important;
	background: url(img/bull.png) no-repeat;
    padding: 0px 0px 0px 20px;
	margin: 5px 0 0 15px;
}
.page_wrap{
	float:left;
}
.page_wrap_left{
	float:left;
	width: 60%;
}
.page_wrap_right{
	float: right;
	width: 31%;
}
.page_wrap_right img{
	border-radius: opx;
    box-shadow: none;
}
.page_wrap_right h5{
	font: 19px 'PT Sans', Arial;
    color: #ed6c44;
	margin: -35px 0 15px 0;
}
.page_wrap_right h5 i{
	margin:0 10px 0 0;
}
.page_wrap_right a{
    outline: none!important;
}
.page_wrap_right_link{
	color: #004d9c;
    border-bottom: 1px solid;
    border-color: rgba(0, 77, 156, 0.3);
    text-decoration: none;
}
.contact i{
    font-size: 20px;
    color: #ed6c44;
    padding: 5px 5px 5px 0;
}
.contact a{
	color: #004d9c;
    border-bottom: 1px solid;
    border-color: rgba(0, 77, 156, 0.3);
    text-decoration: none;
}
.contact h3{
	color: #444;
}
#scroll_to_top a:hover{
	background:#0f3647!important;
	transition: background .3s ease-out;
    /* -webkit-transition: background .3s ease-out; */
    -moz-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
}

a.btn_alt{
	display: inline-block;
	padding: 12px 17px;
	border: 1px solid #b4b8bb;
	outline: 0 none;
	border-radius: 5px;
	font: 112%/1 'Pt Sans';
	cursor: pointer;
	text-shadow: 0 2px 3px rgba(0, 81, 49, 0.35);
	border: 0 none !important;
	font-weight: bold;
	color: #fff;
	background-color: #0660a7;
	background: -moz-linear-gradient(top, #95c6ec, #0660a7);
	background: -webkit-linear-gradient(top, #95c6ec, #0660a7);
	background: -o-linear-gradient(top, #95c6ec, #0660a7);
	background: -ms-linear-gradient(top, #95c6ec, #0660a7);
	background: linear-gradient(top, #95c6ec, #0660a7);
	-moz-box-shadow: 0 2px 3px -1px rgba(0, 108, 65, 0.45);
	-webkit-box-shadow: 0 2px 3px -1px rgba(0, 108, 65, 0.45);
	box-shadow: 0 2px 3px -1px rgba(0, 108, 65, 0.45);
	text-decoration:none !important;
	color: white !important;
}
a.btn_alt:hover, button.alt:hover, input[type=submit]:hover {
	color: white !important;
	background-color: #95c927;
	background: -moz-linear-gradient(top, #95c6ec, #1971b7);
	background: -webkit-linear-gradient(top, #95c6ec, #1971b7);
	background: -o-linear-gradient(top, #95c6ec, #1971b7);
	background: -ms-linear-gradient(top, #95c6ec, #1971b7);
	background: linear-gradient(top, #95c6ec, #1971b7);
	-moz-box-shadow: 0 10px 30px -10px rgba(0, 108, 65, 0.45);
	-webkit-box-shadow: 0 10px 30px -10px rgba(0, 108, 65, 0.45);
	box-shadow: 0 1px 2px -1px rgba(0, 81, 49, 0.35) inset;
	text-decoration:none !important;
}
.otzyv_next{
	float:left;
}
.otzyv_prev{
	float:left;
	margin-left: 20px;
}
.otzyv_next a i{
	margin-right: 15px;
}
.otzyv_prev a i{
	margin-left: 15px;
}
@media only screen and (max-width:480px) {
	#popup__toggle{
		display: inline;
	}
}

/*----------------------   Мигаущая кнопка  -------------------------------------------------------------------*/
#popup__toggle{bottom:25px;right:75px;position:fixed;display: none;}
.img-circle{background-color:#29AEE3;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #29AEE3;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#29AEE3;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(img/mini4.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}

@media only screen and (max-width:480px) {
	#popup__toggle{
		display: inline;
	}
}
 /*-------------------------------------------------------------------------------------------------------------------------------------------*/
 @media only screen and (min-width:480px) {
	.navbar-toggle{
		display: none;
	}
}
 @media only screen and (max-width:480px) {
	#site-navigation{
		display: none;
	}
}
 .menu_icon_left{
	width: 50%;
	float:left;
	font: 16px 'OpenSansCondensedBold', Verdana;
    padding: 0 15px 0 0;
}
.menu_icon_right{
	width: 35%;
	float:right;
	margin-top: 5px;
}
 @media only screen and (max-width:480px) {
	/*.glob_wrapper, .container, .container_foot, .header_logo, .header_phone_emale , .site-content, .widget-area, .calc_btn, .pencil_btn, .baner_left, .baner_right{
		width:100%;
	}
	.header_logo img, .baner_left img{
		width: 320px;
	}
	.sidebar_wrapper{
		width: 98%;
	}
	.sub_menu_left{
		width: 260px;
	}
	.sidebar_wrapper_main_photo, .sidebar_wrapper_main_btn{
		text-align:center;
	}
	.collapse{
		display:none;
	}
	.img_width600, .sub_menu_left_new{
		width: 260px;
	}	*/
}




.new-slider {
	max-width:600px !important;
}
.new-slider .slides li a {
	text-align: center;
    max-width: 100%!important;
    background-color: #FFF;
    border: 1px solid #A9A9A9;
    margin: 5px;
	display:block;
	padding:4px;
}


.img_width600 {
	width: auto;
}
.img_left {
	/*float:none;*/
}

.sub_menu_new {
	float:none;
}
.sub_menu_new:after {
	content:'';
	display:block;
	clear:both;
}

.ngg-galleryoverview {
	margin-bottom:20px !important;
	margin-top: 20px !important;
}