@import url(http://fonts.googleapis.com/css?family=Kreon:400,700);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600);

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  -webkit-font-smoothing: antialiased;
  /*font: normal 14px arial,sans-serif;*/
  font: normal 16px 'Source Sans Pro', sans-serif;
}

.row {
  margin-left:0px;
  margin-right:0px;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 15px;
  background-color: #f5f5f5;
  margin-top:50px;
  padding-top:25px;
  padding-bottom:64px;
  text-align:center;
  background-image:url(../images/footer.jpg);
  background-repeat:no-repeat;
  background-size:cover;
}
#footer p{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	font-size:16px;
	color:#FFF;
}


/* Custom page CSS
-------------------------------------------------- */

#wrap > .container {
  padding: 10px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer {
  background-color:#414141;
}

#footer a {
  color:#efefef;
}

h1, h2, h3, h4 {
  /*font-family: 'Kreon', serif;*/
  font-family: 'Source Sans Pro', sans-serif;
  font-weight:300;
  vertical-align:left;
  color:3003f8e;
}




header {
	/*background: #f16251;*/
	height: 299px;
	color: #000000;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position:center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

header h1,header h2,header h3 a,header a,header a:hover {
  color:#101010;
  font-weight:800;
  text-decoration:none;
}

header h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight:300;
  background: #ffcc33;
  padding:10px;
  border-radius:3px;
  font-size:34px;
  padding:12px 10px 6px 10px;
}

header .dropdown-menu {
  top:74px;
  background: #ffcc33;
  border-width:0;
}

h1 {
  font-size:36px;
}

#nav {
  width: 100%;
  position:static;
  text-align:left;
  
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:10;
   -webkit-transition: all .6s ease-in-out;
}

#footer > .container {
  
}

@media (min-width: 767px) {
  .navbar-nav.nav-justified > li{
      float:none;
  }
}
.navbar-nav {
  margin: 1px 1px;

}  
  
/* customize nav style */
.navbar-custom {
    /*background-color: #2e2e2e;*/
	font-family: 'Source Sans Pro', sans-serif;
	font-size:20px;
    text-transform:none;
    border-width:0;

}
.navbar-custom {
	color: #ddd;
	text-align:left;

	
}
.navbar-nav>li>a {
	color: #ddd;
	/*text-align:left;*/

	
}
.navbar-custom  .navbar-nav li>.navbar-nav li .open, .navbar-custom .navbar-nav .active a  {
	/*background-color: #000;*/
	color:#ff6a06;
	
}
.navbar-custom  .navbar-nav li>a:hover{
	/*background-color: #000;*/
	color:#57af09;
}


.navbar-custom .dropdown-menu{
	right:0;
}
.navbar-custom .navbar-nav>.dropdown>a .caret {
	border-top-color: #999;
	border-bottom-color: #999;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
    overflow-y: visible;
}

.navbar-toggle {
	outline:0;
}

.divider {
	height:10px;
}

.panel {
	border-width:0;
	
}

@media (max-width: 768px) {
	header {
		height: 299px;
	}
}

#map-canvas {
  	width: 100%; 
  	height: 300px;
	margin: 0;
	padding: 15px;
}

.scroll-top {
   position:fixed;
   bottom:0;
   right:6%;
   z-index:100;
   background: #ffcc33;
   font-size:24px;
   border-top-left-radius:3px;
   border-top-right-radius:3px;
}
.scroll-top a:link,.scroll-top a:visited {
  color:#222;
} 
 

section {
  color: #ffffff;
  min-height: 400px;
  height: auto !important;
  height: 100%;
  padding-top:100px;
}

