/* CONTACT */
.scroll-panel{
    width: 100%;
    height: 600px;
    overflow: auto;
}

.page-main.contact{
	max-width: 1280px;
	margin-top:30px; 
	background:transparent;
	box-shadow: none;
	padding: 0;
	text-align: center;
}
.page-template-contact .page-intro{
	background: transparent;
	text-align: left;
	padding: 50px 0 200px;
}
.page-template-contact  .page-cover{
	height: 500px;
}
.page-template-contact  .page-intro__inner{
	border-left: 2px solid #24B0B3;
	max-width: 1280px;
}
.contact .main-boxes{
	background: #fff;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.05);
	border-radius: 0;
	padding: 30px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.contact .main-boxes h2{
	padding-top:0;
	margin-top: 20px;
}

.contact #informations{
	width: 500px;
	margin-right: 30px;
}
.contact #informations .address{
	margin-bottom: 50px;
}
.contact #informations .address .inner{
	max-width: 320px;
	display: inline-block;
}
.contact #informations .more{
	display:flex;
	font-weight: bold;
    justify-content: center;
    flex-wrap: wrap;
}

.contact .more .phone{
	background: transparent url(../../img/phone.svg) no-repeat center left;
	padding-left:40px;
	text-align: left;
	padding-top: 10px;
    margin-left: 20px;
}
.contact .more .schedule{
	background: transparent url(../../img/clock.svg) no-repeat center left;
	padding-left:50px;
	text-align: left;
}



.contact .socials{
	text-align: center;
	margin: 30px 0;
} 
.contact .socials .social{
	width: 32px;
	height: 32px;
	background-color: #B5B5B5;
	border-radius: 16px;
	margin: 0 11px;
	display: inline-block;
} 
.contact .socials .social a{
	width: 32px;
	height: 32px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
} 

.contact .socials .facebook a{
	background-image:url(../../img/facebook.svg);
} 
.contact .socials .linkedin a{
	background-image:url(../../img/linkedin.svg);
} 
.contact .socials .twitter a{
	background-image:url(../../img/twitter.svg);
} 
.contact .socials .youtube a{
	background-image:url(../../img/youtube.svg);
} 


.contact #places{
	width: 720px;
}
.contact #places .titles{
	display:flex;
	text-align: left;
	border-bottom: 1px solid #24B0B3;
	margin: 10px 0;
	padding: 10px 0;
	font-weight: bold;
	font-family: "Poppins"; 
	font-size: 1.4rem;
}
.contact #places input[type="text"]{
	border: 1px solid #24B0B3;
	padding: 8px 10px;
	width: 300px;
	font-size: 14px;
	height: 35px;
	display: inline-block;
	vertical-align: top;
}
.contact #places input[type="submit"]{
	background-color: #24B0B3;
	color: #fff;
	font-weight: bold;
	border: 0;
	box-shadow:none;
	border-radius: 0px;
	height: 35px;
	width: 35px;
	font-family: "Poppins";
	font-size: 1.2rem;
}



.contact #places td{
	text-align: left;
	font-size: 1.4rem;
}
.contact #places tr:nth-child(even) {
    background-color: #F2F2F2;
}
.contact #places table.no-spacing {
  border-spacing:0; 
  border-collapse: collapse;
}
.contact #places td {
    padding:5px 8px;
}
.contact #places .row1 {
    width: 30%;
	margin-left: 8px;
}
.contact #places .row2 {
    width: 52%;
}
.contact #places .row3 {
    width: 19%;
    white-space: nowrap;
}




@media (max-width: 575px) {
	.contact #places input[type="text"] {
	    width: 200px;
	}
}

@media (max-width: 767px) {
	.contact #informations {
	    width: 100%;
	}
	.contact #places {
	    width: 100%;
	}
	.page-main.contact{
		padding: 0 20px;
	}
	.contact #places .row1, .contact #places .row2{
	    
	}
	.contact #places td {
        font-size: 1.2rem;
	}
	.contact #places {
	    /*width: 720px;*/
	    margin: 30px 0;
	}
}
@media (max-width: 1271px) { 
	.contact #informations {
	    /*width: 500px;*/
	    margin-right: 0px;
	}
	.contact #places {
	    /*width: 720px;*/
	    margin: 30px;
	}
}
