/* ============= //
// Mary (c) 2016 //
// ============= */


/* ========== //
// I. Plug-in //
// ========== */
.center {text-align: center}
.text-right{text-align: right}
@font-face{	font-family: "RobotoLight";	src: url('../font/Roboto-Light.ttf');}
@font-face{	font-family: "RobotoRegular";	src: url('../font/Roboto-Regular.ttf');}
@font-face{	font-family: "RobotoMedium";	src: url('../font/Roboto-Medium.ttf');}
@font-face{	font-family: "RobotoBold";	src: url('../font/Roboto-Bold.ttf');}
@font-face{	font-family: "Salsa";	src: url('../font/Salsa.ttf');}
/* ========== */


/* ================= //
// II. General Style //
// ================= */
body {
   font-family: "RobotoRegular";
    padding-top: 15px;
    padding-right: 45px;
	background: url('../images/scaggsville-locksmith-service.jpg') 0 0 repeat transparent;
	
}
a, a:hover {
    color: #2C104C;
}
.text-center{text-align: center;}
.text-right{text-align: right;}
strong { color: #A24611;}

/* ================= */


/* ================= //
// III. Header Style //
// ================= */
#myhead{font-family: "RobotoRegular"; color: #fff; text-shadow: 1px 1px 2px #000;}
.myphone{text-align: right;}
.mybrand h2{margin: 0;font-size: 40px;}
.myphone h3{margin: 0;}
.myphone p{margin: 0;}



    #owl-demo .item{
      margin: 3px;
    }
    #owl-demo .item img{
      display: block;
      width: 100%;
      height: auto;
    }
    #owl-demo2 .item{
      margin: 3px;
    }
    #owl-demo2 .item .coupon-info{
     
      width: 100%;
	  
    }

#owl-demo2 .owl-controls {
  position: absolute;
  top: 40%;
  width: 100%;
}
#owl-demo2 .owl-prev {
  float: left;
}
#owl-demo2 .owl-next {
  float: right;
}	
.coupon-bg{background: #233337; border: 2px dashed #f08b05; text-align: center; padding: 0 15px;  display: table; height:10em; width: 100%; margin: 5px 0;}
.coupon-info{    display: table-cell;   vertical-align: middle;}
.coupon-info h2{margin: 0; font-family: Impact, Charcoal, Arial; text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; color: #f08b05;}
.coupon-info h4{margin: 0; font-size: 15px; text-transform: uppercase; color: #fff; text-shadow: 1px 1px 2px #000;}

#banner{

background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
 -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px solid #fff;
padding: 5px;
margin: 10px auto;
max-width: 95%;
}

/* ================= */





/* ======================== //
// IV. content //
// ======================== */
article{background-color: #fff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.panel-default > .panel-heading {
  color: #fff;
  text-shadow: 1px 1px 1px #333;
  font-family: "RobotoRegular";
}
.panel-body.service {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../images/scaggsville-locksmith.jpg");
  background-origin: padding-box;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto auto;
  color: #fff;
  text-shadow: 1px 1px 1px #333;
}
.panel-body h2 {
  font-family: "RobotoRegular";
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.panel-body h4 {
  font-family: "RobotoRegular";
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.panel-heading.call {
  background-attachment: scroll;
  background-clip: border-box;
  background-image: url("../images/scaggsville-locksmiths.jpg");
  background-origin: padding-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto auto;
}

.services-tab .site-box .title {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
}

#s2.title {
  border-bottom-color: #89da64;
  border-left-color: #89da64;
  border-right-color: #89da64;
  border-top-color: #89da64;
}

#s1.title {
  border-bottom-color: #b3e03d;
  border-left-color: #b3e03d;
  border-right-color: #b3e03d;
  border-top-color: #b3e03d;
}

#s3.title {
  border-bottom-color: #4dd9aa;
  border-left-color: #4dd9aa;
  border-right-color: #4dd9aa;
  border-top-color: #4dd9aa;
}

.services-tab .site-box {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #ffffff;
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 25px;
  padding-bottom: 20px;
}

.title{text-align: center;}
/* ================= */


/* =============== //
// Services Tab    //
// =============== */


/* ======================== */

/* =============== //
// V. Footer Style //
// =============== */
footer{background-color: #000; color: #eee; padding: 10px 0}
footer a{color: #a3b3b7;}
footer a:hover, footer a:focus, footer a:active{color: #a3b3b7;}
footer h2{margin:0}
/* =============== */


@media (max-width: 767px) {
.myphone{text-align: center;}
.myphone h3{font-size: 16px;}
.mybrand h2 {font-size: 25px; text-align: center;}

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 1200px) {

}


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