.bg-1 {
	background: url('http://www.bootply.com/assets/example/bg_4.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-2 {
	background: url('http://www.bootply.com/assets/example/bg_5.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-3 {
	background: url('http://www.bootply.com/assets/example/bg_6.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.bg-4 {
	padding-top:30px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20,20,20,0.2)),to(rgba(255,255,255,0)), color-stop(1,#000));
}

#headerLogo {
	max-width:144px;
	max-height:203px;
	min-width:14px;
	min-height:20px;
	padding-top:40px;
	margin-left:10%;
	z-index:-20;	
}


.strapline p{
font-family: 'Source Sans Pro', sans-serif;
font-weight:200;
font-size:28px;
color:#FFF;
padding-top:40px;
max-width:375px;
}

.list-unstyled li {
  display: block;
  clear: both;
  margin-bottom: 10px;
}
.list-unstyled .glyphicon {
  display: block;
  float: left;
  margin: 0 10px 5px 0;
}

.roundedBox {
	min-width:33%;
	background-color:#bfcfe3;
	padding: 24px 27px 24px 27px;
	margin-bottom:20px;
	-webkit-border-radius: 32px !important;
	-moz-border-radius: 32px !important;
	border-radius: 32px !important;
	-webkit-border-top: 32px !important;
	-moz-border-top: 32px !important;
	border-top: 32px !important;
	-webkit-border-bottom: 32px !important;
	-moz-border-bottom: 32px !important;
	border-bottom: 32px !important;
    }
.product .img-responsive {
    margin: 0 auto;
}

.text-lightBlue {
  color: #3ba2dd;
}
.text-darkRed {
  color: #991f1f;
}

.btn-custom-red {
  background-color: #FFF;
  border: 1px solid #CCC;
  padding:6px 12px 6px 12px;
  font-family: 'Source Sans Pro', sans-serif;
  color:#991f1f;
  font-size:18px;
  font-weight:600 !important;
  /*box-shadow: 1px 1px 1px 1px #000;*/
  
	-webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
}
.btn-custom-red:hover,
.btn-custom-red:focus,
.btn-custom-red:active,
.btn-custom-red.active {
  background-color: #CCC;
  border: 1px solid #999;
  font-family: 'Source Sans Pro', sans-serif;
  color:#991f1f;
  font-size:18px;
  font-weight:600 !important;
}
.btn-custom-red.disabled:hover,
.btn-custom-red.disabled:focus,
.btn-custom-red.disabled:active,
.btn-custom-red.disabled.active,
.btn-custom-red[disabled]:hover,
.btn-custom-red[disabled]:focus,
.btn-custom-red[disabled]:active,
.btn-custom-red[disabled].active,
fieldset[disabled] .btn-custom-red:hover,
fieldset[disabled] .btn-custom-red:focus,
fieldset[disabled] .btn-custom-red:active,
fieldset[disabled] .btn-custom-red.active {
  background-color: #CCC;
  border: 1px solid #999;
  font-family: 'Source Sans Pro', sans-serif;
  color:#991f1f;
  font-size:18px;
  font-weight:600 !important;
}

.btn-custom-blue {
  background-color: #FFF;
  border: 1px solid #CCC;
  padding:6px 12px 6px 12px;
  font-family: 'Source Sans Pro', sans-serif;
  color:#194a7b;
  font-size:18px;
  font-weight:600 !important;
  /*box-shadow: 1px 1px 1px 1px #000;*/
  
	-webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
}
.btn-custom-blue:hover,
.btn-custom-blue:focus,
.btn-custom-blue:active,
.btn-custom-blue.active {
  background-color: #CCC;
  border: 1px solid #999;
  font-family: 'Source Sans Pro', sans-serif;
  color:#194a7b;
  font-size:18px;
  font-weight:600 !important;
}
.btn-custom-blue.disabled:hover,
.btn-custom-blue.disabled:focus,
.btn-custom-blue.disabled:active,
.btn-custom-blue.disabled.active,
.btn-custom-blue[disabled]:hover,
.btn-custom-blue[disabled]:focus,
.btn-custom-blue[disabled]:active,
.btn-custom-blue[disabled].active,
fieldset[disabled] .btn-custom-blue:hover,
fieldset[disabled] .btn-custom-blue:focus,
fieldset[disabled] .btn-custom-blue:active,
fieldset[disabled] .btn-custom-blue.active {
  background-color: #08c;
  border: 1px solid #999;
  font-family: 'Source Sans Pro', sans-serif;
  color:#194a7b;
  font-size:18px;
  font-weight:600 !important;
}

