#contact #center_column p.desc_contact { 
	padding-left: 210px; 
	padding-right: 10px;
}
		
#contact #columns  p.text label,
#contact #columns  p.select label,
#contact #columns  p.select span,
#contact #columns  p.textarea label {
	display: block;
	padding: 7px 0;
	font-size: 13px;
	text-align: left;
}

#contact #columns  p.textarea label {
	vertical-align:top
}

#contact #columns  p.text input, 
#contact #columns  p.select input {
	padding: 5px 0 5px 15px;
	width: 100%;
	border: 1px solid #ccc;
	font-size: 13px;
	color: #666;
	margin: 0;
}

#contact #columns  p.select select {
	border: 1px solid #ccc;
	font-size:13px;
	margin: 0;
	padding: 5px 0 5px 15px;
	width:100%;
	color: #666;
}

#contact #columns  p.textarea textarea {
	height: 80px;
	width: 100%;
	resize: vertical;
	padding: 5px 0 5px 15px;
	border:1px solid #ccc;
	font-size: 14px;
	color:#666;
	margin: 0;
}

#contact #columns  p.submit input {
	/*margin-left: 205px;*/
	text-transform:uppercase;
	/*width: 390px;
	background-color: #FFFFFF;
	color: black;*/
	font-size: 12px;
	float: right;
	margin: 0;
}

#contact #columns  p.submit input:hover {
	background-color: #656565;
	color: white;
}

.contact_form_right{
  display: flex;
  justify-content: space-around;
}

.coordonnees {
  font-size: 14px;
  line-height: 21px;
  width: 40%;
  float: left;
  font-size: 13px;
  font-weight: 300;
}

.coordonnees strong,
.coordonnees b{
  font-weight: 500;
}

.googlemaps {
	width: 100%; 
	margin:auto;
	padding: 0px 0 20px 0;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.contact_new_title{
  padding-bottom: 0px;
  font-size: 21px;
  text-decoration: none;
  color: #526255;
  margin: 0px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: 'Gelasio', serif;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
}

.contact_new_title strong{
  font-size: 27px;
  color: #526255;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-style: normal;
}

.contact_form_container{
	margin-bottom: 30px;
}

.contact_form_container .contact_form_left{
	padding-right: 80px;
	margin-bottom: 30px;
}

.contact_form_welcome_text{
	font-size: 13px;
	margin: 25px 0 30px 0;
}

.contact_form_welcome_text h2{
  color: #597f2c;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px !important;
  padding-bottom: 15px;
  line-height: 1em;
  font-weight: 300;
}

.contact_form_welcome_text h2 img{
	margin-left: 10px;
}

.contact_form_welcome_text span{
	color: #90bc68;	
}

@media (max-width: 767px) {
	.coordonnees {
		width: 100%;
		float: none;
		margin-bottom: 35px;
	}
	.contact_form_container .contact_form_left{
		padding-right: 15px;
	}
}

.sn_button a{
	content: "";
	background: url(../img/sn_button.gif) no-repeat;
	width: 31px;
	height: 31px;
	display: inline-block;
	position: relative;
	top: 4px;
	left: 3px;
	background-position: 0 -31px;
  margin: 0 auto;
  margin-top: 15px;
}

.sn_button a:hover{
	background-position: 0 0px;	
	top: 3px;
}

.contact_custom_content{
	max-width: 226px;
}

.contact_custom_content a{
	display: block;
}

@media (max-width: 767px) {
	.contact_custom_content{
		max-width: 100%;
	}
}

.g-recaptcha{
  float: left;
  clear: both;
}

#submitMessage{
  clear: both;
  margin-top: 20px !important;
}

#social_header a {
  display: block;
  width: 30px;
  height: 30px;
  color: #cecdcd;
  margin-right: 5px;
  float: left;
}

#social_header a:hover{
  color: #8c8c8c;
}

#social_header a i {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 21px;
  text-align: center;
  line-height: 27px;
}

.msg_sent{
  margin-top: 25px;
}

.msg_sent .cms_intro_text{
  margin-bottom: 25px;
}

/* STEROWANIE FORMULARZEM KONTAKTOWYM (SL-polcoder) */

.new-contact-sterowanie {

}


/* The container <div> - needed to position the dropdown content */
.contact-sterowanie {
	position: relative;
	width: 100%;
	list-style: none; 
	display: none;
	margin-top: 0px;
	margin-bottom: 40px;
}

#contact-sterowanie-s {
  display: block;
}

#contact-sterowanie-c {
  display: block;
}

/* Dropdown Button */
.dropbtn {
	margin-bottom: 20px;
	color: #3c3c3b;
	font-weight: 500;
	line-height: 1em;
	font-family: "Marcellus", serif;
	text-transform: none;
	font-size: 26px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  list-style: none;
  display: flex;
}

