/*
Theme Name: betamat
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: betamat
Domain Path: /languages/
Tags:

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.

 betamat is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700,900&subset=latin,latin-ext);

@font-face{font-family:'FontAwesome';src:url('font-icons/font/fontawesome-webfont.eot?v=3.2.1');src:url('font-icons/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('font-icons/font/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('font-icons/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('font-icons/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');font-weight:normal;font-style:normal;}

/*--------------------------------------------------------------
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}


/*--------------------------------------------------------------
Common
--------------------------------------------------------------*/

* {margin: 0; padding: 0;}
body {background: url(images/bg.png) 0 0 repeat;
	font-family: Lato, Calibri, Arial, sans-serif;
	color: #242424;
	font-size: 16px;
	line-height: 1.7;
	height: auto;
	margin: 0;
	padding: 0}

img{margin: 0px;
	padding: 0px}
a img{border: none 0}
li{list-style: none}

a{text-decoration:none}
a:link{color: #E51B1F;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;}
a:visited{color: #B20000}
a:hover{color: #B20000}
a:active{color: #000}
a:focus {outline: none;}

h1, h2, h3, h4, h5{font-family: Lato, Calibri, Arial, sans-serif;
	text-transform: uppercase;
	}
h1, h2, h3{font-weight: 300}
h4, h5{font-weight: 300}
h1{font-size: 44px}
h2{font-size: 34px}
h3{font-size: 28px}
h4{font-size: 22px}

strong{font-weight: 700}

.clear{clear: both}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {background: #E51B1F;
	border: 0;
	line-height: 1.1;
	color: #000;
	font-weight: 400;
	display: block;
	text-decoration: none;
	padding: 8px 14px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
input[type="submit"]{display: inline}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {background: #B20000}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {background: #E51B1F;
    outline: 0;}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select{
	color: #666;
	border: 1px solid #CECFD4;
	line-height: 1.1;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
    outline: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select {
	padding: 6px 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	padding: 6px 10px;
}

/*------------------------------------------------------------------------
Content
-------------------------------------------------------------------------*/
#content{width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	}
#primary{
	padding: 50px 0 70px 0;
	}
	
.left{float: left;
	width: 47%}
.right{float: right;
	width: 53%}
.right .right{float: right;
	width: 60%}

.more{padding: 0 21px 4px 0;
	margin: 12px 0 20px 0;
	float: right;
    background: url(images/arrow-right.png) right 5px no-repeat;
	}

.sticky {
}
.hentry {
}
.page .entry-header{display: none}
.archive .page-header{display: none}
.single .page-header{display: none}

.search .page-header h1{font-size: 24px}
.search-no-results #sidebar-1{display: none}
.page-content .search-form{margin: 14px 0 0 0}


.error-404 .widget_archive,
.error-404 .widget_tag_cloud{
	display: none;
	}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.entry-content p,
.entry-summary p{
	}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
	

/** header ***************************************/
.site-header {width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	height: 120px;
	position: relative;
	}
#top-menu{width: 100%;
	display: table;
	position: rlative;
	height: 30px;
	}
#polylang-2{position: absolute;
	right: 80px;
	}
#polylang-2 li{float: right;
	margin: 0 0 0 10px;
	}
#polylang-2 a{color: #666}
#polylang-2 a:hover{color: #242424}
#polylang-2 .current-lang a{color: #242424}
#menu-menu-blog{position: absolute;
	right: 0;
	}
#menu-menu-blog li:hover{padding: 0 0 8px 0;
	background: url(images/menu.png) center bottom no-repeat;
	}
#menu-menu-blog a{background: #E51B1F;
	display: block;
	padding: 0 8px;
	color: #fff;
	}

.site-branding{float: left}
.site-title{
	}
.site-title a{background: url(images/logo.png);
	width: 359px;
	height: 64px;
	display: block;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	margin: 6px 0 0 0;
	}
.site-description{
	display: none;
	}

	
