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%;
	font-family:inherit;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
input[type="radio"], input[type="checkbox"] {
	vertical-align:middle;
}
textarea,
input {
	font:inherit;
}
sub, sup {
	position:relative;
	font-size:75%;
}
sup {
	top:-0.5em;
}
sub {
	bottom:-0.25em;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
body {
	color:#575757;
}
a {
	color:#575757;
}
a,
.underline:hover {
	text-decoration:none;
}
a:hover,
.underline {
	text-decoration:underline;
}
::selection {
	background:#b0060d;
	color:#fff;
}
::-moz-selection {
	background:#b0060d;
	color:#fff;
}


/* typography
------------------------------------------------*/
body {
	font:13px Arial,sans-serif;
}
h1 {
	font-size:26px;
	letter-spacing:-.05em;
	margin-bottom:1em;
	font-weight:700;
}
h2 {
	font-size:18px;
	letter-spacing:-.05em;
	margin-bottom:1em;
	font-weight:700;
}
h3 {
	font-size:1.2em;
	margin-bottom:1em;
	font-weight:700;
}
h4 {
	font-size:1em;
	margin-bottom:1em;
	font-weight:700;
}
h5 {
	font-size:1em;
	margin-bottom:1em;
	font-weight:300;
	font-style:italic;
}
p {
	line-height:1.2em;
	margin-bottom:1.5em;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, p:last-child {
	margin-bottom:0;
}


/* basic
------------------------------------------------ */
ul, ol {
	margin-bottom:1.5em;
}
ul {
	list-style:square;
}
ol {
	list-style:decimal;
}
ul li,
ol li {
	margin:.5em 0 .5em 2em;
}
nav ul {
	margin:0;
	list-style:none;
}
nav ul li {
	margin:0;
}
table {
	width:100%;
}
table td,
table th {
	padding:5px;
	text-align:left;
	vertical-align:middle;
}
table tbody th {
	border-bottom:1px solid #ddd;
	font-weight:700;
}
table tbody td {
	border-bottom:1px solid #eee;
}
.table1 th,
.table1 td {
	border:1px solid #c4c3c3;
}
.table1 tbody tr:first-child th,
.table1 tbody tr:first-child td {
	border-top:0;
}
.table1 tfoot tr:last-child td,
.table1 tbody tr:last-child td {
	border-bottom:0;
}
.table1 th:first-child,
.table1 td:first-child {
	border-left:0;
}
.table1 th:last-child,
.table1 td:last-child {
	border-right:0;
}
.table1 tbody tr:first-child th {
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}
.table1 tbody th,
.table1 tbody td {
	padding:15px;
	vertical-align:middle;
	text-align:center;
}
.table1 tbody th {
	background:#f8f8f8;
	padding:25px 15px;
}
.table1 tfoot td {
	text-align:right;
	padding:5px 15px;
	font-size:10px;
	color:#575757;
}
.clear {
	width:100% !important;
	float:none !important;
	clear:both !important;
	height:0 !important;
	overflow:hidden !important;
}
.clearfix {
	clear:both !important;
}
.fl {
	float:left !important;
}
.fr {
	float:right !important;
}
.left {
	text-align:left !important;
}
.center {
	text-align:center !important;
}
.right {
	text-align:right !important;
}
.wrapper {
	width:990px;
	margin:0 auto;
}


/* transition
------------------------------------------------ */
input[type=text],
input[type=email],
input[type=search],
input[type=password],
textarea,
.ico-info,
#nav_hea ul a {
	-webkit-transition:all ease .2s;
	-moz-transition:all ease .2s;
	-o-transition:all ease .2s;
	transition:all ease .2s;
}


/* form
------------------------------------------------ */
.placeholder {
	color:#999;
}
::-webkit-input-placeholder {
	color:#999;
	text-overflow:ellipsis;
}
::-moz-placeholder {
	color:#999;
	text-overflow:ellipsis;
	opacity:1;
}
:-moz-placeholder {
	color:#999;
	text-overflow:ellipsis;
	opacity:1;
}
::-ms-input-placeholder {
	color:#999;
	text-overflow:ellipsis;
}
:-ms-input-placeholder {
	color:#999;
	text-overflow:ellipsis;
}
input[type=text],
input[type=email],
input[type=search],
input[type=password],
textarea {
	border:1px solid #c4c3c3;
	padding:15px;
	margin:0 0 6px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-clip:padding-box;
}
textarea {
	resize:none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
	border-color:#999;
}
.errorBox {
	background:#b81900;
	padding:5px 20px;
	border:1px solid #470000;
	color:#470000;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin-bottom:6px;
	text-align:center;
}
.infoBox {
	border:1px solid #006fa3;
	padding:20px;
	color:#fff;
	background:#2db0ed;
	text-align:center;
	-webkit-border-radius:3px;
	border-radius:3px;
}


/* buttons
------------------------------------------------ */
input[type=submit],
input[type=button],
button {
	cursor:pointer;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover {
}
.btn1 {
	display:block;
	border:1px solid #c4c3c3;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-clip:padding-box;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	background:#f8f8f8;
	padding:0 20px;
	height:65px;
	text-align:center;
	font:bold 13px/65px Arial,sans-serif;
	color:#575757;
	position:relative;
}
.btn1:hover {
	text-decoration:none;
	background-color:#fafafa;
}
.btn1:active {
	background-color:#f0f0f0;
}
.btn1.btn-ico {
	padding-right:85px;
}
.btn1 span {
	display:block;
	position:absolute;
	right:0;
	top:0;
	width:65px;
	height:65px;
	vertical-align:middle;
	background:url(../img/ico_email2.png) no-repeat 50% 50%;
	border-left:1px solid #c4c3c3;
}
.btn2 {
	display:inline-block;
	text-align:left;
}
.btn2:hover {
	text-decoration:none;
}
.btn2 div {
	border:1px solid #006fa3;
	color:#fff;
	background:#2db0ed url(../img/bg_5.png) repeat-x 0 100%;
	padding:15px 20px;
	text-shadow:0 -1px 0 rgba(0,0,0,.3);
	font-weight:bold;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	background-clip:padding-box;
}
.arr2 {
	display:inline-block;
	width:10px;
	height:8px;
	background:url(../img/bg_arr1.png);
	margin-left:10px;
}
.btn2 p {
	display:block;
	border:1px solid #006fa3;
	border-top:0;
	color:#fff;
	background:url(../img/bg_6.png) repeat-x;
	padding:0 20px;
	height:22px;
	font-size:10px;
	line-height:22px;
	-webkit-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	background-clip:padding-box;
	margin:0;
}
.btn1.arr1 {
	display:block;
	background-image:url(../img/bg_arr2.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	height:40px;
	line-height:40px;
}
.ico-info {
	display:inline-block;
	width:40px;
	height:40px;
	background:url(../img/ico_info1.png) no-repeat;
	-webkit-border-radius:20px;
	border-radius:20px;
	border:1px solid #c4c3c3;
	cursor:pointer;
}
.ico-info:hover {
	background-color:#169cdb;
	background-position:0 -40px;
	border-color:#006fa3;
}
.ico-atom {
	background:url(../img/ico_atom1.png);
	width:24px;
	height:25px;
	display:inline-block;
	margin:-7px 10px -7px 0;
}


/* header
------------------------------------------------ */
#header {
	padding-top:10px;
	height:103px;
}
#hkontakt {
	background:#cc0f16 url(../img/bg_2.png) repeat-x 0 100%;
	color:#fff;
	margin-bottom:10px;
	height:27px;
}
#hkontakt p {
	font-size:11px;
	line-height:27px;
}
#hkontakt span {
	padding-left:20px;
	font-weight:bold;
}
#hkontakt span.hphone {
	background:url(../img/ico_szybki-kontakt1.png) no-repeat 0 50%;
}
#hkontakt span.hemail {
	background:url(../img/ico_email1.png) no-repeat 0 50%;
	margin-left:20px;
}
#hkontakt a {
	color:#fff;
}
#nav_hea {
	width:100%;
	border-width:1px 0;
	border-style:solid;
	border-color:#c4c3c3;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	background:#fff;
	height:64px;
	line-height:64px;
	position:relative;
	z-index:1000;
}
#nav_hea.fixed {
	position:fixed;
	top:0;
}
#nav_hea h1 {
	float:left;
	margin:0;
}
#nav_hea h1 a {
	display:block;
}
#nav_hea h1 img {
	vertical-align:middle;
	margin-bottom:11px;
}
#nav_hea ul {
	float:right;
	border-right:1px solid #c4c3c3;
}
#nav_hea ul li {
	float:left;
	border-left:1px solid #c4c3c3;
}
#nav_hea ul a {
	display:block;
	padding:0 30px;
	font-weight:bold;
	font-size:11px;
}
#nav_hea ul a:hover {
	text-decoration:none;
	background:#f5f5f5;
	background:rgba(255,255,255,.2);
}
#nav_hea ul a:active {
	background:#e0e0e0;
	background:rgba(0,0,0,.05);
}


