@charset "UTF-8";
/*
    COLOR PALETTE
	LIGHT GRAY #f5f5f5
	Headings #666677
	Text #334444
	Footer #334444
*/

@font-face {
	font-family: 'cormorant';
	src: url('bold.woff2') format('woff2'),
	url('bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;

}




@font-face {
	font-family: 'cormorant';
	src: url('regular.woff2') format('woff2'),
	url('regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'satisfy';
	src: url('script.woff2') format('woff2'),
	url('script.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}


[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

::selection {
	background-color: #766361;
	color:#fff;
}

body {
    background-color: #ffffff;
    color:#334444;
    font-family: 'cormorant','Open Sans','Arial',sans-serif;
	font-size: 20px;
}

strong {
	font-weight: 600;
}

em {
	font-style: italic;
}

a {
	color: #666677;
	text-decoration: none;
	transition: color .3s ease;
}

a:link, a:visited {
	text-decoration: none;
	color: #666677;
}

a:active, a:hover {
	text-decoration: underline;
	color:#666677;
}

a.btn, button.btn {
	background-color: #666677 !important;
	padding:10px 20px;
	border: solid 2px #666677;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color:#ffffff;
	font-weight: 500;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input.form-control, textarea.form-control {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

a.btn:focus, button.btn:focus {
	border: solid 2px #666677;
	background-color: #666677 !important;
	color:#fff;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

a.btn-primary, button.btn-primary {
	border: solid 2px #666677;
	border-color: #666677;
}

a.btn-primary:active, a.btn-primary:hover, a.btn-primary:focus , button.btn-primary:active , button.btn-primary:hover , button.btn-primary:focus  {
	border: solid 2px #666677 !important;
	background-color: #666677 !important;
	color:#fff !important;
}

h1, h2, h3, h4 {
	color:#666677;
	margin-top:0;
	margin-bottom: 30px;
	font-weight: normal;
	font-family: 'satisfy', script;
}

h1 {
	font-size:48px;
	margin-bottom: 60px;
}

h2 {
	font-size:40px;
	margin-bottom: 60px;
}

h3 {
	font-size:32px;
}

h4 {
	font-size:24px;
}

.container {
	max-width: 1400px;
}

.identity img {
	height:110px;
	padding:20px 0px 0px 0px;
}

.cookielawdiv {
	position: fixed;
	bottom:0;
	z-index: 999;
	padding:20px; 
	width:100%;
}

/******************************
	HEADER
******************************/

.header{
	padding: 20px 0;
	height:150px;
	background-color: #fff;
}


.header .navigation {
	text-align: right;
	padding-top:20px;
}

.header .navigation a {
	padding-left: 15px;
}

.header .navigation .mainmenu {
	font-size: 18px;
	padding: 20px 0px 0px 0px;
}

.banner img{
	width: 100%;
}


.section-divider img {
	width: 100%;
}


.section-content {
	padding:90px 0px;
	text-align: left;
}

.section-content.section-privacy {
	background: #f5f5f5;
}


.section-content.section-partner, .section-content.section-customers {
	background: #fff;
	text-align: center;
}

.section-content.section-customers img {
	max-height: 80px;
	max-width: 90%;
}

.section-content.section-servizi {
	background: #f5f5f5;
	text-align: center;
}

.section-content.section-servizi hr {
	width:40%;
	background-color: #666677;
}

.section-servizi .icon-servizi {
	height: 60px;
	margin-top: 60px;
}

.section-content.section-studio {
	background: #fff;
	padding: 0px;
}

.section-content.section-studio img {
	width: 100%;
}

.section-content.section-studio .studio-bg {
	background-size: cover;
	background-position: center;
	height: 100%; width:100%; margin: auto;  display: flex;
	min-height: 400px;
}

.section-content.section-contacts {
	background: #f5f5f5;
	padding: 0px;
}

.section-content.section-contacts.section-contacts-servizi {
	background: #fff;
	padding: 0px;
}

.section-content.section-team {
	background: #f5f5f5;
	text-align: center;
}

.section-content.section-team .img-team {
	margin:30px auto;
	width:160px;
	height:160px;
	overflow: hidden;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	
}

.section-content.section-team .img-team img {
	width: 100%;
	transform: scale(1);
	transition: transform .5s ease;
}

.section-content.section-team .img-team img:hover {
	transform: scale(1.3);
}

.section-content.section-contacts .contacts, .section-content.section-studio .studio {
	padding:60px;
}

.section-content.section-partner h3 {
	margin-bottom: 60px;
}

.section-content.section-partner img {
	margin-bottom: 30px;
}

.carousel-item, .carousel-item div {
	height: 120px;
	vertical-align: middle;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	background-color: #f00 !important;
}

.carousel-control-prev {
	margin-top: -25px;
  margin-left: -120px;
}

.carousel-control-next {
	margin-top: -25px;
  margin-right: -120px;
}




.box {
	background-color: #fff;
	margin:30px 0;
	padding:45px;
	text-align: left;
	height: 100%; width:100%; margin: auto;  display: flex;
}


/******************************
	FOOTER
******************************/

.footer {
	width: 100%;
	padding: 60px;
	background-color: #334444;
	text-align: center;
	color:#fff;
}

.credits {
	font-size: 12px;
	margin-top: 30px;
}


.my-container-fluid {
	width: 100%;
}


/******************************
	MEDIA QUERIES
******************************/

@media (min-width: 1200px) {
	.container {
		max-width: 80%;
	}
}


@media (max-width: 1200px) {

}

@media (max-width: 992px) {
	.header .navigation .mainmenu {
		text-align: center;
	}	
	
	.header .identity img {
	}

	
	.section-form label {
		text-align: left;
	}
	
	.carousel-item {
	height: 260px;
	vertical-align: middle;
	}
}

@media (max-width: 767px) {
	.carousel-item {
	height: 380px;
	vertical-align: middle;
	}
	
	.header .navigation .mainmenu, .header .navigation {
		padding: 0px;
	}
	
	.identity {
		text-align: center;
	}
	
	.section-content.section-contacts .contacts, .section-content.section-studio .studio {
    padding: 20px;
}
	
}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
	
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

@media (min-width: 1900px) {

}
