@charset "UTF-8";
/* CSS Document */

/*
@font-face {
	font-family: 'Open Sans';
    src:url("../../webfonts/OpenSans-Light.ttf");
    font-weight:300;
}
*/



@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
	  url("../../webfonts/OpenSans-Light.ttf") format('truetype');

}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
	  url("../../webfonts/OpenSans-SemiBold.ttf") format('truetype');

}

#sos-alert,sos-system2,sos-weather2 {
	display: none;
}


body {
	color:#666;
	background-color:#fff;
	font-family:'Open Sans',Arial,Helvetica,sans-serif;
	-webkit-font-smoothing: antialiased;

	font-size:16px; line-height:1.5;
	margin:0; padding:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Open Sans',Arial,Helvetica,sans-serif;
	font-weight:600;
	color:#414141;
	position: relative;
	margin: 0 0 30px 0;
	line-height:1;
	z-index:0;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
	color: #fff;
}

h2 {
	font-size: 18px;
	letter-spacing: normal;
	margin: 0 0 14px 0;
}

h3 {
	font-size: 14px;
	letter-spacing: normal;
	margin: 0 0 20px 0;
}

h4 {
	ffont-size: 12px;
	letter-spacing: normal;
	margin: 0 0 20px 0;
}

h5 {
	font-size: 14px;
	letter-spacing: normal;
	margin: 0 0 20px 0;
}

h6 {
	font-size: 12px;
	letter-spacing: normal;
	margin: 0 0 20px 0;
}

h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span { 
	color: #1ABC9C; 
}

a {
	color: #910039;
	text-decoration: none;
}

a:hover {
  color: #212121;
  text-decoration: none;
}


.divider {
	margin-top: 30px;
	margin-bottom: 30px;
}

.banner {
	padding: 2px 10px;
    font-size: 12px !important;
    line-height: 1.5 !important;
}

.sos-high {
	border: 1px solid #f89406;
}

.sos-emergency {
	border: 1px solid #BB0003;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 4rem;
	padding-bottom: 2rem;
}

.nav-link {
  display: block;
  padding: 0.5rem 2rem;
	text-transform: uppercase;
	font-size: 12px;
}

.page-title {
	color: white;
	padding:none;
	font-size: 36px;
	line-height: 40px;
/*	margin: 25px 0 30px 0;*/
}

.jumbotron-desktop {
  padding: 2rem 2rem;
  margin-bottom: 2rem;
  background-color: #8a8d8f;
  border-radius: 0.3rem;
	background-image: url("../images/sos-header.jpg");
	background-size: cover;
}

.jumbotron-mobile {
  padding: 1rem 1rem;
  margin-bottom: 2rem;
  background-color: #8a8d8f;
  border-radius: 0.3rem;
}


.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.badge-system {
  color: #fff;
  background-color: #DB723A;
}

.badge-safety {
  color: #fff;
  background-color: #dc3545;
}

.notice {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color:#FAFAFA;
	/*border: 1px solid #e3e3e3;*/
/*	border: 1px solid #efefef;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.label, .badge {
	display: inline-block;
	padding: 2px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #999999;
	margin-bottom: 1rem;
}
.label {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.label-warning, .badge-warning {
	background-color: #f89406;
}
.label-warning[href], .badge-warning[href] {
	background-color: #c67605;
}

.system {
    color: #DB723A;
    margin-top: .25em;
}

#status {
	text-transform: none;
	line-height:1.25em;
	margin-left:0;
	padding-left:0;
	/* border-bottom: solid 1px #ddd; */
}
#status li{
	list-style-type:none;
	display:block;
	color:#222;
	padding-left:20px;
	margin-bottom:.475em;
}

#status li a{
	color:#910039;
}

#status .available{
	background-image:url("../images/status-green.png");
	background-repeat:no-repeat;
	background-position:left center;
}
#status .unavailable{
	background-image:url(../images/status-red.png);
	background-repeat:no-repeat;
	background-position:left center;	
	font-weight:bold;
}
#status .problems{
	background-image:url(../images/status-yellow.png);
	background-repeat:no-repeat;
	background-position:left center;
	font-weight:bold;
	
}

@media (max-width: 768px) { 
	/*.sos-info-desktop {
		display: none;
	}*/
	.jumbotron-desktop {
		display: none;
	}
}

@media (min-width: 768px) { 
	.sos-info-mobile {
		display: none;
	}
	.jumbotron-mobile {
		display: none;
	}
}

#footer {
	font-size:14px;
	color: rgba(255,255,255,0.6);
	display: block;

	background: #910039;
	background: -moz-linear-gradient(top, #6a1320 0%, #910039 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1d2b), color-stop(100%, #910039));
	background: -webkit-linear-gradient(top, #6a1320 0%, #910039 100%);
	background: -o-linear-gradient(top, #6a1320 0%, #910039 100%);
	background: -ms-linear-gradient(top, #6a1320 0%, #910039 100%);
	background: linear-gradient(to bottom, #6a1320 0%,#910039 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a1320', endColorstr='#910039',GradientType=0 );
}



#footer li.search i.fa {
	color: #fff;
	cursor: pointer;
	position: relative;
}

#footer>.container {
	padding-top:60px;
	margin-bottom:60px;
}
#footer:after,
#footer:before {
	content:" ";
	display:table;
}
	#footer:after {
		display: block;
	    content: "";
	    clear: both;
	}

