@charset "UTF-8";
@import url('http://www.studiografa.pl/files/css/style_studio.css');

.border_do_sprawdzenia { border: #F00 solid 1px;}




/*-* BASIC *-*/

html {
	overflow-y: scroll;
	overflow-x: hidden;
	}

body, html {
	width: 100%;
	height: auto;
	background-color: #efefef;
	background-image: url(../gfx/bg/bg_baner_shadow.png), url(../gfx/bg/bg.png);
	background-repeat: no-repeat, repeat-x;
	background-position: top center, top center;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, tahoma;
	font-size: 14px;
	color: #364650;
	hyphens: auto;
	}

header, nav, section, figure, article, aside, footer {
	display: block;
	}

figure {
	margin: 0;
	padding: 0;
	}
p {
	text-align: justify;
	line-height: 23px;
	}
a {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	}
ol,ul {
	list-style: none;
	}
img {
	border: none;
	padding: 0;
	margin: 0;
	}

.c1 {color: #e4033b;}
.c2 {color: #364650;}



/*-* HEADER *-*/

header {
	width: 900px;
	height: 150px;
	background-image: url(../gfx/bg/bg_header.png);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	top: 0;
	margin-left: -450px;
	left: 50%;
	padding: 0;
	clear: both;
	}


/*-* HEADER MENU *-*/

#header_menu ul {
	width: 900px;
	height: auto;
	list-style: none;
	position: absolute;
	top: 0;
	right: 5px;
	margin: 0;
	text-align: right;
	font-size: 13px;
	line-height: 50px;
	clear: both;
	z-index: 0;
	}
#header_menu ul li {
	width: auto;
	height: 50px;
	margin: 0;
	padding-left: 15px;
	border: 0;
	display: inline;
	}
#header_menu a {
	color: #e4033b;
	text-decoration: none;
	}
#header_menu a:hover {
	color: #364650;
	text-decoration: none;
	border-bottom: solid 1px #e4033b;
	}

#header_logo a {
	position: absolute;
	top: 62px;
	left: 17px;
	width: 200px;
	height: 75px;
	margin: 0;
	padding: 0;
	}
#header_logo a:hover {
	position: absolute;
	top: 62px;
	left: 32px;
	}





/*-* BANER *-*/

#baner_bar {
	background-image: url(../gfx/bg/bg_main_page.png);
	background-repeat: repeat-y;
	width: 900px;
	height: 350px;
	position: relative;
	top: 0;
	margin-left: -450px;
	left: 50%;
	padding: 0;
	z-index: 1;
	}

#baner {
	width: 890px;
	height: 350px;
	position: relative;
	top: 0px;
	margin-left: -450px;
	left: 50%;
	padding: 0 5px;
	z-index: 3;
	}


/*-* BANER ADRES BAR *-*/

#baner_adres_bar {
	background: url(../gfx/bg/bg_baner_adres_bar.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 315px;
	height: 115px;
	position: absolute;
	top: 20px;
	left: -15px;
	z-index: 4;
	margin: 0;
	padding: 0;
	}

#baner_adres_bar p {
	position: relative;
	top: -8px;
	height: 22px;
	font-size: 14px;
	color: #fff;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
	text-align: left;
	margin: 0;
	padding: 0;
	display: inline-block;
	}

#baner_adres_bar a {
	color: #fff;
	text-decoration: none;
	}
#baner_adres_bar a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: solid 1px #e4033b;
	}

.baner_adres_bar_icon {
	width: 22px;
	height: 22px;
	position: relative;
	top: 0;
	margin: 0 5px 0 0;
	padding: 0;
	display: inline-block;
	}
#baner_adres_bar_adres, #baner_adres_bar_telefon, #baner_adres_bar_e-mail {
	width: 315px;
	height: 22px;
	margin: 10px 25px;
	padding: 0;
	display: block;
	}


/*-* BANER VETREX BAR *-*/

#baner_vetrex_bar {
	background: url(../gfx/bg/bg_baner_vetrex_logo.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 675px;
	height: 70px;
	position: absolute;
	bottom: 12px;
	right: -16px;
	z-index: 4;
	margin: 0;
	padding: 0;
	}