/* menu ****************************/
.menu-toggle{display: none}
#site-navigation{float: left;
	background: url(images/bg.png) 0 0 repeat;
	text-transform: uppercase;
	z-index: 1;
	}
#site-navigation ul {margin: 40px 0 0 0;
	}
#site-navigation li {float: left;
	margin: 0 0 0 26px;
	position: relative}
#site-navigation a{font-size: 16px;
	line-height: 1;
	padding: 8px 0 10px 0;
	color: #242424;
	display: block;
	}
#site-navigation a:hover{background: url(images/menu.png) center bottom no-repeat}
#site-navigation .current-menu-item a{background: url(images/menu-active.png) center bottom no-repeat;
	padding: 8px 0 28px 0;}


@media screen and (max-width: 950px) {
	#top-menu{position: absolute;
		top: 20px;
		right: 0;
		}
	.site-header .left{clear: left;
		width: 100%;
		margin: 0;
		}
	.site-title a{margin: 16px 0 0 0}
	.site-header .right{clear: right;
		width: 100%;
		}
	#site-navigation{margin: 0}
	#site-navigation ul{margin: 20px auto 0 auto}
	
}

/* Small menu */
@media screen and (max-width: 500px) {
	#menu-menu-blog a{padding: 0 12px;
		font-size: 20px;
		}
	.site-header .left{z-index: 2;}
	.site-title a{background: url(images/logo-small.png);
		width: 64px;
		height: 64px;
		margin: 14px 0 0 0;
		}
	#top-menu{top: 10px}
	.menu-toggle,
	#site-navigation.toggled .nav-menu{
		display: block;
		width: 100%;
		}
	#site-navigation.main-navigation .menu-toggle{
		position: relative;
		height: 40px;
		width: 100%;
		padding: 0;
		background: none;
		}
	#site-navigation.main-navigation .menu-toggle span{background: url(images/bg.png) 0 0 repeat;
		color: #E51B1F;
		font-family: Lato, Calibri, Arial, sans-serif;
		font-weight: 900;
		font-size: 22px;
		text-transform: uppercase;
		position: absolute;
		right: -10px;
		top: 10px;
		}
	#site-navigation{float: none;
		margin: -30px 0 0 0;
		background: none;
		}
	#site-navigation ul {margin: 0;
		padding: 0 0 20px 0;
		display: none;
		width: 100%;
		clear: both;
		background: url(images/bg.png) 0 0 repeat;
		}
	#site-navigation li{
		float: none;
		text-align: right;
		margin: 0;
		background: url(images/bg.png) 0 0 repeat;
		z-index: 1000;
		}
	#site-navigation li a{
		float: none;
		margin: 0;
		padding: 7px 20px;
		}
	#site-navigation a:hover,
	#site-navigation a:focus{background: #dadada}
	#site-navigation a:after{background: none}
	#site-navigation .current-menu-item a {padding: 7px 20px 7px 40px;
		background: url(images/arrow-right.png) 20px 7px no-repeat;
		}	
}

@media screen and (max-width: 460px) {
	#site-navigation.main-navigation .menu-toggle{
		width: 100%;
		z-index: 1000;
	}
	#site-navigation{
		clear: both;
		width: 100%;
	}
}

/* content ****************************/

/* home */
.home-2,
.home-3{display: none}
.post-16 p,
.post-94 p{margin: 0 0 20px 0}
.big{font-size: 26px;
	line-height: 1.3;
	margin: 0 0 20px 0}
.big:first-letter{color: #E51B1F}

/* o mnie */
.post-2 h1,
.post-90 h1{font-size: 26px;
	line-height: 33px;
	margin: 0 0 30px 0;
	text-transform: none;
	}
.post-2 p,
.post-90 p{margin: 0 0 30px 0}

/* zakres uslug */
.post-7 strong,
.post-100 strong{padding: 3px 0 0 30px;
	background: url(images/arrow-right-red.png) 0 5px no-repeat;
	display: block;
	}
.post-7 ul,
.post-100 ul{margin: 10px 0 40px 0}
.post-7 li,
.post-100 li{padding: 0 0 0 30px;
	background: url(images/list.png) 0 15px no-repeat;
	}

/* kontakt */
.post-9 p,
.post-98 p{margin: 0 0 25px 0}
.gmsc{padding: 20px 0 20px 0}
.gmsc{ filter: grayscale(100%) }

/* referencje */
.page-id-5 .entry-content .right img,
.page-id-96 .entry-content .right img{}



/* blog *******************************/
#sidebar-1{width: 100%;
	display: table;
	}
