
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  -webkit-font-smoothing: antialiased;

  font-family: 'Armata', sans-serif;

  font-size:14px;
}
a:hover{
  text-decoration: none;
}
a:focus{
  text-decoration: none;
  border: :none;
}


.btn {
  margin:10px;
  padding:10px;
  border-radius: 0;
  box-shadow: 2px 2px 1px #999999;
}


.row {
  margin-left:0px;
  margin-right:0px;
}


div{
	/*border:1px solid red;*/
}
#intro{

  background: url('/images/tmpl/Startowa_6.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	//min-height: 600px;
  height: 100vh;
}
#intro h2{
text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
font-size:2.3em;
}

#intro a.btn {
  width:200px;
}

#intro > div > div.intro-module{
	background-color: #fbfbfba1;
	padding-top: 2em;
	padding-bottom: 2em;
	margin-top: 3em;
	border: 0px solid white;
}

#prelegenci-intro{
/*background: linear-gradient(rgba(31, 122, 192, 0.1), rgba(31, 122, 192, 0.1)), url('/images/tmpl/Uczestnicy_1.jpg') no-repeat center center fixed; */
  background: url('/images/tmpl/camer_blue.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top:100px;
  padding-bottom:100px;
}

#program-intro{
  background: url('/images/tmpl/action.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top:100px;
  padding-bottom:100px;
}

#rada-intro{
  background: url('/images/tmpl/rada-intro.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top:100px;
  padding-bottom:100px;
}
#organizator-intro{
  background: url('/images/tmpl/osrodek_tlo.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top:100px;
  padding-bottom:100px;
}

#partnerzy-intro{
  background: url('/images/tmpl/ludki.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top:100px;
  padding-bottom:100px;
}

#partnerzy{
  text-align: center;
}

#partnerzy img{
  /*border:1px solid #ddd;*/
  max-width:250px;
}

#partnerzy .panel-heading{
  margin-bottom:0px;
}
#partnerzy .panel-body{
  margin-top:0px;
  padding-top:5px;
}

#partnerzy h3{
  font-size:17px;
}

#partnerzy .distinguish{
  margin-top: 0px;
}

#lokalizacja-intro{
  padding-top:150px;
  padding-bottom:150px;
}

#lokalizacja a.btn {
  width:200px;
}


#rejestracja-intro{
  background: url('/images/tmpl/Rejestracja_2.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top:100px;
  padding-bottom:100px;
}

.main-component{
  margin-top:80px;
}

.main-component .component{
  border: 1px solid #eee;
}

#kontakt{
  background-color: #0f1654;
  color:white;
  font-size:0.8em;
  padding-top:30px;
}

#kontat h3{
  font-size: 1.2em;
}
#kontakt a{
  text-decoration: none;
  color:white;
}


#kontakt-stopka a span{
  color:white !important;
}

.main-ct{
	padding-top:30px;
	padding-bottom:50px;
}

.main-ct2{
  background-color: #01083a;
  color: white;
  font-size: 0.9em;
  padding-top:20px;
  padding-bottom: 15px;
}

.main-in{
	border-bottom: 3px solid #0067a2;
	border-top: 3px solid #0067a2;
	 box-shadow: 0px 4px 10px #888888
}
.main-in span{
  text-shadow: 1px 0 0 #246, -1px 0 0 #246, 0 1px 0 #246, 0 -1px 0 #246, 1px 1px #246, -1px -1px 0 #246, 1px -1px 0 #246, -1px 1px 0 #246;
}

/* customize nav style */
/* Custom page CSS
-------------------------------------------------- */
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

#nav {
  width: 100%;
  position:static;
  top:-32px;
  	 box-shadow: 0px 6px 3px #888888;
}

#nav.affix {
  position: fixed;
  top: 0;
  z-index:10;
  -webkit-transition: all .6s ease-in-out;
}

#nav a{
	font-size:1em;
}

.nav>li>a {
padding-right: 5px;
padding-left: 5px;
}

@media (min-width: 767px) {
  .navbar-nav.nav-justified > li{
    float:none;
  }
}

.navbar-nav {
  margin: 1px 1px;
}