/* Links inside the dropdown */
.dropdown-content-start {
	padding: 10px 20px;
	font-weight: 400;
	outline: none;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
	line-height: 1em;
	margin-right: 10px;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
	border: 1px solid #cccccc;
	transition: all 0.3s ease;
	position: relative;
	color: #2e3436;
	font-weight: 400;
	margin-top: 10px;
}

.dropdown-content-start:hover {
  cursor: pointer;
  background: #f7f9f4;
  border-color: #b4bd8b;
}

.dropdown-content-list {
  background-color: #6b7864;
  color: #fff !important;
}

.contact-sterowanie:hover .dropbtn {}


/* Dropdown Content (Hidden by Default) */
.dropdown-content-next {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: -10px;
}

.sl-view-text-message-contact {
  margin-top: 10px;
  font-size: 13px;
  color: #91a16d;
	display: none;
}

.sl-margin-top {
	margin-top: 25px;
}

.contact_form_welcome_text > .cms_intro_text{
  display: none !important;
}

.new_contact_form_main_container{
	display: flex;
	margin-top: 40px;
	justify-content: space-between;
}

.new_contact_form_left_container{
	width: 50%;
	margin-bottom: 0px;
}

.new_contact_form_right_container{
	width: 40%;
}

.new-contact-sterowanie {
  width: 100%;
}

.new_contact_header{
	color: #3c3c3b;
	font-weight: 400;
	line-height: 1em;
	font-family: 'Gelasio', serif;
	text-transform: none;
	font-size: 18px;
	margin-bottom: 40px;
}

.new_contact_header span{
  display: block;
  padding-bottom: 0px;
  font-size: 21px;
  text-decoration: none;
  color: #526255;
  margin: 0px;
  line-height: 1;
  font-family: 'Gelasio', serif;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 20px;
}

.new_contact_subheader{
  font-weight: 300;
  font-size: 14px;
  margin-top: 15px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
}

.new_contact_subheader_2{
  font-weight: 300;
  font-size: 14px;
  margin-top: 15px;
  padding-bottom: 15px;
}

.choice_button_selected{
	border-color: #80996d !important;
	background: #80996d !important;
	color: #fff !important;
}

.q_info{
	padding-bottom: 10px;
	font-size: 15px;
	display: none;
	background: #f0f2f0;
	padding: 25px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #80996d;
	margin-top: 20px;
	line-height: 1.7em;
}

.q_info a{
	color: #80996d;
  	text-decoration: underline !important;
}

.contact_form_new_row{
	display: flex;
	align-items: center;
	margin-top: 10px;
	position: relative;
}

.contact_form_new_row label{
	width: 170px;
	min-width: 170px;
	color: #556067;
	font-weight: 500;
	font-size: 15px;
}

.contact_form_new_row input{
	-webkit-border-radius: 30px;
	border-radius: 30px;
	width: 100%;
	padding: 0 15px;
	height: 40px;
	display: flex;
	align-items: center;
	background: #ffffff;
	font-weight: 500;
	border: 1px solid #eceff6;
	margin: 0;
	font-size: 15px;
}

.contact-sterowanie #message::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 14px;
	color: #a1a1a1;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
}
.contact-sterowanie #message::-moz-placeholder { /* Firefox 19+ */
	font-size: 14px;
	color: #a1a1a1;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
}
.contact-sterowanie #message:-ms-input-placeholder { /* IE 10+ */
	font-size: 14px;
	color: #a1a1a1;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
}
.contact-sterowanie #message:-moz-placeholder { /* Firefox 18- */
	font-size: 14px;
	color: #a1a1a1;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
}

.contact-sterowanie textarea#message{
	-webkit-border-radius: 30px;
	border-radius: 30px;
	width: 100%;
	padding: 15px;
	height: 130px;
	display: flex;
	align-items: center;
	background: #ffffff;
	font-weight: 500;
	border: 1px solid #eceff6;
	margin: 0;
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: -20px;
}

#submitMessage3,
.contact_form_new_container #SubmitLogin{
	outline: none;
	margin: 0px;
	padding: 3px 25px;
	display: inline-block;
	line-height: 29px;
	cursor: pointer;
}

.contact_form_new_container .lost_password{
	position: relative;
	padding: 0;
	font-size: 14px;
}

#submitMessage3:hover{
  background-color: #6b7864 !important;
  color: #fff !important;
}

.contact-sterowanie select{
	-webkit-border-radius: 30px;
	border-radius: 30px;
	width: 100%;
	padding: 0 15px;
	height: 40px;
	display: flex;
	align-items: center;
	background: #ffffff;
	font-weight: 500;
	border: 1px solid #eceff6;
	margin: 0;
	font-size: 15px;
}

#contact .sublevel_container {
  background: #f7faf4;
  border-bottom: 1px solid #d8d8d8;
}

#contact .final_container{
  background: #fdfdfd;
}

