@charset "utf-8";
/* Copyright Łukasz Gill
	Draft Interactive */
	
img, object, embed, video {
	max-width: 100%;
}

@font-face {
	font-family: 'HelveticaNeueLTCom-Lt';
	src: url('../font/HelveticaNeueLTCom-Lt.eot?') format('eot'), 
	     url('../font/HelveticaNeueLTCom-Lt.woff') format('woff'), 
	     url('../font/HelveticaNeueLTCom-Lt.ttf')  format('truetype'),
	     url('../font/HelveticaNeueLTCom-Lt.svg#HelveticaNeueLTCom-Lt') format('svg');
}
/** GLOBAL **/
body {
	margin: 0;
    padding: 0;
    font-family: 'HelveticaNeueLTCom-Lt', sans-serif !important;
    font-style: normal;
    font-weight: 400;
	font-size: 18px;
    color: #52555c;
    background-color: #43474E;
}
img {
	max-width: 100%;
}
a:link {
	color: #52555c;
	text-decoration: none;
}
a:hover {
	color: #52555c;
	text-decoration: none;
}
a:visited {
	color: #52555c;
	text-decoration: none;
}
/** MENU **/
.menu-bg {
	background-color: rgba(255,255,255, 0.9);
	height:auto;
	position:fixed;
	width:100%;
	z-index:5;
}
.logo{
	width:259px;
	height:110px;
	float:left;
	margin-left: 6%;
	margin-top:10px;
	z-index: 100;
}
.menu {
	height:34px;
	float:right;
	margin-right:1%;
}
.menu ul {
	padding: 5% 0;
}
.menu ul li{
	font-size: 80%;
	border-right: 1px #52555c solid;
	padding: 5px 15px;
	display: inline;
	text-transform: uppercase;
}
.menu ul li img{
	margin-bottom: -6px;
    padding: 0 5px;
}
.last{
	border: none !important;
	padding: 0 !important;
	
}
.last img {
	margin-top: -10px;
}
@media (max-width: 1043px) {
	.social a {
		float: left;
		margin-left: 0 !important;
	}
}
#pull {
	display: none;
	cursor: pointer;
}
.menu-resp {
	display: none;
	z-index: 6;
}
.menu-resp a{
	display: block;
	text-transform: uppercase;
	border: none;
	padding: 10px;
	margin-left: -260px;
    /*background-color: rgba(255,255,255, 0.9);*/
}
.dropdown {
	display: inline-block;
	float: right;
}
.dropdown:hover .menu-resp {
	display: block;
    /*position: absolute;*/
    left: 260px;
    top: 0;
	padding-top: 120px;
    min-width: 100%;
}
/*
#pull:focus + .menu-resp{
	display: none;
}
*/
@media only screen and (max-width: 1043px) {
	.menu-desc {
		display: none;
	}
	#pull {
		display: inline-block;
		background-color: #283744;
		width: 100%;
		position: relative;
    	right: 0;
	}
	#pull:after {
		content:"";
		background: url('../images/menu-h.svg') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top:30px;
	}
}

/** HEADER **/
.header-bg {
	background: url(../images/bg_top.jpg) fixed no-repeat right top;
	min-height: 100%;
	max-width: 100%;
	background-size: cover;
	padding-bottom: 80%;
	z-index: 3;
}
/** O nas **/
#about {
	overflow: hidden;
	display: block;
	padding: 120px 0;
    margin: -181px 0;
    position: relative;
    z-index: 4;
}
.about-container {
	width: 106%;
	transform: rotateZ(4deg);
	min-height: 100%;
	background-color: #f3f3f2;
	margin-left: -50px;
}
.about-bg {
	background: url(../images/bg_room.png) no-repeat;
	width: 100%;
    transform: rotateZ(-4deg);
    z-index: 4;
    overflow: hidden;
}
.section-text {
	padding: 100px 5%;
}
.section-text h1 {
	font-size: 400%;
	margin: 0;
	text-transform: uppercase;
}
.section-text h2 {
	font-size: 150%;
	margin: 0;
	text-transform: uppercase;
}
.section-text h3 {
	font-size: 120%;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: uppercase;
}
.section-text p {
	text-align: justify;
}
.movie-box{
	max-height: 280px;
    text-align: center;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
/*    margin-top: 40%;*/
	margin-bottom: 80px;
}
.movie-box iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** DLA FIRM **/
#company {
	color: #f3f3f2 !important;
}
.company-bg {
	background: url(../images/bg_firma.jpg) fixed no-repeat right top;
	background-position: right;
	background-size: cover;
	width: 100%;
	min-height: 100%;
	padding-top: 10%;
	padding-bottom: 20%;
}
.fast-contact {
	float: right;
}
.contact-wedding {
	width: 60%;
}
.contact-company {
	width: 35%;
}
.company-div {
	margin: 0 auto;
	width: 50%;
	padding-bottom: 2%;
}

input {
	font-family: 'HelveticaNeueLTCom-Lt', sans-serif !important;
}
.input_company, #input_sluby {
	background:#f3f3f2;
	border:5px #f3f3f2 solid;
	height:20px;
	padding-right: 30px;
	font-size:100%;
	color:#52555c;
	margin:5px 0;
	display: block;
	max-width: 80%;
	min-width: 50%;
	padding: 0 5px;
}
.long-input, #input_sluby {
	padding: 12px 5px;
    width: 100%;
	max-width: 100%;
    box-sizing: border-box;
}
#buton_company {
    background-color: #7cc3b5;
    border-width: 0px;
    color: #f3f3f2;
    font-weight: 900;
    font-size: 100%;
    padding: 4px 8px;
    margin: 10px 0;
    width: 120px;
    float: right;
}
/** MTP **/
#mtp {
    background-color: #7cc3b5;
    color: #f3f3f2;
    width: 100%;
    min-height: 100%;
    z-index: 4;
    position: relative;
    box-shadow: 0px 0 10px #000;
	padding-bottom: 50px;
}
#mtp .foto-box {
    text-align: center;
}
#mtp .right{
	float:right;
	text-align: left
}
#mtp-img{
	margin:40px 15% 0;
	float:right;
}
#mtp a {
	color: white;
}
.both {
	clear: both;
}