#baner_vetrex_bar p {
	position: absolute;
	top: 17px;
	left: 30px;
	font-size: 24px;
	letter-spacing: 1px;
	color: #fff;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
	text-align: left;
	margin: 0;
	padding: 0;
	display: inline-block;
	}
#baner_vetrex_bar_logo {
	background: url(../gfx/logo/logo_vetrex_240x100.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 240px;
	height: 100px;
	position: absolute;
	top: -15px;
	right: 3px;
	margin: 0;
	padding: 0;
	display: inline-block;
	}



/*-* MAIN PAGE *-*/

#main_page {
	background-image: url(../gfx/bg/bg_baner_shadow_bottom.png), url(../gfx/bg/bg_main_page.png);
	background-repeat: no-repeat, repeat-y;
	background-position: top center, center;
	width: 850px;
	height: auto;
	min-height: 50px;
	padding: 0 25px;
	margin: 0;
	color: #364650;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	position: relative;
	top: 0px;
	z-index: 3;
	margin-left: -450px;
	left: 50%;
	}
#main_page-title {
	width: auto;
	height: 36px;
	float: right;
	position: relative;
	top: 20px;
	right: 0px;
	margin: 0;
	padding: 0;
	}
#main_page-title h1, #main_page-title h6 {
	background-image: url(../gfx/bg/bg_title.png);
	background-repeat: no-repeat;
	background-position: top right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	height: 36px;
	margin: 0;
	padding: 0 45px 0 0;
	}
#main_page-content {
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-top: 70px;
	}


/*-* MAIN PAGE - O NAS *-*/

.main_page_photo_frame {
	background-image: url(../gfx/bg/bg_main_page_photo.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 365px;
	height: 465px;
	position: relative;
	left: -70px;
	float: left;
	margin: -10px 30px -30px 0;
	}
.main_page_photo {
	width: 400px;
	height: 400px;
	position: relative;
	top: 25px;
	left: 41px;
	}



/*-* MAIN PAGE - SALON ONLINE & REALIZACJE *-*/

#main_page-salon_online, #main_page-realizacje {
	width: 1002px !important;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	top: 20px;
	margin-left: -501px;
	left: 50%;
	}
#main_page-salon_online ul, #main_page-realizacje ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}
#main_page-salon_online ul li, #main_page-realizacje ul li {
	background: url(../gfx/bg/bg_salon_photo.png);
	background-repeat: no-repeat;
	width: 290px;
	height: 280px;
	list-style: none;
	margin: 0 20px;
	padding: 0;
	display: inline-table;
	}
#main_page-salon_online figure, #main_page-realizacje figure {
	width: 240px;
	height: 240px;
	position: relative;
	top: 19px;
	left: 26px;
	margin: 0;
	padding: 0;
	opacity: 0.75;
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	}
#main_page-salon_online figure:hover, #main_page-realizacje figure:hover {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}



/*-* MAIN PAGE - OFERTA *-*/

