body {
    background: #5938CF url('../images/bg-keys.png');
}
.logo{
	float: left;
	position: relative;
}


h2 a, h2 a:hover {
	color: #333;
    text-decoration: none;
}
.header{
	border:none;
}

.header .container {
    -webkit-box-shadow: 0px -3px 10px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px -3px 10px 0px rgba(0, 0, 0, 1);
    box-shadow:         0px -3px 10px 0px rgba(0, 0, 0, 1);
    background: url('../images/bg-header.png');
}
.page_header{

}
a {
	color: #000;
}

.callus h1{
	font-size: 42px;
	font-weight: bold;
	float: right;
	margin: 0;
	padding: 5px 25px;
	color: #FFF;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}


.btn-myprimary{
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	text-shadow: 0 0 1px rbga(65,65,65,.4);
}

.innerpage .wrapper, .contactpage .wrapper {
	margin-top: 20px;
}

.innerpage .tagblock, .contactpage .tagblock {
	margin-top: 10px;
}

/*navbar*/
.navbar {
	position: absolute;
	min-height: 0;
	margin-bottom: 0px;
	border: none;
	z-index: 999;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 25px;
}
.navbar-collapse {
 	padding-right: 0px;
	padding-left: 0px;
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #CCC;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #CCC;
	border:none;
	z-index: 999;
}

.navbar-toggle .icon-bar {
	border: 1px solid #414141;
}

.dropdown-menu {
	border:none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #CCC;
}

/*tagblock*/
.tagblock{

}
.tagblock .leader{
	font-family: 'Bad Script', cursive;
	text-shadow: 0 0 1px rgba(65,65,65,.4);
    font-weight: bold;
	font-size: 38px;
    margin-top: 0;
}
.tagblock .mylead{
	text-shadow: 0 0 1px rgba(65,65,65,.4);
}

.tagblock .btn-myprimary{
	margin-top: 20px;
	margin-bottom: 20px;
}

.fronttag {
	color: #FFF;
    text-align: center;
}

.high-lights{
    background: #FFF;
padding: 15px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: inset 0 0 10px 0 #847840;
box-shadow: inset 0 0 10px 0 #847840;
margin-bottom: 40px;
}

hr {
	border-top: 1px dotted #999999;
}

/*featured*/
.featured{
	margin-bottom: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
    z-index: 9999;
    color: #FFF;
}
.featured .head img{
	width: 100%;
    padding: 0;

    border: 1px solid #CCC;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.75);
box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.featured .head{
	
}
.featured h3 {
	margin-top: 5px;
    font-size: 22px;
}
.featured .description p{
   font-size: 13px;
}
.featured a, .featured a:hover {
	color: #FFF;
    text-decoration: none;
}

.featured a img:hover {
	opacity: 0.8;

-webkit-transform: scale(1) rotate(2deg);
-moz-transform: scale(1) rotate(2deg);
-o-transform: scale(1) rotate(2deg);
-ms-transform: scale(1) rotate(2deg);
transform: scale(1) rotate(2deg);

-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}

.footer{
	padding-top: 15px;
	padding-bottom: 15px;
    color: #FFF;
}


/* Sidebar Widget */
.sidebar_right .widget{
	
}
.sidebar_right .widget .head{
	border-bottom: 2px solid #CCC;
}

.sidebar_right .widget .description .sitelinks{
	padding: 10px 0 10px 0;
	margin: 0;
	list-style:none;
}

.sidebar_right .widget .description .sitelinks li{
	
}

.sidebar_right .widget .description .sitelinks li a{
	padding: 5px 8px;
	display: block;
	border-bottom: 1px solid #EEE;	
}

/* Recaptcha Overrides */
#recaptcha_table{
	border: none !important;
}
#recaptcha_challenge_image{
	border: none !important;
	padding: 5px;
}

#recaptcha_response_field{
	padding: 5px;
}

.wrapper{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(65, 65, 65, .5);
  box-shadow: 0px 0px 4px 1px rgba(65, 65, 65, .5);
  border: 1px solid #FFF;

background: #FAEFBB
}

.main-container {
	 padding: 0px;
     position: relative;
}

.img-thumbnail {
    border: none;
    padding: 0;
    border-radius: none;
}

.shadow-left {
    width: 30px;
    height: 100%;
    position: absolute;
    margin-left: -30px;
    background: url('../images/shadow-left.png') top no-repeat;
}

.shadow-right {
    width: 30px;
    height: 100%;
    position: absolute;
    right:0;
    margin-right: -30px;
    background: url('../images/shadow-right.png') top no-repeat;
}

.citieslist h1 {
	font-size: 22px;
}
.itemblock a {
    list-style: disc;
}

.shadow-top {
	width: 100%;
    height: 32px;
    background: url('../images/shadow-top.png') no-repeat center;
    background-size: 100%;
}

.shadow-bottom {
	width: 100%;
    height: 32px;
    background: url('../images/shadow-bottom.png') no-repeat center;
    background-size: 100%;
}

.clear {
	clear: both;
}
