* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
  height: 100%;
  padding: 0;
  margin: 0;
  font-weight: bold;
  background-color: floralwhite;
  background-size: cover;
}

p {
    padding: 10px 50px;
}

.container ul li {
    margin-left: 50px;
    list-style-type: circle;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

h2 {
  text-align: center;
  margin: 20px auto;
  color: #fff;
}

.tz-gallery .row > .main {
    padding: 25px;
	
}

.tz-gallery .row > div a .maintext {
    text-align: center;
	color: black;
}

.tz-gallery div div a img {
    width: 100%;
    border-radius: 5px;
    position: relative;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.7), 0 0 50px 0 rgba(0, 0, 0, 0.6);*/
}
.container {
    width: 95%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.7), 0 0px 50px 0 rgba(0, 0, 0, 0.6);
	text-align: justify;
	max-width: 1000px;
}

.gallerybg {
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(0,0,0,0.2) 100%), 
					  url('../images/gallerybg.png');	
}

.fb-video {
	margin: 40px;
	text-align: center;
	display: block !important;
}

.footer .footer-logo {
    overflow: hidden;
    margin: 0;
    padding-right: 30px;
    font-size: 12px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
	padding-left: 20px;
    background-color: rgba(0,0,0,0.7);
}

a:link {
    text-decoration: none;
	    color: chocolate;
}

a:visited {
    text-decoration: none;
	    color: chocolate;
}

a:hover {
    text-decoration: none;
	    color: chocolate;
		
}

a:active {
    text-decoration: none;
	    color: chocolate;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 15px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 6px;
    resize: vertical;
	font-size: 12px;
}

input[type=submit] {
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.formcontainer {
    margin-right: 20px;
}

form table {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

form table td label {
    font-size: 12px;
}

#player {
	float: right;
    padding: 15px;
    margin: -30px 15px 0 0;
    background: black;
	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

@media(max-width: 360px) {
    .row {
		/*margin-right: -65px;
		margin-left: -65px;*/
	}
	
	.tz-gallery .row > .main {
		/*padding: 25px 70px 0px 70px;
		 height: 245px; */
	}
	.tz-gallery {
		padding: 0 !important;
	}
}

@media(max-width: 480px) {
	p  {
		padding: 0;
		font-size: 11px;
	}
	.h1, h1 {
		font-size: 24px;
	}
	.fb-video {
		margin: 10px;
	}
}

@media(max-width: 768px) {
    .gallerybg  {
		max-width: 500px;
	}
	.tz-gallery .row > .main {
		width: 100%;
	}
}

.divider, hr {
    background: url('../images/divider.png') 50% 50% no-repeat transparent;
    background-image: url('../images/divider.png');
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: transparent;
    height: 25px;
}

p strong {
	color: peachpuff;
}

.logocont {
	top: 120px;
	width: 100%;
}

.logo {
    background: rgba(0, 0, 0, 0.5);
    padding: 18px;
    border-radius: 25px;
    margin-left: auto;
    margin-right: 25px;
    text-align: center;
    text-align: center;
    width: 135px;
	margin-bottom: 10px;
    margin-top: 15px;
}

.galVid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.opis {
    /*text-align: center;*/
    margin-top: 15px;
    color: black;
    font-size: small;
	opacity: 0.7;
	background-color: white;
    border-radius: 10px;
    padding: 20px;
	text-align: left;
}

.title {
	height: 62px;
}

.opisVideo {
    /*text-align: center;*/
    margin-top: 15px;
    color: black;
    font-size: small;
	cursor: default; 
	opacity: 0.7;
	background-color: white;
    border-radius: 10px;
    padding: 20px;
	text-align: left;
}