#contact .pe-7s-angle-left-circle:before {
  position: relative;
  z-index: 2;
}

#contact .sl_szukaj_item{
  border: 1px solid #717172;
  outline: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px !important;
  padding: 0 15px !important;
  height: 27px;
  display: flex !important;
  align-items: center;
}

#contact .sl_form{
  height: 27px;
}

#contact #submitMessage{
	margin: 0px;
	margin-bottom: 40px;
}

#contact .new_contact_form_main_container input:-webkit-autofill,
#contact .new_contact_form_main_container input:-webkit-autofill:hover,
#contact .new_contact_form_main_container input:-webkit-autofill:focus,
#contact .new_contact_form_main_container input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset !important;
}


#contact #page{
	background: #f9f9f9;
}

.new_contact_form_right_container{

}

.new_contact_form_right_container .social_contact_element{
	display: flex;
	align-items: center;
	padding: 10px 0;
}

.new_contact_form_right_container .social_contact_element:last-child{
	margin-bottom: 0;
}

.new_contact_form_right_container .social_contact_element a{
	display: flex;
	align-items: center;
}

.new_contact_form_right_container .social_contact_element,
.new_contact_form_right_container .social_contact_element a{
	color: #3c3c3b;
	font-weight: 500;
	line-height: 1em;
	text-transform: none;
	font-size: 21px;
	font-family: 'Gelasio', serif;
	position: relative;
	z-index: 2;
}

.new_contact_form_right_container .social_contact_element i{
	font-size: 28px;
	margin-right: 12px;
}

.my_account_page_title{
	margin-bottom: 20px;
	line-height: 1em;
}

.new_contact_form_right_container .my_account_page_title{
	display: flex;
}

.new_contact_form_right_inner{
	background: #fff;
	padding: 25px 40px;
	margin-bottom: 0;
	border-radius: 18px;
	position: relative;
	overflow: hidden;
	/*height: 390px;*/
	margin-bottom: 40px;
}

#contact iframe{
	border-radius: 18px;
	outline: 4px solid #ffffff;
	outline-offset: -5px;
	border: 1px solid #eceff6;
}

.g-recaptcha{
	outline: 1px solid #ffffff;
	border-radius: 18px;
	outline-offset: -2px;
}

.join_suggest_element {
	width: 100%;
	display: flex;
	margin-top: 9.5px;
	border-top: 1px solid #e3e3e3;
	padding-top: 9.5px;
}

.join_suggest_element:first-child{
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.join_suggest_element_image {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-right: 15px;
}

.join_suggest_element img {
	max-width: 100px;
	min-height: 82px;
}

.join_suggest_element_text {
	padding: 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.3em;
}

.join_suggest_element_button {
	margin-top: 15px;
}

.dropdown-content-start-hovered{
	cursor: pointer;
	background: #eeeeee;
	border-color: #cccccc;
	margin: 0;
}

.dropdown-content-start-hovered:hover{
	font-weight: 700;
	cursor: pointer;
	background: #eeeeee;
	border-color: #cccccc;
	margin: 0;
}

.join_suggest_container{
	margin-bottom: 0px;
}

.join_suggest_right{
	width: 100%;
}

.join_suggest_element_button_wrapper{
	display: flex;
	justify-content: center;
}

.join_suggest_element_button_spacer{
	width: 0;
}

.new_contact_form_right_inner .social_contact_element .social_contact_icon {
	display: flex;
	width: 41px;
	height: 41px;
	justify-content: center;
	align-items: center;
	border: 1px solid #2e3436;
	border-radius: 50%;
	color: #2e3436;
	-webkit-transition: all 0.3sease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3sease-in-out;
	transition: 0.3sease-in-out;
	position: relative;
	margin-right: 15px;
}

.new_contact_form_right_inner .social_contact_element .social_contact_icon i {
	font-size: 25px;
	display: block;
	line-height: 1em;
	z-index: 2;
	margin: 0;
}

.new_contact_form_right_inner .social_contact_element .social_contact_icon i.fa-phone{
	font-size: 21px;
}

.new_contact_form_right_inner .social_contact_element.element_phone i {

}

.new_contact_form_right_inner .social_contact_element span{
	-webkit-transition: all 0.3sease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3sease-in-out;
	transition: 0.3sease-in-out;
}

.new_contact_form_right_inner .social_contact_element.element_whatsapp:hover span {
	background: #48d550;
	color: #fff;
	border-color: #48d550;
}

.new_contact_form_right_inner .social_contact_element.element_instagram i {

}

.social_icons_container{
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
	background: #eeeeee;
	border-radius: 18px;
	padding: 20px 30px;
}

.social_icons_container .social_icons_element{
}

.contact.user_not_logged #login_form{
	margin-top: -10px;

}

.contact.user_not_logged #SubmitLogin{
	margin-top: 20px;
}