@import url(https://fonts.googleapis.com/css?family=Raleway:400,300);
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
.col-lg-1, .col-lg-10,
 .col-lg-11, .col-lg-12, 
 .col-lg-2, .col-lg-3, 
 .col-lg-4, .col-lg-5, 
 .col-lg-6, .col-lg-7, .col-lg-8,
 .col-lg-9, .col-md-1, .col-md-10, 
 .col-md-11, .col-md-12, .col-md-2, .col-md-3,
 .col-md-4, .col-md-5, .col-md-6, .col-md-7, 
 .col-md-8, .col-md-9, .col-sm-1, .col-sm-10,
 .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, 
 .col-sm-4, .col-sm-5, .col-sm-6, 
 .col-sm-7, .col-sm-8,
 .col-sm-9, .col-xs-1, .col-xs-10,
 .col-xs-11, .col-xs-12, 
 .col-xs-2, .col-xs-3, .col-xs-4,
 .col-xs-5, .col-xs-6, .col-xs-7, 
 .col-xs-8, .col-xs-9 
 {
    padding-right: 0px;
    padding-left: 0px;
 }

.row
{
  margin-left:0px !important;
  margin-right:0px !important;
}


body {
  font-size: 16px;
  background-color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  height:100%;
}
html{
  height: 100%;
}
/** testo **/
h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5
{
  font-family: 'Raleway', sans-serif !important;
  line-height: 1.5em;
  font-weight: bold;
  letter-spacing: 1px;
}
.container-fluid
{
  padding-left:0px;
  padding-right:0px;
}

.opacity_hide
{
  opacity: 0;
}
.all-width
{
  width: 100%!important;
  height: auto;
  overflow: hidden;
}

/** TESTI E LINK **/

a:focus, a:hover 
{
  color: #AA2346;
/*   border-bottom: 1px solid #842222;
  text-decoration: none; */
}
a
{
  color:black;
}
.button_row a:hover
{
  opacity: 0.5;
}
/** INPUT GROUP E FORM **/
.input-group 
{
    width: 98%;
    margin-bottom: 6%;
}
.input-group .form-control:last-child
{
    padding: 6%;
}
.form-control:focus {
    border-color: #7a0909;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(122, 9, 9);
}
/** bottoni **/

.btn {
  letter-spacing: 1px;
  text-decoration: none;
  background: none;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  white-space: nowrap;
  font-size:14px;
  line-height:20px;
  font-weight:700;
  text-transform:uppercase;
  border: 3px solid;
  padding:8px 20px;
}

.btn-outlined {
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-outlined.btn-theme {
    background: none;
    color: #6f5499;
  border-color: #6f5499;
}

.btn-outlined.btn-theme:hover,
.btn-outlined.btn-theme:active {
    color: #FFF;
    background: #6f5499;
    border-color: #6f5499;
}

.btn-outlined.btn-black {
    background: none;
    color: #000000;
  border-color: #000000;
}

.btn-outlined.btn-black:hover,
.btn-outlined.btn-black:active {
    color: #FFF;
    background: #000000;
    border-color: #000000;
}

.btn-outlined.btn-white {
    background: #a90000;
    color: #ededed;
    border-color: transparent;
    -webkit-box-shadow: -1px 1px 31px 0px rgba(0,0,0,0.58);
    -moz-box-shadow: -1px 1px 31px 0px rgba(0,0,0,0.58);
    box-shadow: -1px 1px 31px 0px rgba(0,0,0,0.58);
}
.btn-white a
{
  color: white!important;
}
.btn-white a:hover
{
  color: #7a0909!important;
  text-decoration: none;
  border-bottom: 0px;
}

.btn-outlined.btn-white:hover,
.btn-outlined.btn-white:active {
    color: #8d0505;
    background: #ffffff;
    /* border-color: #8d0505; */
}

.btn-xs{
  font-size:11px;
  line-height:14px;
  border: 1px solid;
  padding:5px 10px;
}

.btn-sm{
  font-size: 15px;
  line-height: 22px;
  border: 2px solid;
  padding: 11px 24px;
}

.btn-lg{
  font-size:18px;
  line-height:22px;
  border: 4px solid;
  padding:13px 40px;
}


/** STILI PER LA NAVIGAZIONE **/

.navbar-inverse .navbar-nav>li>a {
  color:white;
}
.navbar-inverse .navbar-nav>li>a:hover {
  color:red;
}

.navbar-nav
{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    width: 100%;
    margin-top: 2.7%;
    margin-left: 0px;
    margin-right: 0px;
    display: block;
    text-align: center;
}

.navbar
{
  z-index:5000;
  margin-bottom: 0px;
  width: 100%;
 
}

.navbar-nav>li 
{
  float: none;
  display: inline-block;
  vertical-align: top;
}

.language
{
    position: absolute;
    top: 9px;
    right: 0px;
}

.language>h4
{
  padding:7px; 
  border: 1px solid #747272;
  text-align:center; 
  width: 56px; 
  margin:0 auto;
  text-transform:uppercase;
  opacity:0.5;
  font-size:15px;
}
.language>h4>a
{
  color:white!important;
}


/** STILI PER LA BARRA IN AFFIX **/
.affix >.navbar
{
  top: 0;
  width: 100%;
  background-color:black;
  color:black;
}
.affix >.language
{
  display:none;
}
.affix >.img_logo
{
  display:none;
}
.affix>.navbar-nav
{
  height: 50px;
}
.affix>.navbar-nav>li 
{
  top:0px;
  vertical-align: top;
}
.affix>.homepage_padding
{
  padding-top: 0px;
}


.affix-top
{
  position: absolute;
  top: 50vh;
  
}

.item 
{
  display:none;
}
/** DROPDOWN ON HOVER **/

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;  
    width: 100%;

}
.dropdown-menu>li>a
{
  white-space: normal;
}

/** BACK TO TOP ALLA PAGINA **/
a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 50000;
    right: 20px;
    bottom: 20px;
    background: url('../img/arrow.png') no-repeat center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}


/** THUMBNAIL E MODALI **/
/** ATTENZIONE: SE USI SLIDEBARS le modali vanno messe FUORI dal container!
altrimenti il position:fixed si comporta come position:absolute*/

/* elimina il leggero movimento verso destra */
body.modal-open { overflow:inherit; padding-right:inherit !important; }
.thumbnail 
{
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px !important;
}
.caption>p
{
  text-transform:uppercase;
  text-align:center;
}
.thumbnail .caption {
  padding:0px;
}
.modal-title
{
  text-transform:capitalize;
}


/** MEDIA QUERIES **/
@media (max-width : 1280px) {

.homepage_padding
{
  padding-top: 52px;
}

}
@media (max-width : 1024px) {

.btn-sm {
    font-size: 12px;
    line-height: 22px;
    border: 2px solid;
    padding: 7px 16px;
}
}