/*******************************/
/*         Navigatioin         */
/*******************************/
.navbar-inverse { border-radius: 0; background:rgba(255, 255, 255, 1); border-bottom:1px solid rgba(255, 150, 0, 1); min-height:100px; padding-top:25px; margin-bottom:0;}
.navbar-inverse *:focus { outline: 0; }
@media (max-width: 767px) {
	.navbar-inverse {  background:rgb(255, 255, 255, 1); }
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > .open ul > a { font-size: 18px; color:rgba(255, 150, 0, 1); font-weight: bold; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus { font-size: 18px; color: rgba(255, 50, 0, 1); background:none ; font-weight: bold; }
.navbar-inverse .navbar-nav > .open > a{ font-size: 18px; background:none; color:rgba(255, 50, 0, 1); font-weight: bold; }


@media (min-width: 767px) {
.navbar-inverse .navbar-nav>li>a:hover, 
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover, 
.navbar-inverse .navbar-nav>.open>a:focus { font-size: 18px; background:none; color: rgba(255, 50, 0, 1); border-bottom: 3px solid rgba(255, 50, 0, 1); font-weight: bold;}

.navbar-inverse .navbar-nav > .active > a { font-size: 18px; background:none; color: rgba(255, 50, 0, 1); border-bottom: 3px solid rgba(255, 50, 0, 1); font-weight: bold; }

}

@media (max-width: 2000px) {
.navbar-inverse .navbar-nav>li>a:hover, 
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover, 
.navbar-inverse .navbar-nav>.open>a:focus { font-size: 18px; background:none; color: rgba(255, 50, 0, 1); font-weight: bold; }

.navbar-inverse .navbar-nav > .active > a { font-size: 18px; background:none; color: rgba(255, 50, 0, 1); font-weight: bold;  }

}






.navbar-inverse .navbar-brand { font-family: Titillium Web; font-size: 24px; color:rgba(255, 50, 0, 1); padding:0 0 0 15px; margin:12px 0 0 0; }
.navbar-inverse .navbar-brand img { margin-top:-12px;}

.navbar-nav .dropdown-menu {
	font-size: 18px;
	background-color: rgba(255, 100, 0, 0.7);
	border: 0px none;
	-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.navbar-nav .dropdown-menu > li > a { font-size: 18px; color:rgba(255, 255, 255, 1); padding:7px 20px; font-weight: bold; }
@media (max-width: 767px) {
    .navbar-nav .dropdown-menu > li > a { font-size: 18px; color:rgba(255, 150, 0, 1); padding:7px 20px; font-weight: bold; }
}
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > .active > a:hover{ font-size: 18px; background: rgba(255, 100, 0, 0.7); color:white; }

.navbar-nav .dropdown-menu > .active > a,
.navbar-nav .dropdown-menu > .active > a:focus { font-size: 18px; background: none; color:rgba(255, 50, 0, 1); }

.navbar-nav .btn { border:1px solid rgba(255, 50, 0, 1); margin-left:5px; margin-top:5px; padding-top:10px; padding-bottom:10px; }

.navbar-nav a.btn:focus, 
.navbar-nav a.btn:hover  { border:1px solid rgba(255, 50, 0, 1); }

.navbar-collapse { border:0 none;  border-top:0 none; box-shadow: none; }
@media (max-width: 767px) {
	.navbar-collapse ul { text-align: center;  width:100%; padding-bottom:10px; font-size: 18px;}
	.navbar-collapse ul .btn{ max-width:50%; margin:0 auto; }
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom { border-radius: 0; }




/*******************************/
/*          Buttons            */
/*******************************/
.btn-default, .btn-primary, .btn-success, .btn-action
.btn-info,    .btn-warning, .btn-danger {
	text-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    height: 60px;
    font-size: 18px;
}

.btn { padding: 10px 40px; font-weight: bold; border:0 none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.btn-lg { padding: 15px 65px; font-size: 14px; font-weight: bold; }
.btn-default { text-shadow: none; background:transparent; color:rgba(50,50,50,.5); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.5); -moz-box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.5); box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.5); }
	.btn-default:hover,
	.btn-default:focus { color:rgba(50,50,50,.8); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.8); -moz-box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.8); box-shadow:inset 0px 0px 0px 3px rgba(50,50,50,.8); background: transparent; }
	.btn-default:active,
	.btn-default.active { color:#333; -webkit-box-shadow:inset 0px 0px 0px 3px #333; -moz-box-shadow:inset 0px 0px 0px 3px #333; box-shadow:inset 0px 0px 0px 3px #333; background: transparent; }
	
.btn-action,
.btn-primary { color:#FFEFD7; background-image: -webkit-linear-gradient(top, #FF9B22 0%, #FF8C00 100%); background-image: linear-gradient(to bottom, #FF9B22 0%, #FF8C00 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFF9B22', endColorstr='#ffFF8C00', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border:0 none; }
	.btn-action:hover,
	.btn-action:focus { color:#fff; background: #FF9B22; }
	.btn-action:active {	background: #FF8C00; }

/*******************************/
/*           Jumbotron 1        */
/*******************************/
.jumbotron1{ color: #fff; background-color: #15141a; padding-top:30px; padding-bottom:30px; margin-bottom:0; }
.container .jumbotron1 { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding-left:40px; padding-right:40px; }
	.jumbotron1 p { font-size:inherit; }
	.jumbotron1 h2, .jumbotron1 h3, .jumbotron1 h4, 
	.jumbotron1 h5, .jumbotron1 h6 { line-height: 1.3em; }


/*******************************/
/*           Jumbotron         */
/*******************************/
.jumbotron { color: inherit; background-color: #F7F5F4; padding-top:30px; padding-bottom:30px; margin-bottom:0; }
.container .jumbotron { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding-left:40px; padding-right:40px; }
	.jumbotron p { font-size:inherit; }
	.jumbotron h2, .jumbotron h3, .jumbotron h4, 
	.jumbotron h5, .jumbotron h6 { line-height: 1.3em; }


/*******************************/
/*           Images            */
/*******************************/
.img-rounded { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }


.section-pricing .price-plan {
 position:relative;
 background:#333;
 border-radius:3px
}
.section-pricing .price-plan.most-popular {
 background:#da4453
}
.section-pricing .price-plan h2 {
 font-size:22px;
 color:#fff;
 /*font-weight:200;*/
 text-transform:uppercase;
 letter-spacing:4px;
 text-align:center;
 padding:1em 0;
 margin:0
}
.section-pricing .price-plan h2:after {
 content:' ';
 display:block;
 width:222px;
 margin:20px auto 0;
 height:2px;
 background:white
}
.section-pricing .price-plan p {
 color:#fff;
 color:rgba(255,255,255,0.7)
}
.section-pricing .price-plan .price {
 padding:8px 0 30px 0;
}
.section-pricing .price-plan .price .inside {
 font-weight:100;
 color:white;
 text-align:center;
 line-height:100px;
 height:100px
}
.section-pricing .price-plan .price .inside i,.section-pricing .price-plan .price .inside sub,.section-pricing .price-plan .price .inside sup {
 font-size:24px;
 position:relative;
 top:-64px;
 left:-7px;
 font-style:normal
}
.section-pricing .price-plan .price .inside sup {
 font-size:27px;
 letter-spacing:4px;
 top:-64px;
 left:10px;
 opacity:.6
}
.section-pricing .price-plan .price .inside sub {
 letter-spacing:4px;
 top:0;
 left:0;
 opacity:.6
}
.section-pricing .price-plan .price .inside b {
 letter-spacing:-6px;
 font-size:114px;
 margin-right:-6px;
 font-weight:300;
 margin-left:-5px;
 color:#fff
}
.section-pricing .price-plan .price .inside .sub {
 text-transform:uppercase;
 font-size:17px;
 letter-spacing:2px;
 margin-left:-5px
}
.section-pricing .price-plan .info {
 background:#f6f7f8;
 padding:20px;
 min-height:7em
}
.section-pricing .price-plan .info p {
 color:#333;
 line-height:1.2em
}
.section-pricing .price-plan .info ul {
 margin:30px 0 40px 0;
 min-height:10em
}
.section-pricing .price-plan .info li {
 padding:15px 0;
 border-top:1px solid #fff;
 border-bottom:1px solid #e2e5e8;
 line-height:1.2em;
 text-align:left;
}
.section-pricing .price-plan .info li:last-child {
 border-bottom:0;
 padding-bottom:0
}
.section-pricing .price-plan .info li:first-child {
 border-top:0
}

.info-icons-h figure {
 position:relative
}

.info-icons-h figure .icon {
 position:absolute;
 font-size:24px;
 top:0;
 left:30px
}
.info-icons-h figure .text {
 margin:0 0 0 75px
}
.info-icons-h figure .caption {
 text-transform:uppercase;
 font-size:18px;
 margin:0 0 15px 0;
 padding:0 0 15px 0;
 font-weight: bold;
 letter-spacing:2px;
 opacity:.75;
 position:relative
}
.info-icons-h figure .caption:after {
 content:"";
 position:absolute;
 bottom:0;
 display:block;
 border-bottom:1px dotted #da4453;
 width:50px
}
.info-icons-h figure.text-right .icon {
 right:30px;
 left:auto
}
.info-icons-h figure.text-right .text {
 margin:0 75px 0 0
}
.info-icons-h figure.text-right .caption:after {
 right:0;
 left:auto
}
@media(max-device-width:480px) {
 .info-icons-h figure {
  text-align:center!important;
  margin-bottom:30px
 }
 .info-icons-h figure:last-child {
  margin-bottom:0
 }
 .info-icons-h figure .icon {
  position:inherit;
  top:auto;
  left:auto;
  width:100%;
  text-align:center
 }
 .info-icons-h figure .text {
  margin:0
 }
 .info-icons-h figure .caption {
  font-size:16px;
  text-align:center;
  margin:10px 0;
  padding:0;
  position:inherit
 }
 .info-icons-h figure .caption:after {
  display:none
 }
 .info-icons-h figure.text-right .icon {
  right:auto;
  left:auto
 }
 .info-icons-h figure.text-right .text {
  margin:0
 }
}
/* ===== SEZIONE ACCEDI ========;*/ 



/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
.fix { overflow: hidden }
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    /*font-weight: 700;*/
}
html,
body { height: 100% }

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #333;
}
a:hover { text-decoration: none }



.search-box{margin:80px auto;position:relative;}
.caption{margin-bottom:50px;}
.loginForm input[type=text], .loginForm input[type=password]{
	/*margin-bottom:10px;*/
}
.loginForm input[type=submit]{
	background:#BF0000;
	color:#fff;
	font-weight:700;
	
}


#pswd_info {
	background: #dfdfdf none repeat scroll 0 0;
	color: #fff;
	/*left: 20px;
	position: absolute;
	top: 115px;*/
}
#pswd_info h4{
    background: #a5a5a5  none repeat scroll 0 0;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    padding: 17px 0;
    text-align: center;
    text-transform: uppercase;
}
#pswd_info ul {
    list-style: outside none none;
}
#pswd_info ul li {
   padding: 10px 45px;
}



.valid {
	background: rgba(0, 0, 0, 0) url("https://s19.postimg.org/vq43s2wib/valid.png") no-repeat scroll 2px 6px;
	color: green;
	line-height: 21px;
	padding-left: 22px;
}

.invalid {
	background: rgba(0, 0, 0, 0) url("https://s19.postimg.org/olmaj1p8z/invalid.png") no-repeat scroll 2px 6px;
	color: red;
	line-height: 21px;
	padding-left: 22px;
}


#pswd_info::before {
    background: #dfdfdf none repeat scroll 0 0;
   /* content: "";
    height: 25px;
    left: -13px;
    margin-top: -12.5px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 25px;*/
}
#pswd_info {
    display:none;
}
/* ===== FINE SEZIONE ACCEDI ========;*/ 