#search-2{float: right;
	padding: 0 0 4px 0;
	}
#sidebar-1 input[type="search"]{border: 0;
	background: url(images/bg.png) 0 0 repeat;
	float: left;
	width: 100px;
	font-family: Lato, Calibri, Arial, sans-serif;
	}
#sidebar-1 input[type="submit"]{width: 24px;
	height: 24px;
	display: block;
	float: left;
	text-indent: -9999px;
    position:relative;
    background: url(images/arrow-right-black.png) right center no-repeat;
	}
#sidebar-1 input[type="submit"]:after{content:">";
    width:6px;
    height:17px;
    position:absolute;
	right: 0}
	
.post{border-top: 1px solid #CECFD4;
	padding: 10px 10%;
	clear: both;
	}
.search-results .entry-title,
.archive .entry-title{font-size: 24px}
.search-results .entry-title a,
.archive .entry-title a{color: #242424}
.archive .entry-title a:hover,
.archive .entry-title a:focus{color: #E51B1F}
.byline{display: none}
.posted-on a{color: #787878}
.updated{display: none}

.nav-links{margin: 20px 0 0 0}
.nav-previous a{padding: 0 0 0 20px;
    background: url(images/arrow-left.png) 0 4px no-repeat;}
.nav-next a{padding: 0 20px 0 0;
    background: url(images/arrow-right.png) right 4px no-repeat;}


.archive .roll-menu {padding: 0 27px 4px 0;
	margin: 0 30px 17px 0;
	cursor: pointer;
	position: relative;
    font-size: 19px;
	text-indent: -9999px;
	display: table;
    background: url(images/arrow-down.png) right 8px no-repeat;}
.roll-menu.expanded {background: url(images/arrow-up.png) no-repeat right 8px}
.archive .entry-content{display:none;
	clear: both;
	margin: 0;
	padding: 0 0 20px 0;
	}





/* footer ****************************/
.site-footer{background: #EBEBEB;
	padding: 16px 0 60px 0;
	}
.site-footer-inner{width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	}


/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
.widget {
}
.widget-title{
	display: none;
	}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}



/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	position: relative
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption .wp-caption-text{transition-property: background-color, color;
	transition-duration: 1s;
	transition-timing-function: ease-out;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	padding: 12px 20px;
	color: transparent}
.wp-caption:hover .wp-caption-text{
	transition-property: background-color, color;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
	background: rgba(0, 0, 0, 0.5);
	color: #fff
}
.wp-caption .wp-caption-text {
}


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.entry-content img.alignnone{margin: 0 20px 20px 0;
	float: left;
	}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}



/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}




/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
	#content{width: 100%;
		margin: 0 auto;
		}
	.site-header{width: 100%;
		margin: 0 auto;
		}
	.site-footer-inner{width: 100%;
		margin: 0 auto;
		}
}

@media screen and (max-width: 880px) {
	.left{clear: left;
		width: 100%;
		margin: 0 0 60px 0;
		text-align: center;
		}
	.entry-content img.alignnone{float: none}
	.right{clear: right;
		width: 100%;
		}
	
	.home-2{display: block;
		margin: 0 auto !important;
		}
	.home-1,
	.home-3{display: none}
}

@media screen and (max-width: 540px) {
	
	.home-3{display: block;
		margin: 0 auto;
		}
	.home-1,
	.home-2{display: none}
}

/*---------------------------------------------------
Retina --------------------------------------------
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
	.site-title a{background-image: url(images/logo-small@2x.png);
		background-size: 128px 128px;
		}

} */




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

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	#site-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}



