@charset "UTF-8";
/*
    COLOR PALETTE
	LIGHT GRAY #f5f5f5
	Button #004b8e
	Text #151222
	Footer #4D341D
*/


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

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

body{
	background-color: #004b8e;
	color:#444444;
	font-size: 14px;
	font-family: 'Open Sans', "Arial", sans;
	font-variant-numeric: lining-nums;
}


*{
	font-variant-numeric: lining-nums;
}

strong {
	font-weight: 600;
}

em {
	font-style: italic;
}

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

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

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

a.btn, button.btn {
	background-color: #004b8e !important;
	padding:5px 10px;
	border: solid 2px #004b8e;
	-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 #004b8e;
	background-color: #004b8e !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 #004b8e;
	border-color: #004b8e;
}

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 #004b8e !important;
	background-color: #004b8e !important;
	color:#fff !important;
}

h1, h2, h3, h4 {
	color:#004b8e;
	margin-top:0;
	margin-bottom: 15px;
	font-weight: bold;
}

h1 {
	font-size:40px;
}

h2 {
	font-size:28px;
	color: #151222;
}

h3 {
	font-size:20px;
	font-weight: normal;
}

h4 {
	font-size:16px;
	font-weight: normal;
}

.container {
	max-width: 1400px;
}

.identity img {
	height:58px;
}

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

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

.container-fluid {
	padding-right: 30px;
	padding-left:30px;
}


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


.section-content {
	padding:30px 0px;
	text-align: left;
	min-height: calc(100vh - 240px );
}

.section-content.section-servizi {
	background: #f5f5f5;
	overflow: hidden;
	position: relative;
}

.container-fluid.no-gutters {
	padding:0;
}


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


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

.footer {
	padding: 50px 0;
	height:120px;
	width: 100%;
	text-align: center;
	background-color: #454442;
	color:#fff;

}

.footer a {
	color: #666;
}

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

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


@media (max-width: 1200px) {

}

@media (max-width: 992px) {
	.header .navigation .mainmenu {
		text-align: center;
	}
	
	.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) {

}
