/*
Theme Name: Evocare7
Description: Evocare7
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
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;
}

/* 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 */
	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;
}
/* RESET END */

body{
	color: #323536;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background: url('img/bg.png') top center no-repeat, url('img/bgr.png') repeat-x, #bebdbb;
	width: 100%;
	line-height: 21px;
	position: relative;
}

a {
	outline: none;
	text-decoration: none;
	color: #969696;
}

a:hover {
	color: #65b4e1;
}

h1, h2, h3, h4, h5 {
	margin:0 0 0.5em; 
	line-height:1.1em;
}

h1, h1 a{
	font-size:20px;
	color: #65b4e1;
}
 
h2{	
	font-size:17px;
} 

h3{	
	font-size:15px;
} 

h4{	
	font-size:13px;
} 

h5{	
	font-size:11px
}

p{
	margin: 5px 0 10px 0;
}

header{
	background: #fff;
	width: 100%;
	height: 120px;
	border-bottom: 1px solid #b4b4b4;
}

.contents{
	width: 940px;
	margin: 0 auto;
}

#logo{
	float: left;
	width: 148px;
	height: 120px;
	margin: 4px 0;
}

nav, #mainnav{
	float: right;
	width: 652px;
    height:120px;
}

nav ul, #mainnav ul{
	position: relative;
	display: inline-block;
	text-align: center;
}

nav ul, nav ul li, #mainnav ul, #mainnav ul li{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul li, #mainnav ul li{
	display: inline;
	white-space: nowrap;
}

nav ul li a, #mainnav ul li a{
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	color: #969696;
	padding: 50px 16px 0 16px;
	height: 70px;
	border-bottom: 5px solid transparent;
}

nav ul li a:hover, #mainnav ul li a:hover, #mainnav ul li.current-menu-item a{
	color: #fff;
	background: #65b4e1;
	border-bottom: 5px solid #418eba;
}
/*
.blue_75c5f0{
	color: #75c5f0;
}*/

.blue_65b4e1{
	color: #65b4e1;
}

#slider_pow{
	background: transparent;
	width: 100%;
	height: 435px;
	margin-top: 15px;
	color: #777776;
}

#slider_pow h1{
	color: rgba(0,0,0,0.8);
	font-size:40px;
	text-shadow:  1px 4px 6px #e5e5e4, 0 0 0 #000, 1px 4px 6px #e5e5e4;
}

#slider_pow h1 .blue_75c5f0{
	color: rgba(119,197,240,0.8);
	font-size:40px;
	text-shadow:  1px 4px 6px #e5e5e4, 0 0 0 #000, 1px 4px 6px #e5e5e4;
}

#slider_pow h1 .green_7a9439{
	color: rgba(122,148,57,0.8);
	font-size:40px;
	text-shadow:  1px 4px 6px #e5e5e4, 0 0 0 #000, 1px 4px 6px #e5e5e4;
}

#slider_pow #searchform{
	position: relative;
	width: 200px;
	right: 0;
	float: right;
	z-index: 1;
}

#slider_pow #text_pow{
	clear: both;
	position: relative;
	top: -45px;
}

input#s{
	width: 110px;
	border-radius: 10px 0 0 10px;
	border: 1px solid #c8c8c8;
	padding: 4px 5px;
	height: 16px;
	outline: none;
}

input#sw, input:hover#sw, input:active#sw{
	background: #1f1a17;
	color: #fff;
	border: 0px;
	border-radius: 0px 10px 10px 0;
	margin: 0 0 0 -5px;
	box-shadow: none;
	line-height: 16px;
	padding: 5px 8px;
	font-size: 11px;
	height:24px;
	outline: none;
}

#circles{
	width: 100%;
	height: 250px;
	background: #fff;
	overflow: hidden;
}

.circles_img{
	padding: 26px 0 0 0;
	position: relative;
}

.circles_img img{
	border: 3px solid #fff;
	border-radius: 200px;
	width: 189px;
	height: 189px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	float: left;
	margin: 0 10px 0 0;
}

#circles_1{
	position: absolute;
	/*left: 51px;*/
	left: -1500px;
}

#circles_2{
	position: absolute;
	/*left: 263px;*/
	left: -1500px;
}

#circles_3{
	position: absolute;
	/*left: 475px;*/
	left: -1500px;
}

#circles_4{
	position: absolute;
	/*left: 687px;*/
	left: -1500px;
}

#text_section{
	width: 100%;
	padding: 20px 0 20px 0;
	color: #323536;
}

.center{
	text-align: center;
	margin: 0 auto;
}

footer{
	background: #282c2f;
	color: #777776;
	padding: 15px 0;
	clear: both;
	height: 20px;
	width: 100%;
	position: absolute;
}

footer a{
	color: #777776;
	text-decoration: none;
}

a.more-link{
	color: #777776;
	text-decoration: none;
}

a:hover.more-link{
	color: #65b4e1;
}

.entry-content{
	font-family: "Lato";
}

img.img_katalog{
	border:0;
	box-shadow:none;
	margin: 30px 40px !important;
}

.side50l{
	float: left;
	width: 48%;
	margin: 25px 10px 0 0;
}

.side50p{
	float: right;
	width: 48%;
	margin: 25px 0 0 10px;
}

.left_kontakt{
	width: 46%;
	margin: 0  20px 0 0;
	float: left;
	line-height: 30px;
}

.right_kontakt{
	width: 48%;
	float: left;
	line-height: 30px;
}

.left_kontakt img, .right_kontakt img{
	border:0;
	box-shadow:none;
	margin: 8px 2px 0 -25px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}