body {
 	  margin: auto;
	  padding: auto;
	  font-size: 12px !important;
	  font-family:  Tahoma, Geneva, sans-serif !important;
	  line-height: 18px;
	  color:#000 !important;
	  background: #fffffff;
}

@font-face

{

font-family: Franklin;

src: url(../font/Franklin%20Gothic%20Heavy.ttf); 

}


a:link { 
					color:#000
					text-decoration:none;
					font-family:  Tahoma, Geneva, sans-serif;
					font-size: 11px;
					outline:none;
}
a:visited{ 
					color:#000;
					text-decoration:none;
					font-family:  Tahoma, Geneva, sans-serif;
					font-size: 11px;
					outline:none;
}
a:hover{ 
					color:#000;
					text-decoration:underline;
					font-family:  Tahoma, Geneva, sans-serif;
					font-size: 11px;
}
a:acitve{ 
					color:#000;
					text-decoration:none;
					font-family:  Tahoma, Geneva, sans-serif;
					font-size: 11px;
}

#glowna {
		position:relative;
		height: auto;
		margin: auto;
		padding: auto;
		width: 100%;
	
}

#tlo_top
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#134c94+0,2f68af+50,134c94+100 */
background: #134c94; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEzNGM5NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJmNjhhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzRjOTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #134c94 0%, #2f68af 50%, #134c94 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#134c94), color-stop(50%,#2f68af), color-stop(100%,#134c94)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #134c94 0%,#2f68af 50%,#134c94 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #134c94 0%,#2f68af 50%,#134c94 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #134c94 0%,#2f68af 50%,#134c94 100%); /* IE10+ */
background: linear-gradient(to right,  #134c94 0%,#2f68af 50%,#134c94 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#134c94', endColorstr='#134c94',GradientType=1 ); /* IE6-8 */
	width: 100%;
	height: 105px;
	border-bottom: 5px solid #f5ff00;
}

#logo
{
	background:url(../images/logo.png) no-repeat;
	width: 240px;
	height: 94px;
}

h3, .h3 {
  
    text-align: center;
}

h2, .h2 {
    font-size: 29px;
    text-align: center;
}

#tlo_dol
{
	background: #FBBB3A;
	width: 100%;
	height: 329px;
	margin-top: 30px;
}

/* MENU */

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'myriad pro';
    font-size: 20px;
    color: #fff;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: rgba(238, 238, 238, 0);
	color: #f5ff00;
	
}

.selected
{
	background: #000;
}
#menu ul li a.active{
    font-weight: 600;
    color: #239AEC;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #f5ff00;
    background-color: rgba(255, 255, 255, 0);
    text-decoration: none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #F6FF00;
    background-color: #428BCA;
    background: transparent url("../images/arrow_menu.png") no-repeat scroll center bottom !important;
    padding-bottom: 45px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none !important;
	background: url(../images/arrow_menu.png) no-repeat !important;
	width: 100% !important;
	height: 20px !important;
	background-position: bottom !important;
	padding-bottom: 65px !important;
}

.container > .navbar-header, .container > .navbar-collapse {

    margin-top: 24px;
}

#menu ul li:focus{
	background-color: #000;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #8A7B63;
    text-decoration: none;
}


/* BANER */

.camera_wrap .camera_pag .camera_pag_ul {
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    height: auto;
    margin-top: -54px;
}

.camera_wrap .camera_pag .camera_pag_ul li {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    width: 105px;
    height: 7px;
    border-radius: 0px;
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
    background: #124b93 none repeat scroll 0% 0%;
    width: 106px;
    margin-top: -4px;
    border-radius: 0px;
    margin-left: -4px;
}

.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
     background: #124b93 none repeat scroll 0% 0%;
    width: 106px;
    margin-top: -4px;
    border-radius: 0px;
    margin-left: -4px;
}



