/*
Custom CSS for
Based on 'Modern Business' HTML Theme by Start Bootstrap [http://startbootstrap.com!]
licensed under Apache 2.0.
*/

/* Global Styles */

html, body {
  height:100%;
}

body {
  padding-top: 50px; /* body padding for fixed top nav */
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}

.tab-pane {
  margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
  padding: 20px 0;
}

.section-colored {
  background-color: #e1e1e1; /* change this to change the background color of a colored section */
}

.sidebar {
  margin-top: 40px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}

/* Half Page Height Carousel Customization */
.carousel {
  height: 50%;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.twitter-link a:hover {
  color: #39a9e0;
}


/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}

/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}


/* pgDayFr 2014*/

#flying-twitter-icon {
  border-top-left-radius:4px;
  border-bottom-left-radius:4px;
  position: fixed;
  right: 0;
  top: 20%;
  padding: 10px 6px;
  background-color: #336791;
  z-index:21;
  opacity: 0.4;
}

#flying-twitter-icon:hover{
  opacity: 1;
}

.home_bloc{
    border-radius: 10px;
    text-align: center;
    padding: 15px 4px 3px 4px;
    border: solid 1px #CCC;
    border-shadow: top;
}

h5{
    font-weight: bold;
    font-style: italic;
}
.home_bloc h3{
    color: #336791;
    font-variant: small-caps;
    text-decoration: underline;
}

.home_bloc .fa{
    font-size: 6em;
    color: #336791;
}

.brand-info{
    font-size: 0.6em;
}

.navbar-header{
    font-family: 'Gen';
    font-weight: normal;
    font-style: normal;
    line-height: 1.1;
}


/* Responsive Styles */
@media (max-width: 500px) {

.img-xs-50{
    width: 47px;
    height: 47px;
}

.brand-info{
    font-size: 0.4em;
    font-weight: bold;
}

}

@media (max-width: 767px) {
.navbar-nav{
    font-size: 13px;
}

#flying-twitter-icon {
    top: 45%;
}

.navbar-nav li .disabled{
    display: none;
}
}

.carousel {
  height: 75%;
}


#sponsors img {
    height: 50px;
    padding: 2px 0;
}

.img-thumbnail {
  margin-top: 20px;
}

.thumbnail > img {
  height: 120px;
}
