body {
font-family: "Myriad Set Pro","Lucida Grande","Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
	//font-family: helvetica, arial, sans-serif; //Meiryo
	font-weight: normal;
	font-size: 1.6em ;
	line-height: 1.42857143;
	color: #000000;
	background-color: #fff;
}

* {
  border-radius: 0 !important;
}

/*TEKSTY*/

.naglowekmini{
	  color: rgb(58, 88, 151);
  font-weight: normal;
  border:none;
  text-align: left;
  font-size: 20px;
}

.naglowek-product{
	color: rgb(0, 40, 100);
	font-weight: bold;
	border:none;
	text-align: left;
	font-size: 22px;
  margin-bottom:10px;
}

.naglowekmini-product{
	color: rgb(0, 40, 100);
	font-weight: bold;
	border:none;
	text-align: left;
	font-size: 18px;
	margin: 10px 0 10px 0;
}

.naglowekmini2{
	color: rgb(58, 88, 151);
    font-weight: normal;
    border:none;
    text-align: left;
    font-size: 19px;
	margin:0px;
}
.naglowekmini2:hover{
	text-decoration:none;
	color: rgb(0, 30, 90);
	font-weight:bold;
}

.naglowekmidi:hover{
	text-decoration:none;
	color: rgb(0, 30, 90);
	font-weight:bold;
}

.naglowekmidi{
	color: rgb(28, 58, 121);
	font-weight: normal;
	border:none;
	text-align: center;
	font-size: 22px;
}
.buy-product{
	color: #333;
	border:none;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	margin:20px 0 20px 0;
	font-style: oblique;
}
.title-red{
	color: #e31b31;
	font-weight: bold;
	border:none;
	text-align: center;
	font-size: 30px;
	margin: 10% 0 30px 0;
	text-shadow: 2px 2px 6px #cccccc;
}

.tresc {
    font-size: 0.8em;
}

.tresc-product{
	color: #111;
	border:none;
	text-align: left;
	font-size: 16px;
	margin:20px 0 20px 0;
}
.tresc2 {
    font-size: 0.8em;
    color: #5e5e5e;
}
.tresc4 {
    font-size: 0.8em;
    color: #333;
}

.tresc3 {
    font-size: 0.8em;
    color: #5e5e5e;
    padding-left: 2px;
}

.tresc5{
    font-size: 0.7em;
}

.naglowek {
  /*    background: url('../images/naglowek2.jpg');
      background-repeat: no-repeat;
    background-position: top center;
   //height: 300px;
    background-size: 100% auto;
    font-size: 26px;
    text-align:left;
    padding: 0.7em;  */
  color: rgba(249, 249, 249, 0.95);
  font-weight: normal;
  border:none;
  padding: 60px 5% 60px 10%;
  text-align: left;
  font-size: 36px;
  margin:0px;
}

.data {
    color: #5f5f5c;
    font-size:0.7em;
    margin-bottom: 0.5em;
}

.text-realizacje{
    margin: 30px 0 30px 5%;
    background-color: transparent;
    font-size: 14px;
    color: #444;
}

/*OKRUSZKI*/

.breadcrumb {
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-top:3.5em;
    padding: 1em 5% 1em 5%;
}

/*ZAKŁADKI*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #044471;
    cursor: default;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    font-size: 14px;
    padding: 5px 15px;
    font-weight: bold;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.indicator{
	background-color: rgba(0, 0, 0, 0.5);
    bottom: 1px;
	padding-top:10px;
	padding-bottom:10px;
	left: 0;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
	margin-bottom: 0;
}

.gallery-title{
	background-color: rgba(0, 0, 0, 0.5);
    bottom: 1px;
	padding-top:0;
	padding-bottom:0;
	left: 0;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
	margin-bottom: 60px;
}

.carousel slide{
	 max-width:1450px;
}

/*SUBMENU*/

.dropdown-submenu {
    position: relative;
}

.dropdown-menu {
	width:350px;
}


.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
	max-width:300px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
