/* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.domain-name-container {
		background: #0b0483 ! important;
        background: linear-gradient(360deg, #a2ffd1 0%, #84d3ad 30%, #639e82 100%) ! important;
}

#footer {
    background: #1f4d9b !important;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}

.dropdown-menu{
	min-width: 15rem !important;
}

.span-base0{
	font-size:12px;
	color:black;
	font-weight:900;
}

.span-base{
	font-size:12px;
	color:black;
	font-weight:500;
}

.span-base-red{
	font-size:12px;
	color:#ed0606;
	font-weight:500;
}

.span-base1{
	font-size:15px;
	color:black;
	font-weight:500;
	font-family:arial;
}

.span-base-red1{
	font-size:15px;
	color:#ed0606;
	font-weight:500;
	font-family:arial;
}

.span-base2{
	font-size:25px;
	color:black;
	font-weight:900;
	font-family:arial;
}

.span-base-red2{
	font-size:25px;
	color:#ed0606;
	font-weight:900;
	font-family:arial;
}

.span-titolo{
	font-size:25px;
	color:#ed0606;
	font-weight:500;
	/* font-family:Tahoma; */
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

