/* Global */

body {
	font-family: 'Monda', sans-serif;
	font-weight: 400;
	font-size: .9em;
	line-height:1.5em;
	color: #8a8683;
	background-color:#ffffff;
}
img {
	max-width: 100%;
}
a:link {
	color: #C00418;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}


.highlight {
	color: #fff;
	/*background-color: #BD442E;	*/
	background-color: #c00418;
}
p {
	text-align:justify;	
}

/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto; 
	min-height: 80px;
	max-height: 160px;
	/*background-color:#ffffff;*/
	z-index:100;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.menu-red {
	display: none;
	position:fixed;
	top:0px;
	width:100%; 
	height:auto; 
	min-height: 80px;
	max-height: 80px;
	color: #fff;
	/*background-color: #c00418;*/
	/*background-color:#ffffff;*/
	background-image:url(../images/bg-black70.png);
	z-index:100;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#logo {
	position: absolute;
	top:0px;
	left: 0px;
	text-align: center;
	margin: 0px;
	padding:0px;
	height:80px;
	
}
#nav {
	text-align: right;
	margin: 30px 0 0 0;
}
#lang {
	display:block;
	float:right;
	text-align:left;
	font-size: 10px;
	line-height:13px;
	margin: -9px 0 0 10px;
}
#lang .red {
	color:#C00418;
}
.menu #lang a, .menu #lang a:hover, .menu #lang a:active, .menu #lang a:visited {
	color: #000;
}
.menu-red #lang a, .menu-red #lang a:hover, .menu-red #lang a:active, .menu-red #lang a:visited {
	color: #fff;
}
.logo{
	float: left !important;
	list-style: none !important;
	margin: 0px !important;
	padding: 0px !important;
}
.logo ul{
	padding:0px !important;
	margin: 0px !important;
	
}
.logo li{
	float: left;
	padding:0px !important;
	margin: 0px !important;
	
}
.logo img {
	width: auto !important;
	height: auto;	
}
.menu .navigation{
	float: right;
	list-style: none;
	margin: 0;
}
.menu .navigation li{
	float: left;
	font-weight:bold;
	color: #C00418;
	margin:0 10px 0 10px;
	border-bottom: none;
	text-decoration:none;
	text-transform: uppercase;
	
}
.menu .navigation li:hover{
	cursor:pointer;
	/*text-decoration:underline;*/
	border-bottom: solid 1px #000;
	color: #000 !important;
}

.menu #nav .navigation .active{
	cursor:pointer;
	border-bottom: solid 1px #000;
	color: #000 !important;
	
}
.menu-red .navigation{
	float: right;
	list-style: none;
	margin: 0;
}
.menu-red .navigation li{
	float: left;
	font-weight:bold;
	color: #fff;
	margin:0 20px 0 10px;
	border-bottom: none;
	text-decoration:none;
	text-transform: uppercase;
	
}
.menu-red .navigation li:hover{
	cursor:pointer;
	border-bottom: solid 1px #C00418;
	color: #C00418 !important;
}

.menu-red #nav .navigation .active{
	cursor:pointer;
	border-bottom: solid 1px #C00418;
	color: #C00418 !important;
	
}

#logo li:hover, #logo li.active {
	border: none;	
}


/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:140px 0;
	-webkit-transform: translate3d(0,0,0);
  	-moz-transform: translate3d(0,0,0);
 	-ms-transform: translate3d(0,0,0);
}
#slide1 {
	padding: 0px 0px 140px 0px !important;	
}
#slide4 {
	padding: 0 0 150px 0 !important;	
}
#slide6 {
	padding: 150px 0 0 0 !important;	
}
h1 {
	font-size: 2em;
	line-height: 2em;
	border-bottom: #C00418 1px solid;	
	display: inline-block;
	font-weight: 700;
}
h1.noborder {
	border: none;	
}
h2 {
	font-style:italic;
	font-size: 1em;	
	font-weight: 400;
	line-height: 0px;
	padding-bottom:20px;
}

/* Slide 1 */ 


#slide1{
	background-color:#ffffff;
}
#slide1 h1 {
	color:#8a8683;
}
#slide1 h2 {
	color: #8a8683;
}




/* Slide 2 */ 

#slide2{
	background: #5A5A5A url('../images/okancelarii00.jpg') no-repeat;
	background-size:cover;
	color:#ffffff;
}
#slide2 h1 {
	color:#ffffff;
}
#slide2 h2 {
	color: #ffffff;
}




/* Slide 3 */ 

#slide3{
	background-color:#ECEDED;
}
#slide3 h1 {
	color:#8a8683;
}
#slide3 h2 {
	color: #8a8683;
}
#test{
	background-color:#bde2df;
	color:#ffffff;
	text-align:center;
	font-size: 2em;
	font-weight: 400;
}




/* Slide 4 */

#slide4{
	background-color:#fff;
	color:#8a8683;
}
#slide4 h1 {
	color:#8a8683;
}
#slide4 h2 {
	color: #8a8683;
}


#slide5{
	background: #5A5A5A url('../images/referencje00.jpg') no-repeat;
	background-size: cover;
	color:#ffffff;
}
#slide5 h1 {
	color:#ffffff;
}
#slide5 h2 {
	color: #ffffff;
}



/* Slide 6 */

#slide6{
	background-color:#fff;
	color:#8a8683;
}
#slide6 h1 {
	color:#8a8683;
}
#slide6 h2 {
	color: #8a8683;
}