.main_page-oferta {
	background: url(../gfx/bg/bg_oferta.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 925px;
	height: auto;
	min-height: 475px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
	margin-left: -445px;
	left: 50%;
	}
.main_page-oferta h2 {
	font-size: 40px !important;
	color: #e4033b;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
	position: absolute;
	top: 2px;
	left: 10px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
.main_page-oferta div.bg-n {
	width: 270px;
	height: 380px;
	position: absolute;
	top: 65px;
	right: 40px;
	margin: 0;
	padding: 0;
	}
.main_page-oferta div.bg-y {
	width: 295px;
	height: 400px;
	position: absolute;
	top: 52px;
	right: 15px;
	margin: 0;
	padding: 0;
	border: #e8e8e8 solid 1px;
	}
.main_page-oferta h6 {
	font-size: 17px;
	}
.main_page-oferta-right {
	width: 295px;
	height: auto;
	position: absolute;
	top: 490px;
	right: 15px;
	margin: 0;
	padding: 0;
	}
.main_page-oferta-right p {
	font-size: 12px;	
	text-align: center;
	margin: 0;
	}
.main_page-oferta-right p.big {
	font-size: 18px;
	}
.main_page-oferta-description {
	width: 530px;
	height: auto;
	position: relative;
	top: 60px;
	left: 20px;
	margin: 0;
	padding: 0;
	padding-bottom: 60px;
	}
.main_page-oferta-description-FW {
	width: 840px;
	height: auto;
	min-height: 50px;
	padding: 0 25px;
	}
.main_page-oferta-description-FW .shapes{
	width: 580px;
	height: 114px;
	position: relative;
	top: 0;
	margin-left: -290px;
	left: 50%;
	padding: 0;
	}
.main_page-oferta-description-FW .patterns{
	width: 890px;
	height: auto;
	position: relative;
	top: 0;
	left: -25px;
	padding: 0;
	}
.main_page-oferta-description-FW .pilots{
	width: 200px;
	height: auto;
	padding: 0;
	margin: 0;
	display: inline-table;
	}
.main_page-oferta-description-FW p{
	padding: 0;
	}
.main_page-oferta-description-FW a {
	color: #364650;
	text-decoration: none;
	border-bottom: solid 1px #cb0032;
	}
.main_page-oferta-description-FW a:hover {
	color: #cb0032;
	text-decoration: none;
	border-bottom: solid 1px #364650;
	}

.main_page-oferta-description p {
	padding: 0;
	}
.main_page-oferta-description strong {
	font-weight: normal;
	}
.main_page-oferta-description strong.aa {
	font-weight: bold;
	color: #e4033b;
	}
.main_page-oferta-description strong.bb {
	font-weight: bold;
	color: #364650;
	}
.main_page-oferta-description span.aa {
	font-weight: normal;
	color: #e4033b;
	}
.main_page-oferta-description ul, .main_page-oferta-description-FW ul {
	list-style: circle;
	line-height: 23px;
	text-align: justify;
	margin: 0 0 0 10px;
	padding: 0;
	}
#main_page-content h1.oferta {
	font-size: 20px !important;
	font-weight: normal;
	color: #e4033b;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	}




/*-* MAIN PAGE - KONTAKT *-*/


#main_page-kontakt, #main_page-kontakt p {
	text-align: center !important;
	}
#main_page-kontakt h1 {
	font-size: 17px;
	font-weight: normal;
	}
#main_page-kontakt h2 {
	font-size: 13px;
	font-weight: normal;
	}
#main_page-kontakt a {
	color: #36454f;
	text-decoration: none;
	border-bottom: solid 1px #cb0032;
	}
#main_page-kontakt a:hover {
	color: #cb0032;
	text-decoration: none;
	border-bottom: solid 1px #36454f;
	}

.main_page-kontakt-icon {
	margin-top: 10px;
	margin-bottom: 0px;
	}
.main_page-kontakt-map_frame {
	background-image: url(../gfx/bg/bg_main_page_map.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 565px;
	height: 465px;
	position: relative;
	left: -70px;
	float: left;
	margin: -10px -70px 0px 0;
	}
.BAINSKImap {
	width: 500px;
	height: 400px;
	position: relative;
	top: 25px;
	left: 41px;
	}












/*-* FOOTER *-*/

footer {
	background: url(../gfx/bg/bg_footer.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 100px;
	position: relative;
	top: 0px;
	margin-left: -450px;
	left: 50%;
	color: #cb0032;
	z-index: 1;
	clear: both;
	}

#footer_logo_bainski a {
	position: absolute;
	top: 65px;
	left: 15px;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	}
#footer_logo_bainski a:hover {
	position: absolute;
	top: 67px;
	left: 15px;
	}
#footer_copyrights {
	height: 40px;
	text-align: left;
	line-height: 5px;
	position: absolute;
	top: 56px;
	left: 44px;
	}
#footer_copyrights h2 {
	font-size: 13px;
	}

