/* CSS Document */

@font-face {
    font-family: 'folksregular';
    src: url('../fonts/Folks-Normal-webfont.eot');
    src: url('../fonts/Folks-Normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Folks-Normal-webfont.woff') format('woff'),
         url('../fonts/Folks-Normal-webfont.ttf') format('truetype'),
         url('../fonts/Folks-Normal-webfont.svg#folksregular') format('svg');
    font-weight: normal;
    font-style: normal;

}





a[href^=tel] { color: inherit; text-decoration: none; }

body{
	background-image: url(../images/bg.jpg);
	background-color:#080808;
}

h1, h2, h3, h4, h5, h6, .header-txt{
margin: 5px 0;
color:#00907F;
font-weight:600;
}

.header-txt{
font-size:1.8em;
}

a {
color: #006955;
}

a:hover {
color: #00A585;
}

div.container {
	background-color: #E8F6FF;
}

.uppercase{
text-transform:uppercase;
}

.bold{
font-weight:bold;
}

article ul {
	margin: 0;
	padding: 0 0 0 30px;
}

article ul li {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	list-style: none;
	padding: 0 0 0 20px;
	background-position: 0 4px;
}

.line{ height:auto; margin:0;}
.line1{height:10px; background-color:#00f6c7;}
.line2{height:10px; background-color:#60FFE1;}
.line3{height:10px; background-color:#00f6c7;}
.line4{height:10px; background-color:#60FFE1;}

header {
	margin: 0 0 10px 0;
	color:#ffffff;
}

header .container{
	background:none !important;
}

header h1 a{
	font-size:23pt;
	color:#ffffff;
	text-shadow: 1px 1px 1px #000000;
}

header h1 a:hover{
	color:#ffffff;
	text-decoration:none;
}

header img.img-responsive.cc {
	float: right;
}

.header_call{
	text-align:right;
	font-size: 20pt;
	padding: 0;
}

.header_text {
	text-transform: uppercase;
	font-size: 14px;
}

div.container.sitecontent {
	margin-bottom: 10px;
	border-radius:10px;
	border-top: 5px solid #00f6c7;
	border-left: 5px solid #60FFE1;
	border-right: 5px solid #60FFE1;
	border-bottom: 5px solid #00f6c7;
}

.thumbnail{
	border: 0;
	padding:5px;
	margin: 5px 0;
	border-radius: 10px;
	color: #000000;
}

.thumbnail img{
	text-align:center;
	margin:0 auto;
}

ul.nav.navbar-nav {
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: both;
	display: table;
}

.navbar{
	border-radius: 0 !important;
	border-width:0 0 1px 0 !important;
	margin-bottom: 0px !important;
	border:0;
	min-height: 35px;
}

.navbar-default{ 
	background:none;
	margin-top: 5px;
}

.navbar-default .navbar-nav>li>a {
	color: #FFF;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #00907F;
	background-color: #00f6c7;
}

.navbar-nav>li:hover{
	background-color: #00f6c7;
}

.navbar-default .navbar-toggle {
	border-color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color:#307467;
}

button.navbar-toggle {
margin-top: 0;
margin-bottom: 0;
}

div.container.banner {
background: none;
}

.banner1{background-color:#00f6c7;}
.banner2{background-color:#60FFE1;}
.banner3{background-color:#00f6c7;}
.banner4{background-color:#60FFE1;}

div.row div.col-lg-3 div.thumbnail p {
font-size: 10pt;
margin-bottom: 0;
}

aside {
	margin: 10px 0;
}

.dispatch {
	border: 5px solid #60FFE1;
	border-radius:10px;
	font-size:11pt;
}

.sidebar_call {
	background-image: url(../images/locksmith-Safety-Harbors.jpg);
	background-repeat: no-repeat;
	min-height: 175px;
	border: 5px solid #00f6c7;
	border-radius:10px;
}

.panel{
	background-color: #E8F6FF;
}

div.panel-body.coupon {
	background-image: url(../images/locksmith-Safety-Harbor-services.jpg);
	background-repeat: no-repeat;
	min-height: 175px;
	border: 5px solid #60FFE1;
	border-radius:10px;
}

.panel-body.coupon h1.text-center.bold {
margin: 20px 0 0 0;
}

.panel-heading.sidebar_call, .panel-body.coupon, .panel-body.quick{
	background-color:#E8F6FF !important;
}

div.panel.panel-default {
border-radius: 10px !important;
border:0;
}


div.panel-body.quick {
	background-image: url(../images/locksmith-Safety-Harbor-service.jpg);
	background-repeat: no-repeat;
	min-height: 175px;
	border: 5px solid #00f6c7;
	border-radius:10px;
}

div.panel-body.quick img.img-responsive.cc {
margin: 0 auto;
}

.panel-heading.sidebar_call, .panel-body.coupon, .panel-body.quick{background:none; background-color:#00699E; text-align:center;}

article{
	margin: 10px 0;
}

div.text_content {
	padding: 5px;
}

.bottomlinks{
	font-weight:bold;
	clear:both;
	font-size: 12pt;
	margin-bottom:10px;
}

footer .copy{
	color:#00F6C7;
}

footer .container{
	background:none !important;
}

div.form-holder {
	width: 95%;
	padding: 25px 15px;
	background-color: #DBF6F3;
	margin: 10px auto;
	border-radius: 10px;
}

.form-horizontal .form-group {
	margin: 0 0 15px 0;
}

.form-horizontal .control-label {
	text-align: left;
}

.btn-info {
	background-color: #195290;
	border-color: none;
}

#schemacss{
text-align:center;
margin: 10px 0px;
color:#ffffff;
}

#schemacss a{
color:#ffffff;
}

#schemacss h2{
margin:0;
color:#ffffff;
}

.schema_add_map div {
display: inline;
}

.schema_contact, .schema_contact a, .schema_contact h2{
color: #000000 !important;
background:none !important;
}

@media (max-width: 399px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center !important;
		float:none !important;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
	.text-center-xs img {margin:0 auto;}
	.panel-heading.call, .panel-body.promo, .panel-body.service{background:none; background-color:#00699E; text-align:center;}
	.panel-body, .panel-heading{ text-align:center;}
	div.row.text-center.uppercase.bottomlinks {margin: 0;}
	.bottomlinks div.col-lg-4.col-md-4 {margin: 10px 0; font-size: 13pt;}
	ul.nav.navbar-nav{ display:block;}
	header img.img-responsive.cc {float: none; margin:0 auto;width: 130px;}
	header h1 {margin:0;line-height: 60%;}
	header h1 a {font-size: 13pt;}
	.header_text{font-size: 10px;}
	.header_call{font-size: 16pt;}
}
@media (min-width: 400px) and (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center !important;
		float:none !important;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
	.text-center-xs img {margin:0 auto;}
	.panel-heading.call, .panel-body.promo, .panel-body.service{background:none; background-color:#00699E; text-align:center;}
	.panel-body, .panel-heading{ text-align:center;}
	div.row.text-center.uppercase.bottomlinks {margin: 0;}
	.bottomlinks div.col-lg-4.col-md-4 {margin: 10px 0; font-size: 13pt;}
	ul.nav.navbar-nav{ display:block;}
	header img.img-responsive.cc {float: none; margin:0 auto;width: 130px;}
	header h1 {margin:0;line-height: 70%;}
	header h1 a {font-size: 16pt;}
	.header_text{font-size: 12px;}
	.header_call{font-size: 16pt;}
	.thumbnail img{width: 100px;}
	div.thumbnail p{text-align: center;}
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center !important;
		float:none !important;
		
    }
    .text-right-sm {
        text-align: right;
		
    }
    .text-justify-sm {
        text-align: justify;
    }
	.text-center-sm img {margin:0 auto;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}