﻿.navigation li a:hover, .navigation .active {    color: #1c448c;}
header h1 span {    color: #1c448c;}
.bio h3 {
    font-family: 'Bitter', sans-serif;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #1c448c;
}
a, a:visited {    color: #1c448c;}
.bio h4 {
    font-family: 'Bitter', sans-serif;
    font-size: 13px;
     /*margin-top: 20px;
    margin-bottom: 20px;*/
    text-transform: uppercase;
    color: #1c448c;
}
.bio h4:first-line {       margin-top: 0px;}
.slide_header {    max-width: 100%;}
.slide_header p{ text-align:justify}
.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}


.button ,.button:hover {    background: #1c448c !important;   }

.about_tagline {  color: #1c448c;}
.selector.active {  background: #1c448c;}

.contact_info .h1 {  border-bottom: 1px solid #1c448c;}

.services_nav_list li.active, .services_nav_list li:hover {    color: #1c448c;}
.services_nav_list li.active span, .services_nav_list li:hover span {
    background: url(../images/services_nav_arrow.png) no-repeat bottom center;
}

.service_extra li {  background: url(../images/checkmark.png) no-repeat;}


#slide1 {
    background: #f3f3f3;
}
#slide2 {
    background: #FFF;
}
#slide3 {
    background: #f3f3f3;
}
#slide0 header, #slide5 {
  background: url(../img/vp_bg.jpg) no-repeat top center;
}

 p.left{ text-align:left !important}
 h3.about_tagline {
    font-family: 'Bitter', sans-serif;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #1c448c;
}
p{font-size: 15px;}
li.selector {  background: #7a7a7a;  color:#FFF;}
.standard_content {  border-left: 5px solid #7a7a7a;}

.codice li {
    background: url(../images/checkmark.png) no-repeat;
    background-position: left 4px;
padding-left: 30px;
line-height: 21px;
margin-bottom: 12px;
}

.lower_footer a{
  color: #6a6a6a;
}
.header-language {
   position:relative;
padding: 40px 20px 30px 50px;
margin: 0;
max-width: 100%;
  float:right;
  font-size: 14px;
line-height: 20px;
height: 105px;
}

  .header-language .fa {
    margin-right: 10px;
  }

  .header-language .header-btn {
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    background: transparent;
    border: none;
    line-height: 20px;
    color: #212529;
    margin: 0 0 0 20px;
  }

.navbar-default.top-nav-collapse.dark-bg .header-language .header-btn {
  color: #111111 !important;
}


.header-language .header-nav {
  position: absolute;
  right: 0;
  display: none;
  z-index: 9999;
}

  .header-language .header-nav ul li:last-child button {
    border-bottom: none;
  }



  .header-language .header-nav .btnlang {
    padding: 15px 20px;
    display: block;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    color: #666;
    text-transform: uppercase;
    font-size: 13px;
    text-align: left;
  }

.navbar-default.top-nav-collapse.dark-bg.header-language .header-nav .btnlang {
  color: #fff;
  background-color: #666666
}

  .header-language .header-nav .btnlang {
    background: #fff;
    color: #666;
  }

.custom-list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

.credentials a {
  color: #969696;
  text-decoration: none;
  display: contents;
}


/*MEDIA QUERIES*/

@media (max-width: 992px) {
  .header-language {
    padding: 10px 0;
    width: 100%;
    text-align: center;
   
    border: 1px solid #ededed;
    border-width: 1px 0;
  }
}


@media (max-width: 992px) {
  .header-language .header-nav {
    position: relative;
    padding: 10px 0;
    display: none;
    top: 0;
    left: 0;
  }
}
.header-language .header-nav ul {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
 .header-language .header-nav ul {
    box-shadow: none;
  }
}

@media (max-width: 992px) {
.header-language .header-nav ul li {
    display: inline-block;
  }
}



@media (max-width: 992px) {
  .header-language .header-nav .btnlang {
    padding: 5px 10px 0 10px;
    border: none;
  }
}