#studio_cookies p {
	height: 40px;
	text-align: left;
	line-height: 30px;
	position: absolute;
	top: 55px;
	left: 44px;
	font-size: 11px;
	color: #364650;
	}
#studio_cookies a {
	font-size: 13px;
	color: #364650;
	text-decoration: none;
	border-bottom: solid 1px #cb0032;
	}
#studio_cookies a:hover {
	color: #cb0032;
	text-decoration: none;
	border-bottom: solid 1px #364650;
	}

#footer_menu {
	}

#footer_menu ul {
	width: 435px !important;
	position: absolute;
	top: 60px;
	right: 5px;
	margin: 0 auto;
	text-align: right;
	}
#footer_menu li {
	font-size: 13px;
	display: inline;
	padding: 0 5px;
	}
#footer_menu li a {
	color: #cb0032;
	text-decoration: none;
	}
#footer_menu li a:hover {
	color: #36454f;
	text-decoration: none;
	border-bottom: solid 1px #cb0032;
	}

#footer_menu-oferta ul {
	position: absolute;
	top: 80px;
	right: 5px;
	margin: 0 auto;
	}
#footer_menu-oferta li {
	font-size: 13px;
	display: inline;
	padding: 0 5px;
	}
#footer_menu-oferta li a {
	color: #36454f;
	text-decoration: none;
	}
#footer_menu-oferta li a:hover {
	color: #cb0032;
	text-decoration: none;
	border-bottom: solid 1px #36454f;
	}


#studio_design_logo a {
	background: url(../gfx/logo/logo_STUDIOgrafa_90x30-h.png);
	width: 90px;
	height: 30px;
	position: relative;
	top: 65px;
	left: 295px;
	display: block;
	}
#studio_design_logo a:hover {
	background: url(../gfx/logo/logo_STUDIOgrafa_90x30-n.png);
	}
	
	









	



#header_menu_oferta ul {
	width: auto;
	height: 75px;
	list-style: none;
	position: absolute;
	top: 35px;
	right: 5px;
	margin: 0;
	padding: 0 5px;
	clear: both;
	z-index: 0;
	display: block;
	float: none;
	}
#header_menu_oferta ul li {
	width: 90px;
	height: 75px;
	margin: 0;
	padding: 0px 10px 8px 5px;
	border: 0;
	float: left;
	}
#header_menu_oferta ul ul {
	visibility:hidden;
	position:absolute;
	top:100%;
	left:0;
	z-index:598;
  	display: flex;
  	justify-content: center;
	text-align: center;
	}
#header_menu_oferta a.img {
	background: url(../gfx/menu/top_menu_shared.png);
	height: 230px;
	top: 0;
	margin: 0;
	padding: 0;
	display: inline-block;
	background-position: 0 0;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	}
#header_menu_oferta a.img:hover  {
	background-position: 0 -115px;
	}
#header_menu_oferta p {
	min-width: 90px;
	min-height: 100px;
	width: 90px;
	height: 100px;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: inline;
	text-align: center;
	font-size: 13px;
	line-height: 120px;
	}
#header_menu_oferta a {
	color: #364650;
	text-decoration:none
	}
#header_menu_oferta a:hover {
	color: #fff;	
	text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
	}
#header_menu_oferta > ul > li > a, #header_menu_oferta > ul > li > a:link, #header_menu_oferta > ul > li > a:visited{
	display: block;
}
#header_menu_oferta > ul > li > a:hover,#header_menu_oferta > ul > li:hover > a{
	background: url(../gfx/menu/top_menu_shared.png);
	background-position: 0 -115px;
	color:#fff;
}

#header_menu_oferta > ul ul li a{
	color: #fff !important;
	transition: none !important;
}
#header_menu_oferta > ul li:hover > ul{
	visibility:visible;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
}
#header_menu_oferta li li {
	width: auto !important;
	font-size:13px
}
#header_menu_oferta ul ul{
	margin:0 10px;
	padding:0 10px;
	float:none;
	background:#aa062f;
	right:0;
	left:0;
}
#header_menu_oferta ul > li > ul > li > a{
	padding: 10px 10px 10px 10px;
	display: block;
}