/* customize nav style */
.navbar-custom {
  background-color: #0e1655;
  font-weight:400;
  text-transform:uppercase;
  border-width:0;
}
.navbar-custom  .navbar-nav>li>a {
  color: #ddd;
}
.navbar-custom  .dropdown-menu li>a:hover {
  color: #eee;
}
.navbar-custom  .navbar-nav li>a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a  {
  background-color: #0067a2;
}
.navbar-custom .navbar-nav>.dropdown>a .caret {
  border-top-color: #0067a2;
  border-bottom-color: #999;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
  overflow-y: visible;
}

.navbar-toggle {
  outline:0;
}

#nav{
	position: static;
	width:100%;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

@media only screen and (max-width: 768px) {
    #intro h2 {
        font-size:24px;
    }
}


#back-to-top {
  z-index: 999;
  position: fixed;
  right: 20px;
  top: auto;
}
#back-to-top.affix {
  bottom: 40px;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 28px;
}

#back-to-top .btn{
  padding:10px 15px;
  box-shadow: none;
}

/*FORMULARZ*/

#visformcontainer > div.category-desc > fieldset{
  border-bottom: 1px solid #e6e6e6 !important;
  padding-bottom: 16px !important;
}

// .panels input{
//   width:10%;
// }

.form-horizontal .control-group {
    margin-bottom: 0px;
}
.form-horizontal .controls{
    margin-bottom:5px;
}

label.error{
	padding: 7px 17px;
	background-color: #096396;
	border-radius: 0px;
}
p.errorcontainer:after {
    border-top: 12px solid #096396;
}

.control-group {
  margin-bottom: 0px;
} 
.controls input[type='text'], .controls input[type='email']{
  width:100%;
}

#field2_0, #field2_1 {
position: static;
}
.controls input{
  border-radius: 0;
}

.control-label{
  padding-top: 0px !important;
}

#visform1 > fieldset > div:nth-child(1){
  margin:10px;
}


.ad_link{
  text-decoration: none;
  color:#ff0000;
}

.ad_link:hover{
  text-decoration: none;
  color:#771111;
}

/*Modal Box*/
.modal-content{
  border-radius: 0px;
}

.modal-header{
  background-color: #0074b6;
  color:white;

}

.modal-footer{
  padding:0px;
}
.close{
  color:white !important;
}

/*ARCHIWUM*/
.pg-legend{
	padding-bottom:25px;
}

#phocagallery table, #phocagallery tr, #phocagallery td {
padding-right:10px;
}

#phocagallery > form{
	display:none;
}

#pg-msnr-container > div:nth-child(1){
 -webkit-box-shadow: none;
 box-shadow: none;
}
.pg-cv-box {
    padding: 6px;
    margin: 5px;
    -webkit-border-radius: 0px; 
    border-radius: 0px; */
}
.pg-category-view{
	text-align: center;
}


.alert-info {
    color: #ffffff;
    background-color: #356189;
    border-radius: 0px;
}

.well{
    border-radius: 0px;
    font-size: 0.9em;
}
a.flag {
	padding-top:5px;
	padding-bottom:5px;
}
a.flag img{
	width:30px;
}

/* Formularz */
label#form2cateringlbl, #form2first-day-workshopslbl, #form2second-day-workshopslbl{
	display:none;
}

label.chb-lbl{
	width:100%;
	margin-left: 30px;
}

input.chb-field{
    position: relative;
    top: -44px;
}

label.chb-lbl2{
  width:100%;
  margin-left: 30px;
}

input.chb-field2{
    position: relative;
    top: -25px;
    margin-left: 0px !important;

}

label.chb-lbl3{
  padding-right: 0px !important;
  margin-right: 0px !important;
}

#field59{
      top: -95px !important;
    position: relative !important;
}

#visform2 > fieldset > div.field47 > p.visCSStop0.visCSSmargLeft.visCSSrbinl.chb-field3{
  margin-left: 0px !important;
}

label.chb-lbl3:after {
    content: '';
    display: block;
    clear: both;
    height: 15px;
}

input.chb-field3{
    position: relative;
    width:20px;
}


textarea.inputbox {
	width:100%;
}

.visBtnCon{
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

#field62{
  color: #fff;
    background-color: #0e1655;
    border-color: #2e6da4;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.visCSSrllst  {
  width:100%;
  margin-left: 30px;
}


/*Phoce*/
#phocagallery-categories-detail .show-on-details{
  display:none;
}

.show-on-details{
  padding-top: 20px;
  padding-bottom:20px;
}

.council li{
	margin-bottom: 6px;
}


#field63{
	position:relative;
	top:-45px;
}


.table-condensed {
    font-size: 1rem;
}