#map-canvas {
	/*width: 100%;*/
	/*max-width:960px;*/
	height: 600px;
	margin: 0 auto;
	z-index:20;
	overflow:hidden;
	
}

#slide7{
	background-color:#343434;
	color:#fff;
	height: 40px;
	padding: 15px;
	margin: 0;
}

.gm-style img { max-width: none; }
.gm-style label { width: auto; display: inline; }

/*#slides-home {
	max-height: 800px;
	height: auto;	
}*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  max-height: 500px;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 500px;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
 
  float: left;
  height: 100%;
   width: auto;
  border: 0;
  }
  
  
.carousel-text {
	text-align:left;
	position: absolute;
	width: 400px;
	bottom: 60px;
	right: 10%;
	z-index: 30;
	line-height: 1.3em;
		
}
span.carousel-highlight {
	display: inline-block;
	font-size: 1.8em;
	line-height:1.2em;
	background-color: #C00418;
	color: #fff;
	font-weight: 700;
	padding: 0 20px;
	transform:scale(1.2,1); /* W3C */
    -webkit-transform:scale(1.2,1); /* Safari and Chrome */
    -moz-transform:scale(1.2,1); /* Firefox */
    -ms-transform:scale(1.2,1); /* IE 9 */
    -o-transform:scale(1.2,1); /* Opera */
	
	
}

.carousel-cite {
	font-size: 1em;
	font-style:italic;
	color: #C00418;
	line-height: 1em !important;
	display:block;
	text-align:right;
}


.rslides_nav {
  z-index: 20;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 300px;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.rslides_nav:active {
  opacity: 1.0;
  }

.rslides_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
  .rslides_nav:focus {
  outline: none;
  }

.rslides_tabs {
  margin-top: 10px;
  text-align: center;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.rslides_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.rslides_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }

#rslides1_s0 {
	background: url(../images/main00.jpg) center;
	background-size:cover;
}
#rslides1_s1 {
	background: url(../images/main01.jpg) top center;
	background-size:cover;
}
#rslides1_s2 {
	background: url(../images/main02.jpg) top center;
	background-size:cover;
}
#rslides2_s0 {
	background: url(../images/team00.jpg) top;
	background-size:cover;
}
#rslides2_s1 {
	background: url(../images/team01.jpg) top;
	background-size:cover;
}
#rslides2_s2 {
	background: url(../images/team02.jpg) top center;
	background-size:cover;
}
.button-wrapper {
	display: none;	
	
}
.button-wrapper button {
	background: #000;
	border: none;
	width: 48px;
	height: 45px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;	
	z-index: 200;
}
.menu-button:after {
	
	content: '';
	position: absolute;
	width: 68%;
	height: 5px;
	background: #fff;
	top: 10px;
	left: 16%;
	box-shadow: 
		0 10px 0 #fff, 
		0 20px 0 #fff;
}





/* Tablet */
@media screen and (max-width: 960px) {
#nav {
	margin: 18px 0 0 0;
}
#lang {
	margin-top: -1px;	
}
.button-wrapper {
	display: block;	
	float:right;
}
#nav .navigation {
	display: none;
}

#nav ul.navigation  {
	/*display: block;	*/
	/*background: #C00418;*/
	background-image:url(../images/bg-black70.png);
	padding: 0 30px 0 30px;
	margin-right: 0px;
	magin-top: 17px;
}
.menu #nav ul.navigation  {
	background-image: none;	
}

#nav ul.navigation li {
	margin: 10px 0;
	display: block;	
	float: none;
	
}
.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:150px 0;
}

#decorative {
	display:none;
}

#content {
/*	text-align:center;*/
	width:100%;
}

#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}
#slide5 h1 {
	line-height: 1em;
}
#slide5 h2 {
	line-height: 1em;
}
#slide6 h1 {
	line-height: 1em;
}
#slide6 h2 {
	line-height: 1em;
}

}




/* Mobile */
@media screen and (max-width: 480px) {



  
.carousel-text {
	text-align:left;
	position: absolute;
	width: 240px;
	bottom: 60px;
	right: 20px;
	z-index: 30;
	line-height: 1em;
	font-size: 1.2em;
	line-height:1em;
		
}
span.carousel-highlight {
	display: inline-block;
	font-size: 1.2em;
	line-height:1.2em;
	background-color: #C00418;
	color: #fff;
	font-weight: 700;
	padding: 0 10px;
	transform:scale(1.1,1); /* W3C */
    -webkit-transform:scale(1.1,1); /* Safari and Chrome */
    -moz-transform:scale(1.1,1); /* Firefox */
    -ms-transform:scale(1.1,1); /* IE 9 */
    -o-transform:scale(1.1,1); /* Opera */
	
	
}

.carousel-cite {
	font-size: .8em;
	font-style:italic;
	color: #C00418;
	line-height: 1em !important;
	display:block;
	text-align:right;
}



.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:150px 0;
}

.rslides {
 
  max-height: 400px;
  padding: 0;
  margin: 0;
  }

.rslides li {
  height: 400px;
  left: 0;
  top: 0;
  }

.rslides_nav {
	top: 200px;
 }

#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}
#slide5 h1 {
	line-height: 1em;
}
#slide5 h2 {
	line-height: 1em;
}
#slide6 h1 {
	line-height: 1em;
}
#slide6 h2 {
	line-height: 1em;
}

p {
	text-align:left;	
}
}