#footer>.copyright {
	background-color:rgba(0,0,0,0.2);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	padding:15px 0;
	font-size:13px;
	display:block;
}
#footer>.copyright:after,
#footer>.copyright:before {
	content:" ";
	display:table;
}
	#footer>.copyright:after {
		display: block;
	    content: "";
	    clear: both;
	}
#footer>.copyright.has-social {
	padding:8px;
}
#footer>.copyright.has-social .social-icon {
	margin-top:8px;
	margin-bottom:0;
	line-height:0;
}
#footer>.copyright .copyright-text {
	margin-top:14px;
}
#footer canvas {
	width:auto !important;
	height:auto !important;
}


	/* Footer Logo */
	#footer img.footer-logo {
		margin-bottom:20px;
		/*display:block;*/
		width: 96px;
	}

	#footer .footer-logo.footer-2 {
		float:left;
		margin:0 20px 10px 0;
		border-right:rgba(255,255,255,0.1) 1px solid;
		padding-right:20px;
	}

	/* Footer Typography */
	#footer h2 {
		font-size:26px;
		text-shadow:rgba(0,0,0,0.3) 3px 3px 5px;
	}
	#footer h3 {
		font-size:18px;
		margin-bottom:25px;
	}
	#footer h4 {
		font-size:15px;
		margin-bottom:25px;
	}

	#footer a {
		color: rgba(255,255,255,0.6);
		text-decoration:none;
	}
	#footer a:hover {
		color: rgba(255,255,255,0.9);
	}
	#footer a>i.fa {
		padding-right: 6px;
	}

	#footer  p {
		margin-top:0;
	}
	
	#footer ul {
		margin-bottom:0;
	}

	#footer hr {
		border:0;
		margin:20px 0;
		border-top:rgba(255,255,255,0.1) 1px solid;
	}

	#footer address {
		margin-bottom:0;
	}

	#footer h1,
	#footer h2,
	#footer h3,
	#footer h4,
	#footer h5,
	#footer h6 {
		color: rgba(255,255,255,0.8);
		font-weight:600;
	}

	/* footer form */
	#footer form input,
	#footer form textarea {
		color: #999;
		background-color: rgba(0,0,0,.2) ;
		border-color: /*rgba(0,0,0,.25)*/ #999;
		margin-bottom:6px;

		-webkit-transition: all 0.2s;
		   -moz-transition: all 0.2s;
			 -o-transition: all 0.2s;
				transition: all 0.2s;
	}
	#footer form input[type="submit"]:hover,
	#footer form input:focus,
	#footer form textarea:focus {
		background-color: rgba(0,0,0,.3);
	}
	#footer form .input-group-addon {
		color: #999;
		background-color: rgba(0,0,0,.4);
		border-color: rgba(0,0,0,.25);
	}
	#footer form .input-group input,
	#footer form .input-group textarea {
		margin-bottom:0;
	}

	@media only screen and (max-width: 480px) {
		#footer h4 {
			margin-top:60px;
			display:block;
		}
		#footer .mobile-block {
			margin-bottom:25px !important;
		}
		#footer.footer-fixed .mobile-block {
			margin-bottom:0 !important;
		}
		#footer .copyright {
			text-align:center;
		}
	}

	/* footer list links */
	#footer ul.footer-links>li {
		padding-bottom:10px;
		font-weight:300;
	}
	#footer ul.footer-links>li>a {
		color: rgba(255,255,255,0.6);
	}
	#footer ul.footer-links>li>a:hover {
		color: rgba(255,255,255,0.9);
	}
	/*#footer ul.footer-links>li>a:before {
		content: "\f105";
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		padding-right:10px;
	}*/

	#footer ul.footer-posts>li {
		padding: 15px 0;
		border-bottom:rgba(255,255,255,0.07) 1px solid;
	}
	#footer ul.footer-posts>li:first-child {
		padding-top:0;
	}
	#footer ul.footer-posts>li:last-child {
		border-bottom:0;
	}
	#footer ul.footer-posts>li>small {
		display:block;
	}

#footer h4.footer-posts {
	border-bottom:rgba(255,255,255,0.07) 1px solid;
}


@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card-default>.card-heading {
    color: #333;
    background-color: #f8f9fa;
    border-color: #ddd;
}
.card-default>.card-footer {
    background-color: #f8f9fa;
    border-top:0;
}
.card-heading {
    padding: 15px 15px;
}
.card-heading>h1,
.card-heading>h2,
.card-heading>h3,
.card-heading>h4,
.card-heading>h5,
.card-heading>h6 {
	margin:0;
}
h1.card-title,
h2.card-title,
h3.card-title,
h4.card-title,
h5.card-title,
h6.card-title {
	font-size:18px;
	font-weight:300 !important;
}
.card-title a {
	display: block;
	width: 100%;
}
.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}