/* content
------------------------------------------------ */
#content {
}
#block_1 {
	border-bottom:1px solid #c4c3c3;
	background:#f2f2f2;
	padding:25px 0;
}
#block_1 .bwrap {
	margin-right:310px;
	background:url(../temp/klawiatura.png) no-repeat 100% 50%;
}
#block_1 h1 {
	font-size:35px;
	margin-bottom:5px;
	color:#252525;
}
#block_1 h2 {
	font-size:26px;
	margin-bottom:20px;
	color:#575757;
}
#btn_block_1 {
	margin:25px -12px;
}
.bb1-wrap {
	float:left;
	padding:6px;
	border:1px solid #c4c3c3;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-clip:padding-box;
	width:300px;
	margin:0 12px;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	position:relative;
	height:67px;
}
.bb1-block {
	position:absolute;
	bottom:-1px;
	background:#fff;
	left:-1px;
	right:-1px;
	padding:6px;
	border:1px solid #c4c3c3;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-clip:padding-box;
	min-height:390px;
}
.bb1-wrap button {
	width:100%;
}
.bb1-form {
}
.bb1-hea {
	margin:0 -6px 6px;
	padding:0 6px 6px;
	border-bottom:1px solid #c4c3c3;
}
.bb1-hea h1 {
	letter-spacing:0;
	padding:20px 10px;
	background:#d31118 url(../img/bg_4.png) repeat-x 0 100%;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,.5);
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	background-clip:padding-box;
	border:1px solid #970006;
}
.bb1-form input,
.bb1-form textarea {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bb1-form textarea {
	height:140px;
}
.gird1 {
	border:1px solid #c4c3c3;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-clip:padding-box;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	margin-bottom:25px;
}
.gird1.selected,
.bb1-block.selected {
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1),0 0 20px rgba(0,0,0,.2);
}
.gird1 h1 {
	padding:25px 35px;
	border-bottom:1px solid #c4c3c3;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	background:#fff;
	margin:0;
	position:relative;
	z-index:10;
}
#partnerzy_block h1 {
	text-align:center;
	font-size:12px;
	color:#999;
	margin:-8px 0 -7px;
	padding:0;
	border:0;
	background:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	letter-spacing:0;
}
#partnerzy_block h1 span {
	background:#fff;
	padding:10px;
}
#uslugi-copywritingu {
	background:url(../temp/temp_2.png) no-repeat 100% 100%;
}
.gird-wrap1 {
	padding:25px 35px;
}
#uslugi-copywritingu ul {
	list-style:none;
	margin:0;
}
#uslugi-copywritingu ul li {
	margin:15px 0;
	padding:0px 0 5px 60px;
	background:url(../img/ico_check1.png) no-repeat;
}
#uslugi-copywritingu ul h2 {
	margin-bottom:5px;
}
#opinie {
    margin-bottom:50px;
}
.opitem {
	padding:20px 70px;
	background:url(../img/ico_cudzyslow1.png) no-repeat 20px 15px;
    min-height:100px;
}
.opitem .opinia {
	font-size:14px;
}
.opwrap {
    overflow:hidden;
    height:170px;
}
.opwrap td {
    width:50%;
}
.opwrap tr:not(:first-child) {
    opacity:0;
	-webkit-transition:opacity .2s ease;
	transition:opacity .2s ease;
}
.opwrap tr:not(:first-child) td {
    border-color:#fff;
	-webkit-transition:border-color .2s ease;
	transition:border-color .2s ease;
}
#opinie.active .opwrap tr:not(:first-child),
#opinie.active .opwrap tr:not(:first-child) td {
    -webkit-transition-delay:.2s;
    transition-delay:.2s;
}
.opwrap tr.visible {
    opacity:1;
}
.opwrap tr.visible td {
    border-color:#c4c3c3;
}
.opfoot {
    margin-bottom:-40px;
    height:25px;
    padding-top:15px;
    text-align:center;
}
.opfoot button {
    border:0;
    display:block;
    width:170px;
    height:20px;
    background:url(../img/bg_arr4.png) no-repeat 50% 0;
    margin:0 auto;
    outline:0;
    color:#575757;
}
#opinie.active .opfoot button {
    background-position:50% -20px;
}
.opfoot button .pokaz,
#opinie.active .opfoot button .schowaj {
    display:block;
}
.opfoot button .schowaj,
#opinie.active .opfoot button .pokaz {
    display:none;
}
#onas_block {
	padding:30px;
}
.obitem {
	width:50%;
	float:left;
}
.obphoto {
	float:left;
	border:1px solid #c4c3c3;
	-webkit-border-radius:65px;
	border-radius:65px;
	overflow:hidden;
	width:130px;
	height:130px;
}
.obphoto img {
	display:block;
	width:114px;
	height:114px;
	-webkit-border-radius:57px;
	border-radius:57px;
	margin:8px;
}
.obbody {
	margin-left:170px;
	padding-right:10px;
}
.obhea {
	border-left:1px solid #be060d;
	padding:5px 0 5px 40px;
	margin-bottom:20px;
}
.obhea ul {
	float:right;
	list-style:none;
	margin:4px 0;
}
.obhea ul li {
	float:left;
	margin:0 0 0 5px;
}
.obhea h2 {
	color:#be060d;
	margin:0 50px 10px 0;
}
.obmain {
	border-left:1px solid #c4c3c3;
	padding:5px 0 5px 40px;
	font-size:11px;
}
#co-mozemy-zrobic .gird-wrap1 {
	text-align:center;
	padding:80px;
	background:url(../img/bg_arr3.png) no-repeat 180px 90%;
}
.block1 {
	float:left;
	width:50%;
}
#block_logo_1 {
	padding:30px;
	text-align:center;
	margin:20px 40px 20px 0;
}
#block_paq-studio {
	padding:20px 40px;
	border-left:1px solid #c4c3c3;
	margin-bottom:20px;
}
#block_paq-studio h1 {
	font-size:14px;
}
#block_paq-studio img {
	margin-bottom:10px;
}
#block_paq-studio p {
	font-size:11px;
	margin-bottom:10px;
}
#block_paq-studio p:last-child {
	margin:0;
}


/* footer
------------------------------------------------ */
#footer {
	border-top:1px solid #c4c3c3;
	padding:25px 0;
}
#footer p {
	font-size:11px;
}
.fool {
	float:left;
}
.foor {
	float:right;
	text-align:right;
}


/* carousel
------------------------------------------------ */
#cblock_1_wrap {
	position:relative;
	z-index:10;
	overflow:hidden;
	height:100px;
	margin:0 4px;
}
#cblock_1 {
	height:100px;
}
#cblock_1 .citem {
	float:left;
	height:100px;
	width:195px;
	text-align:center;
}
#cblock_1 .citem h2 {
	line-height:100px;
	color:#999;
	text-transform:uppercase;
	margin:0;
	font-size:19px;
}


/* tooltip
------------------------------------------------ */
#tooltip {
	position:absolute;
	z-index:100;
	height:0;
	width:220px;
}
#tip {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:#b81900;
	padding:10px;
	border:1px solid #470000;
	color:#ffffff;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#tooltip h1 {
	font-size:14px;
	margin-bottom:10px;
}


/* responsive
------------------------------------------------ */
@media () {
}