/** WYŚLIJ KWIATY **/
.send-bg {
	background: url(../images/bg_poczta_kwiat.jpg) fixed no-repeat right top;
	background-size: cover;
	width: 100%;
	min-height: 100%;
	margin-top: -100px;
    padding-bottom: 35%;
}
.transparent-box {
	background-color: rgba(255,255,255, 0.9);
	position: relative;
    top: 430px;
	padding-bottom: 50px;
}
.left {
	float: left;
}
.right {
	float: right;
}
/** KWIATY NA ŚLUBY **/
#weddings {
	background-color: #f3f3f2;
    width: 100%;
    min-height: 100%;
    box-shadow: 0px 0 10px #000;
	padding-bottom: 40px;
}
.movie-box-weddings {
	max-height: 280px;
    text-align: center;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-top: 40%;
}
.movie-box-weddings iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#button_sluby {
    background-color: #ffcc00;
    border-width: 0px;
    color: #52555c;
    font-weight: 900;
    font-size: 100%;
    padding: 4px 8px;
    margin: 10px 0;
    width: 120px;
    float: right;
}
#input_sluby {
	border: 5px #52555c solid;
	background-color: #52555c;
	color: #fff;
}
/** KONTAKT **/
#contact {
	background-color: #52555C;
}
.transparent-contact-box {
	background-color: rgba(255,255,255, 0.8);
	padding: 20px;
	position: absolute;
    top: 20px;
	right: 20px;
    z-index: 4;
	float: right;
	max-width: 450px;
}
#button_kontakt {
    background-color: #7cc3b5;
    border-width: 0px;
    color: #f3f3f2;
    font-weight: bold;
    font-size: 100%;
    padding: 4px 8px;
    margin: 10px -36px;
    width: 120px;
/*    float: right;*/
}
#input_textarea{
	height:100px !important;
	background:#f3f3f2;
	border:5px #f3f3f2 solid;
	padding:5px 0;
	font-size:12px;
	color:#52555c;
	margin:5px 0;
	width: 100%;
    box-sizing: border-box;
}
.transparent-contact-box h1 {
	text-transform: uppercase;
	text-align: right;
	font-size: 210%;
}
.transparent-contact-box p {
	text-align: right;
}
.adres p {
	text-align: left !important;
}
.route {
	text-align: center;
	display: none;
}
/** MAPA **/
#map {
	width: 100%;
	height: 850px;
}
.relative-div {
	position: relative;
}

/** FOOTER **/
#contact {
	position: absolute;
}
.footer {
	margin-top: 1px;
	box-shadow: 0px 0 10px #000;
}
.footer-info {
	color: #fff;
}
ul.footer-info {
    margin: 0 auto;
    width: 100%;
    max-width: 574px;
	padding: 20px 0;
	text-align: center;
}
.footer li {
    display: block;
    clear: both;
    list-style: none;
    margin: 0 15px;
    vertical-align: middle;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.hide_mobile {
    display: none;
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

	.hide_desktop {
		display: none;
	}
}

@media only screen and (max-width: 769px) {

	.contact-wedding, .contact-company {
		width: 100%;
	}
	.company-div {
		width: 100%;
	}
	.movie-box {
		margin-bottom: 0;
	}
	.flower-div {
		padding-bottom: 50px;
	}
	.movie-box-weddings {
		margin-top: 0;
	}
}
@media only screen and (max-width: 625px) {
	.transparent-box {
		top: 100px;
	}
	.send-bg {
		padding-bottom: 65%;
	}
	.flower-logo {
		padding-bottom: 20px;
	}
	.footer li {
		display: block;
		text-align: center;
	}
	.header-bg {
		padding-bottom: 100%;
	}
}
@media only screen and (max-width: 670px) {
	.about-container {
		margin-left: -40px;
	}
	iframe {
		width: 100%;
	}
	.section-text h1 {
    	font-size: 300%;
	}
}

/* Larger screens */
@media only screen and (max-width: 1325px) {
	.transparent-box {
		top: 200px;
	}
}
@media only screen and (max-width: 1370px) {
	.about-container {
		width: 120%;
	}
	.about-container .section-text {
		width: 80%;
	}
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.hide_tablet {
    display: none;
}
}
/* Mobile layout */
@media only screen and (max-width: 750px) {
	.transparent-contact-box {
		right: 0;
	}
	.transparent-contact-box h1, .transparent-contact-box p {
		text-align: center;
	}
}
@media only screen and (max-width: 600px) {
	.company-bg {
		padding-bottom: 45%;
	}
}
@media only screen and (max-width: 510px) {
	.header-bg {
		padding-bottom: 120%;
	}
}
@media only screen and (max-width: 470px) {
	.about-container .section-text {
		padding-left: 45px;
	}
}
@media only screen and (max-width: 450px) {
	.company-bg {
		padding-bottom: 75%;
	}
	.transparent-contact-box {
		background-color: rgba(255,255,255, 1);
	}
	.route {
		display: block;
	}
}
@media only screen and (max-width: 400px){
	.about-container {
		margin-left: -50px;
		width: 140%;
	}
	.about-container .section-text {
		width: 70%;
	}
	.header-bg {
		padding-bottom: 140%;
	}
}