/*
Theme Name: Pim-Projekt Theme
Theme URI: http://pim-projekt.pl;
Author: michal@mietlinski.pl
Description: Theme for Pracownia Projektowa Pim-Projekt
Version: 1.1
License: Commercial
*/
html,
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #666;
    background-color: #f6f6f6;
}

h2 {
	color: #2e7aa2;
	font-size: 1em;
	font-weight: 700;
}
article {
	margin-top:1em;
}
#main {
	background: #f6f6f6 url('http://pim-projekt.pl/wp-content/themes/pim-projekt.pl/images/page_bg.png') repeat-x top left;
	width: 100%;
	min-height: 100%;
}
.header {
	background: transparent url('http://pim-projekt.pl/wp-content/themes/pim-projekt.pl/images/header.jpg') no-repeat top center;
	height: 188px;
	box-shadow: 2px 5px 10px 2px rgba(0, 0, 0, 0.7);
}

.flagi {
	position: relative;
	top: 2rem;
	left: 2rem;
}

.flagi a {
	margin-left: .5rem;
}
.youare, .stopka {
	background: #f6f6f6 url('http://pim-projekt.pl/wp-content/themes/pim-projekt.pl/images/wrapper.png') repeat-x top left;
	height: 30px;
	line-height: 30px;
	margin-top: .5px;
	color: #96c4e1;
}
.youare a {
	color: #fff;
}
.youare a:hover {
	text-decoration: none;
}
#nagmenu {
	background: transparent url('http://pim-projekt.pl/wp-content/themes/pim-projekt.pl/images/bg_pod_menu.png') no-repeat top left;
	height: 36px;
	width: 100%;
	line-height: 25px;
	margin-top: 1px;
	margin-bottom: 1px;
	color: #96c4e1;
	font-weight: 700;
	padding: 0 0 0 2.5em;
}
.addmenu {
    height: 30px;
    overflow: hidden;
}
.mainart {
	background: #fff;
	min-height: 65vh;
}
.mobmenu {
	display: none
}

#menu-additional,
#menu-main {
	margin: 0;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
}
#menu-main {
	-webkit-padding-start: 30px;
}
#menu-main a{
	color: #57778a;
}
#menu-main li {
	list-style-image: url('http://pim-projekt.pl/wp-content/themes/pim-projekt.pl/images/menu_arrow.gif');
	line-height: 2em;
	font-weight: 400;
}
#menu-main li:hover {
	list-style-image: url('http://pim-projekt.pl/wp-content/themes/pim-projekt.pl/images/menu_arrow_hover.gif');
}
#menu-additional {
	line-height: 30px;
}
#menu-additional li{
	display: inline;
	list-style: none;
}
#menu-additional li a {
	margin: 1em 1em 0 0;
	color: #96c4e1;
    text-decoration: none;
    font-weight: 700;
}
#menu-additional li a:first-child {
	margin: 1em 1em 0 1em;
}
#menu-additional li a:hover,
#menu-additional li a:focus,
#menu-additional li a:visited {
	color: white;
}

.mainmenu {
	padding-left: 0;
	background: transparent url('http://pim-projekt.pl/wp-content/themes/pim-projekt.pl/images/content_m_left.png') repeat-y top left;
}
#mainslider {
	height: 261px;
	overflow: hidden;
	float: right;
	margin: 1em 0 1em 2em;
}
footer {
	background-color: #f6f6f6;
}
/*----- bootstrap edit------*/
.carousel-inner .carousel-item {
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

table.realizacje-tab>tbody>tr:nth-chil(odd) {
	background-color: #e5e6e7;
}

@media (max-width: 768px) {
	.header,
	#nagmenu,
	.menu-main-container {
		display: none;
	}

	.mobmenu {
		display: block;
	}
}
