#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 1);
}
#custom-bootstrap-menu.navbar-default {
    font-size: 14px;
    background-color: rgba(212, 17, 39, 1);
    border-width: 1px;
    border-radius: 4px;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(212, 17, 39, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(237, 29, 63, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(184, 184, 184, 1);
    background-color: rgba(170, 19, 44, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #aa132c;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #aa132c;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #aa132c;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #d41127;
}


.center{
text-align:center;
}

.navbar {
    position: relative;
    min-height: 147px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    padding: 20px;
	    border-bottom: 5px solid #A84B4B;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
font-family: 'Sorts Mill Goudy', serif;

}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.active>a {
    /* background-image: -webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%); */
    background-image: ;
    /* background-image: -webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2)); */
    /* background-image: linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
    /* background-repeat: repeat-x; */
    /* -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.075); */
    /* box-shadow: inset 0 3px 9px rgba(0,0,0,.075); */
    background-color: #B10E28;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #B10E28;
    font-weight: 700;
    background-color: #e7e7e7;
    font-size: 17px;
}


.full {
    width: 100%;	
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
    background: hsl(0, 0%, 94%);
    height: auto;
   padding-bottom: 0px; 
    position: relative;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    border-top: 4px solid #B10E28;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #54697E;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}

.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
	background: #FFFFFF;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 100%;
}
.newsletter-box .btn {
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
	padding: 0;
	width: 100%;
	color: #fff;
}
.newsletter-box {
	overflow: hidden;
}
.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
	background: none repeat scroll 0 0 #B5B5B5;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #EDEFF1;
}
.social li:hover {
	border: 2px solid #2c3e50;
	background: #2c3e50;
}
.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #EDEFF1 !important;
}
.footer-bottom {
    background: #E3E3E3;
    border-top: 1px solid #DDDDDD;
    padding-top: 14px;
    padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}
.payments {
	font-size: 1.5em;	
}

.jumbotron {
    padding: 30px 15px;
     margin-bottom: 0px; 
    color: inherit;
    background-color: #eee;
}

@media (min-width: 992px){
.col-home {
    width: 31.333333%;
}}

@media (min-width: 992px){
.col-home-big {
    width: 63.333333%;
}}

h2, .h2 {
    font-size: 30px;
    color: #B10E28;
}

.col-rosa{
    margin: 11px;
    border: 2px solid #B10E28;
    background-color: #F7E6E8;
	    padding: 24px;
}

.col-rosa-figlio{
   
  
    background-color: #F7E6E8;
	  
}
.col-rosa-figlio-img{
   
      padding-top: 44px;
    background-color: #F7E6E8;
	  
}


.col-rosa-big{
    margin: 11px;
    border: 2px solid #B10E28;
    background-color: #F7E6E8;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 17px;
    color: black;
    font-weight: 300;
}


hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #B82E35;
}

.list-horizontal li {
	display:inline-block;
}
.list-horizontal li:before {
	content: '\00a0\2022\00a0\00a0';
	color:white;
	color:white;
	font-size:11px;
}
.list-horizontal li:first-child:before {
	content: '';
}

a:hover, a:focus {
    color: #B10E28;
    text-decoration: underline;
}
a:active, a:hover {
    outline: 0;
}
a {
    color: #6D5D60;
    text-decoration: none;
}

.list-horizontal li:before {
    content: '\00a0\2022\00a0\00a0';
    color: white;
    color: #AC042F;
    font-size: 11px;
    margin-left: 10px;
    margin-right: 10px;
}

p {
font-family: 'Fira Sans', sans-serif;
	font-size: 17px;
	font-style: ;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}
.btn.btn-success {
    color: #ffffff;
    background-color: #b10e29;
    background-image: linear-gradient(to bottom, #b10e29, #b10e29);
    border-color: #b10e29 #b10e29 #b10e29;
}
.btn.btn-success:hover {
    color: #ffffff;
    background-color: #b10e29;
    background-image: linear-gradient(to bottom, #b10e29, #b10e29);
    border-color: #b10e29 #b10e29 #b10e29;
}

.btn {
    
    border-radius: 0px; 
}

a {
    color: #C7C0C1;
    text-decoration: none;
}

a:hover, a:focus {
    color: #7B6C6E;
    text-decoration: underline;
}

.home-p{
font-size:14px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 17px;
}

.footer-link{
    color: #000000;
    
}

.push-bottom{
    margin-bottom: 30px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
}

input{
       margin-top: 16px;


}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
      padding: 3px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    font-size: 18px;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.slide-container {margin: 0px auto; padding: 0px;}
.slide-container li {list-style: none outside none; opacity: 0;
  display:inline-block; width:99%; margin-right:-100%;
  text-align:center; vertical-align: top;}
.slide-container li:first-child {opacity: 1;}
.slide-container img {max-width: 100%; height: auto;}

.boxInner  {

    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
       width: 100%;
       display: block;
       -webkit-filter: grayscale(00%);
       -moz-filter: grayscale(00%);
       -o-filter: grayscale(00%);
       -webkit-transition: all 1s ease;
         -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
	backface-visibility: hidden;    
-webkit-filter: blur(0);

    }

    .boxInner:hover {
	
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);

    
    }
	
	b, strong {
    font-weight: initial;
}

li{
font-size: 18px;
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    font-size: 16px;
}

.navbar-brand {
    height: 104px; 
}

.animation-home{
    background: #AF0C21;
    color: white;
    padding: 7px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.active>a {
    background-image: -webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);
    background-image: -o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));
    background-image: linear-gradient(to bottom,#FFFFFF 0,#F7F7F7 78%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
    box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
}

.row-edra{
    background: #DBDBDB;
    padding: 25px;
	text-align:center;
}

.reg{
    border: 1px solid #AB002C;
    font-weight: 700;
	background-color: #EEEEEE;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

.push-top{
margin-top:30px;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
    margin-top: 30px;
}

.icona{
    color: #ab002c;
    font-size: 60px; 

}

.center{
text-align:center;
}

.push-top-footer{
	margin-top:50px;
}
	
	
	.breadcrumb li a{
	color:white;
	} 
	
.testo-center{
    padding: 20px;
}

.box_login{
    padding: 20px;
    border: 1px solid #ab002c;
    background-color: #f2f2f2;
word-break: break-word;
}

.box_login p{
    display: inline;
}

.box_login p b{
       font-weight: bold;
	       line-height: 1.8;
}

ul{
    font-family: 'Fira Sans', sans-serif;
}

	
