/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
	
	font-family: 'Lato', sans-serif;
  font-size:15px;
    height: 100%;
}


/*body {
    padding-top: 50px; } /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */


.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

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

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

.label-success2 { float:right;}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

.panel-images { float:left; margin: 0 15px 0 5px; }
#top-pad { padding-top: 8px; }
#big-pad { padding-top: 38px; }
.find-out-more { margin-top:15px; float:right; font-size:13px; font-family: 'Ubuntu', sans-serif; }
.social-media-icons a { float:right; margin-top: -25px;}
.contact-resize { font-size:17px;}

.wcc-header {
    padding: 20px 15px;
	background-color: #5FB0E4;
background-image: url(../images/header-bg.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
color: #FFF;
font-size: 16px;
margin-top: -15px;
min-height: 150px;
text-align: center;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}

.social-icon-pads { padding: 10px; }
.social-icon-colour { color:#FFF; }  /* colour of the social media icons */
a.social-icon-colour:hover { color:#064A72; }  /* colour of the spcial media icons hover state */
.panel-icons-padding { padding-right: 10px; }

.search-pads { margin-bottom: 20px; }


/* styling for front page services table  */

.fixed-panels {min-height:75px;max-height:75px;overflow:auto; width:50%;}
.table-padding { margin-right:5px; }
.white { color: #fff; }
.glyphicon.glyphicon-eur, .glyphicon-home, .glyphicon-file, .glyphicon-user, .glyphicon-map-marker, .glyphicon-road  {font-size: 35px; color:#000;}
.fixed-panels a {}

.panel-default-swap {background-color: #1c80c1;border-color: #fff;}
.panel-default-swap a {text-decoration:none;}
.panel-default-swap:hover {background-color: #5FB0E4;text-decoration:none; color:#000;}

.footer-color { background-image: url("../images/header-bg.jpg"); min-height: 10px; }
.footer-social-icons { margin-top:16px; margin-bottom:16px; }
.icon-pad { padding-right:6px; }
.footer-headers { color:#fff; font-weight:bold; }
.footer-glyphs { font-size: 14px; padding-right:6px;}
.emergency-number { font-size: 11px; padding-left: 5px;}

/* styling for text on carousel in portfolio page  */
.no-gradient { background-color:#FFF; }

.navbar-inverse .navbar-nav > li > a {  /* style for nav buttons */
  color: #fff; /* colour of text */
  /*background-color: #2D8DC0;   colour of button bg, if any */
}

.navbar-inverse .navbar-nav > li > a:hover,  /* hover style for nav buttons */
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #599CFF;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  
  .navbar-nav > li > a {   /*the height of a nav button.  width is determined by amount of text 
    padding-top: 15px;
    padding-bottom: 15px;
	OR
	padding-top: 32px;
    padding-bottom: 33px;*/
	margin-top: 25px;
  }
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		  }
		  
}

.stp {margin-left:7px;}
.panel-pad { margin-top: 10px;}
.first-panel-pad { margin-top: 31px;}


.payments-table-pad { padding-top: 35px; }
.payments-image-pad { padding-top: 45px; }

.lastmod { font-size: 9px; }

.img-pads-elections {padding: 10px; margin-bottom: 15px;}
.asterisk-pad {padding-left: 15px;}

.darker-text {color: black;}