@import url(http://fonts.googleapis.com/css?family=Kreon:400,700);

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;
}

.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: 60px;
  margin-top:50px;
  padding-top:20px;
  padding-bottom:20px;
}


/* Custom page CSS
-------------------------------------------------- */

#wrap > .container {
  padding: 60px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer {
  background-color:#414141;
}

#footer a {
  color:#efefef;
}

body a {
  color:#f16251;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}

body a:hover {
  color:#f16251;
  /*font-weight:700;*/
  text-decoration: none;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}

h1,h2,h3,h4 {
  font-family: 'Kreon', serif;
  vertical-align:middle;
}

header {
  background: #7f7f7f;
  height:400px;
  color:#000000;
}

header h1,header h2,header h3 a,header a,header a:hover {
  color:#101010;
  /*font-weight:800;*/
  text-decoration:none;
}

header h3 {
  font-family: 'Kreon', serif;
  background: #ffcc33;
  padding:10px;
  border-radius:3px;
  font-size:34px;
  padding:12px 10px 6px 10px;
  max-width:60px;
  text-align:center;
  margin-left:25%;
}

header .dropdown-menu {
  top:74px;
  background: #ffcc33;
  border-width:0;
  width:200px;
}

h1 {
  font-size:50px;
}

h1 a img {
  width:200px;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}

header strong {
  color:#fff;
  font-family: 'Kreon', serif;
}

header h2 {
  padding-top:5%;
  font-size:3.7em;
}
/*reduce tag "professional safes company" on smaller screen*/
@media (max-width:991px) {
  header h2 {
    font-size:2.7em;
  }
}

/*hide "professional safe specialists" tag on smaller screens*/
@media (max-width:767px) {
  header h2 {
    display:none;
  }
}

#nav {
  width: 100%;
  position:static;
  top:-32px;
}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:10;
   -webkit-transition: all .6s ease-in-out;
}

.nav strong {
  color:#ffcc33;
}

.nav li {
  color:#fff;
}

.callus img {
  position: absolute;
  max-width:150px;
  margin-top:-55%;
}

.nav li a img {
  max-width:150px;
}

#emergency {
  font-size:0.96em;
}

/*hide navbar callus img on collapse*/
@media (max-width:766px) {
  .callus img{
    display:none;
  }
}

#circle {
  overflow: visible;
}

#circlediv {
  background-color:#f16251;
  border:1px #fff;
  border-radius:50%;
  height:5em;
  overflow:visible;

}

/*hide navbar brand 'emergency' text when screen is larger than 767*/
@media (min-width:767px) {
  .navbar-brand {
    display: none;
  }
}

#topappt {
  text-transform:uppercase;
  font-family:arial, sans-serif;
  color:#ffcc33;
  text-align:center;


}

/*
.fa-stack-1x {
  font-size:3em;
}*/

.fa-stack-2x:hover {
  color:#F16251;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;

}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    margin:4em 0 1.5em 0;
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit;
    font-size:3em;
    margin:-20% 0 0 -.1em;
}

.fa-stack-2x {
    font-size: 6em;
    color:#84a4c7;
    margin:-120% 0 0 -80%;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}

.modalImg {
  margin:0px auto;
  margin-bottom:5%;
  display:block;
  max-width:50%;
  height:auto;
  border-radius:50%;
}

.fa-inverse {
  color:#fff!important;
}

.gooddesign-grid {
  max-width:30%;
  margin:60px 0;
  margin-left:0%!important;
}

.gooddesign-grid p {
  max-height:50px;
}

.gooddesign-grid h4 {
  height:2em;
}


div.col-sm-4 a i, div.col-sm-4 a h4, div.col-sm-4 a p  {
  text-decoration:none;
  color:#333;
}

div.col-sm-4 a p:hover{
  text-decoration:none;
  font-weight:400;
}



#footer > .container {
}

.btn-default {
  background-color: #fff;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}

.btn-default:hover {
  color:#fff;
  background-color: #f16251;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
}

.mainrequest {
  height:2.4em;
  margin-left:1.3%;
  width:39%;
  margin-bottom:2%;
}

.form-group textarea {
  width:83%;
}


.form-group textarea::-webkit-input-placeholder { color: #555; }
.form-group textarea:-moz-placeholder { color: #555; }
.form-group textarea::-moz-placeholder { color: #555; }
.form-group textarea:-ms-input-placeholder { color: #555; }

.input-append input::-webkit-input-placeholder { color: #555; }
.input-append input:-moz-placeholder { color: #555; }
.input-append input::-moz-placeholder { color: #555; }
.input-append input:-ms-input-placeholder { color: #555; }

/*******************
*** modal styles ***
*******************/

.modal-body input {
  margin:2% 0 2% 0;
  height:2.5em;
}

.modal-body textarea {
  margin:3% 0;
}

form p {
  margin:2% 0;
}

.enlarge {
  font-size:3em;
  margin:0 45% 5% 45%;
}

/*datetimepicker styles*/
fieldset.hour span.hour {
  margin:0 20px 0 0;
}

@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-weight:700;
    text-transform:uppercase;
    border-width:0;
}
.navbar-custom  .navbar-nav>li>a {
	color: #ddd;
}
.navbar-custom  .navbar-nav li>a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a  {
	background-color: #000;
}
.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:100px;
}

.panel {
	border-width:0;
}

@media (max-width: 768px) {
	header {
		height: 95px;
	}

  h1 a img {
  width:100px;
  transition:0.5s all;
  -webkit-transition:0.5s all;
  -moz-transition:0.5s all;
  -o-transition:0.5s all;
  -ms-transition:0.5s all;
  margin-top:-15px;
 }

 #emergency {
  display:none;
 }

}

#map-canvas {
  	width: 100%; 
  	height: 300px;
	margin: 0;
	padding: 15px;
}

.overlay {
   background:transparent; 
   z-index:5;
   position:relative; 
   width:100%;
   height:300px; /* your iframe height */
   top:300px;  /* your iframe height */
   margin-top:-300px;  /* your iframe height */
}

.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('../img/safe1-1280.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('..img/safe2-1280.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('../img/nyc2.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));
}

.gooddesign-grid {
  padding:20px 0;
  margin-left:30%;
}


@media (max-width:666px) {

  h1 {
    font-size:40px;
  }
  .gooddesign-grid p {
    display:none;
    padding:10px 0;
    margin:10px 0;
  }

  .gooddesign-grid h4 {
    width:5em;
    margin-left:2.5em;
  }

  .gooddesign-grid {
    margin:10px 0;
    padding:10px 0;
    margin-left:30%;
  }

  .fa-stack {
    margin-left:4em;
  }
}

@media (max-width:410px) {
  .navbar-brand span {
  font-size:0.85em;
 }
}

@media (max-width:365px) {
  .navbar-brand span {
  font-size:0.64em;
 }
}