@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,700,800);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
/*
font-family: 'Open Sans', sans-serif;
font-family: 'PT Sans Narrow', sans-serif;
*/
.clearfix {
*zoom:1
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.container {
	max-width: 1030px;
}
body {
	background: #fffce5 ;
	color: #030303;
	font: 400 13px/22px Arial, Helvetica, sans-serif;
}
ul {
	margin: 0 0 15px 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/*===============Header===============*/
header {
    background: #252525 none repeat scroll 0 0;
    position: relative;
}
header::before {
	background: url("../images/header-btm-bg.jpg") repeat-x;
	bottom: 0;
	content: "";
	height: 15px;
	position: absolute;
	width: 100%;
}
.biz-logo {
    border-radius: 0 0 5px 5px;
    margin-bottom: 30px;
}
.biz-logo img {
    border-color: #fff;
    border-radius: 0 0 10px 10px;
    border-style: solid;
    border-width: 0 1px 1px;
}
.locksmiths-service {
    padding-top: 8px;
}
.locksmiths-service h1 {
    color: #c32e0c;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
}
.header-contact {
    margin-top: 33px;
    text-align: right;
}
.header-contact li {
    color: #d4d3d3;
    font-size: 18px;
}
.header-contact a {
    color: #d9c730;
    font-size: 18px;
    margin-left: 5px;
}
/*==========BANNER SECTION==========*/
.banner-section {
    padding: 25px 0;
}
.flexslider {
    border: 2px solid #bfbdac;
    margin: 0;
    padding: 5px;
}

.whylocksmith {
	background: #fbf8e1 url("../images/top_content_menu_bg.jpg") repeat-x scroll center top;
	border: 1px solid #fff;
	outline: 1px solid #ebe8d3;
	outline-offset: 0;
}
.whylocksmith h3 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,fcf8cb+0,f8f1ad+19,f6eda2+57,f3ea8f+92,d4d0b7+94,faf8e1+96,faf8e1+100 */
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e5799 0%, #fcf8cb 0%, #f8f1ad 19%, #f6eda2 57%, #f3ea8f 92%, #d4d0b7 94%, #faf8e1 96%, #faf8e1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #1e5799 0%,#fcf8cb 0%,#f8f1ad 19%,#f6eda2 57%,#f3ea8f 92%,#d4d0b7 94%,#faf8e1 96%,#faf8e1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #1e5799 0%,#fcf8cb 0%,#f8f1ad 19%,#f6eda2 57%,#f3ea8f 92%,#d4d0b7 94%,#faf8e1 96%,#faf8e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#faf8e1',GradientType=0 ); /* IE6-9 */
	color: #c32e0c;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	position: relative;
	text-align: center;
}
.whylocksmith h3::before {
    background: url("../images/header_lock.png") no-repeat;
    content: "";
    height: 23px;
    left: 63px;
    position: absolute;
    top: 5px;
    width: 22px;
}
.whylocksmith ul {
	padding-left: 15px;
}
.whylocksmith li {
    line-height: 22px;
    padding-left: 15px;
    position: relative;
}
.whylocksmith li::before {
	background: #6f6f6e;
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 6px;
}
/*==========WELCOME SECTION==========*/
.welcome-inner,
.service-inner {
    background: #fbfaf0;
    border: 1px solid #d7cc7b;
    padding: 15px 15px 0 15px;
}
.welcometo h3 {
	border-bottom: 1px dotted #c32e0c;
	color: #c32e0c;
	display: inline-block;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 15px;
	padding-bottom: 8px;
}
.welcometo p {
    color: #575757;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    text-align: justify;
}
.whylocksmith.any-question h3::before {
  background: none;
}
.whylocksmith.any-question {
    margin-bottom: 20px;
}
.any-question form {
    padding: 15px;
}
.form-group {
    margin-bottom: 6px;
}

.any-question label {
	color: #383838;
	font-weight: normal;
}
.any-question .form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #e7e7e6;
	border-radius: 0;
	box-shadow: none;
	color: #222;
	font-size: 13px;
	height: 28px;
}
.any-question textarea.form-control {
    height: auto;
}
.any-question .form-control:focus {
    border-color: #66afe9;
    box-shadow: none;
    outline: 0 none;
}
.btn-default {
	background: #f6ed9e; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6ed9e 0%, #f8f0a8 28%, #f9f3b5 50%, #fbf8c5 65%, #fdf8ce 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f6ed9e 0%,#f8f0a8 28%,#f9f3b5 50%,#fbf8c5 65%,#fdf8ce 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f6ed9e 0%,#f8f0a8 28%,#f9f3b5 50%,#fbf8c5 65%,#fdf8ce 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ed9e', endColorstr='#fdf8ce',GradientType=0 ); /* IE6-9 */
	border: 1px solid #d8d8d8;
	color: #383838;
	margin-top: 10px;
}
.btn {
	border-radius: 3px;
	font-size: 13px;
	padding: 3px 20px;
}
.btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    border-color: #d8d8d8;
    color: #383838;
}
.success{
	background: #CFFFF5;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #B9ECCE;
	font-weight: normal;
}
.error{
	background: #FFDFDF;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFCACA;
	font-weight: normal;
}

.master-locksmith img {
    border: 1px solid #c9c9c8;
    width: 100%;
}
.welimg {
    margin-bottom: 23px;
    position: relative;
}
.welimg img {
    background: #fff;
    border: 1px solid #bcbbb4;
    padding: 2px;
	width: 100%;
}
.wel-img-title {
    background: rgba(0, 0, 0, 0.5);
    bottom: 4px;
    left: 2%;
    position: absolute;
    width: 96.5%;
}
.wel-img-title h4 {
    color: #fff;
	font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    margin: 8px 0;
    text-align: center;
}
/*==========SERVICE AREAS==========*/
.service-inner {
    margin: -2px 0 20px;
	padding: 0 15px;
}
.service-area h3 {
    color: #c32e0c;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
}
.servicearea-list li {
    /*color: #434343;*/
    font-family: Verdana,Geneva,sans-serif;
    line-height: 25px;
    padding-left: 15px;
    position: relative;
}
.servicearea-list li::before {
  background: #6f6f6e;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 7px;
}

.maps iframe {
    border: medium none;
    height: 191px;
    width: 100%;
}
.contact {
	background: url(../images/contact-bg.jpg) no-repeat 80% 0;
}
.contact li span {
    margin-right: 5px;
}
.contact li {
    line-height: 25px;
	list-style-image: url(../images/contact-list.png);
    margin-left: 15px;
}
.contact li a {
    color: #030303;
}
.visa-card li {
    display: inline-block;
    list-style-image: none;
    margin-left: 0;
}
.visa-card li img {
    border: 1px solid #b0b3b8;
}
/*==========FOOTER==========*/
footer {
    padding-bottom: 10px;
}
footer p {
    color: #474747;
	font-family: Verdana, Geneva, sans-serif;
}
.poweredby > p {
    text-align: right;
}
.poweredby p a {
    color: #c32e0c;
    margin-left: 3px;
}
.poweredby p a:hover,
.poweredby p a:focus {
	color: #dd8551;
}
/*==========Scroll Top==========*/
.scrollToTop {
	bottom: 10px;
	color: #fff;
	display: none;
	position: fixed;
	right: 5px;
	text-align: center;
	text-decoration: none;
	z-index: 99;
}
.fa.fa-long-arrow-up {
	background: rgba(0, 0, 0, .7);
	color: #fff;
	font-size: 15px;
	height: 45px;
	line-height: 45px;
	width: 45px;
}
.fa.fa-long-arrow-up:hover {
	background: rgba(0, 0, 0, .9);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