#stopka
{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#134c94+0,2f68af+50,134c94+100 */
background: #134c94; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEzNGM5NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJmNjhhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzRjOTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #134c94 0%, #2f68af 50%, #134c94 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#134c94), color-stop(50%,#2f68af), color-stop(100%,#134c94)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #134c94 0%,#2f68af 50%,#134c94 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #134c94 0%,#2f68af 50%,#134c94 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #134c94 0%,#2f68af 50%,#134c94 100%); /* IE10+ */
background: linear-gradient(to right,  #134c94 0%,#2f68af 50%,#134c94 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#134c94', endColorstr='#134c94',GradientType=1 ); /* IE6-8 */


width: 100%;
height: 44px;
z-index: 1000;
position: relative;
}


h2, .h2 {
    font-size: 26px;
    text-align: center;
    font-family: 'Franklin';
    margin-top: -65px;
}

h3, .h3
{
    font-size: 26px;
    text-align: center;
    font-family: 'Franklin';
    margin-top: -25px;
	}
	
figure.imageeffectck.effectck-zoe
{
	float: right !important;
}

figure.effectck-zoe figcaption {
    top: auto;
    bottom: 0px;
    padding: 1em;
    height: 3.75em;
    background: #F4D82C none repeat scroll 0% 0% !important;
    color: #000 !important;
    transition: transform 0.35s ease 0s;
    transform: translate3d(0px, 100%, 0px);
    opacity: 0.9;
}

figure.imageeffectck img {

    opacity: 1 !important;
}

#phocaMapPlgPM1{


    position: relative;
    width: 100% !important;
    height: 329px !important;
    z-index: 1 !important;
    margin-top: -10px !important;
    margin-left: -39px !important;
}

#szybki_kontakt{

position: relative;
z-index: 1000;

}

.moduletable_tresc
{
position: absolute;
top: 73px;
left: 50px;
font-family: 'Franklin';
font-size: 18px;
line-height: 22px;	
}

#tresc_stopka{
	font-family: "Franklin";
	color: #FFF;
	text-shadow: 1px 1px 1px #000;

}

#tresc{
	text-align: justify;
}

.form-inline
{
	display: none;
}

.tekst1
{
	font-size: 12px;
}

input, button, select, textarea {

    width: 250px;
    border: 1px solid #D3D1F0;
	padding: 4px;

}

input#name
{
	background: rgb(250, 185, 57) none repeat scroll 0% 0%;
}

input#email
{
	background: rgb(250, 185, 57) none repeat scroll 0% 0%;
}

input#subject
{
	background: rgb(250, 185, 57) none repeat scroll 0% 0%;
}

textarea#message {
	background: rgb(250, 185, 57) none repeat scroll 0% 0%;
    width: 334px;
    height: 137px;
}

#sp_qc_submit
{
	width: 100px !important;
	height: 30px;
	background: #2760A8;
	color: #fff;
}

#menu ul li a.active {
    font-weight: 300;
    color: #F6FF00;
}

#phocaMapPlgPM2
{
	width: 100% !important;
	height: 308px !important;
}

#tresc_stopka p {

   margin-bottom: -5px;
}


pre {
    display: none;
}

.form-control {
    
    width: 350px;
    height: 34px;
	background: #F6C43F;
	border: 0px;
	color: #000;
}

textarea.form-control {
    min-height: 168px;
    width: 416px;
}

.form-group {
    margin-bottom: 10px;
}

.imageeffectck_title
{
	background: rgb(37, 94, 165) none repeat scroll 0% 0% !important;
	width: 100% !important;
}

figure.effectck-goliath {
    background: #FF3B3B none repeat scroll 0% 0%;
}

.imageeffectck_desc
{
	width: 100%;
}

figure.imageeffectck .imageeffectck_title {
    word-spacing: 0em !important;
    font-size: 18px !important;
}

figure.imageeffectck figcaption {

    font-size: 20px !important;
}

.btn
{
	background: rgb(35, 92, 164) none repeat scroll 0% 0%;
	color: rgb(255, 255, 255) !important;
}

.navbar {

    border: 0px solid transparent;
    margin-bottom: 0px;
}