body{
	position:relative;
	z-index: 1;
	color: #FFF;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    background: #0A2131 url('../images/pattern-lock.png');
}

a{
	color: #FFF;
}
a:hover{
	color: #FFF;
}


h1,h2,h3,h4,h5{
	color: #212121;
}
.content-ddbox{
}

main#content{
	margin-top: 15px;
}

.logo{
	float: left;
	position: relative;
}

.header{
	border:none;
	position: relative;
	z-index: 99;
	min-height: 50px;
	color: #FFF;
	width: 100%;
	background: #194361 url('../images/bg-pattern.png');
}

.header .header-inner{
	position:relative;
}

.page_header{
	text-shadow: 0 0 1px rgba(65,65,65,.5);
	margin-top: 0;
	margin-bottom: 20px;
background: url(../images/bg-menu.png);
padding: 5px;
color: #FFF !important;
}

.header-shadow{
	position:absolute;
}.header-shadow-top{
	position:absolute;
	top: -44px;
	z-index: 9;
}

.header-shadow-top-inner{
	position:absolute;
	top:0;
	z-index: 99;
}
.header-shadow-bottom-inner{
	position:absolute;
	bottom:0;
	z-index: 99;
}



.callus h1{
	font-size: 30px;
	font-weight: bold;
	float: right;
	margin: 0;
	padding: 5px 25px;
	position: absolute;
	top: 0;
	right:0;
	color: #192E3E;
margin-top: 21px;
margin-right: 30px;

background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyYWRpYWxHcmFkaWVudCBpZD0iZyI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjRkRGREZEIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjYzljOWM5Ii8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSIwJSIgeT0iMCUiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9IiNjOWM5YzkiIC8+PHJlY3QgeD0iMCUiIHk9Ii00Ny44NDQ4JSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTk1LjY4OTclIiBmaWxsPSJ1cmwoI2cpIiAvPjwvc3ZnPg==);
background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 114, color-stop(0%, #FDFDFD), color-stop(100%, #c9c9c9));
background-image: -webkit-radial-gradient(center center, farthest-side circle, #FDFDFD 0%, #c9c9c9 100%);
background-image: -moz-radial-gradient(center center, farthest-side circle, #FDFDFD 0%, #c9c9c9 100%);
background-image: -ms-radial-gradient(center center, farthest-side circle, #FDFDFD 0%, #c9c9c9 100%);
background-image: -o-radial-gradient(center center, farthest-side circle, #FDFDFD 0%, #c9c9c9 100%);
background-image: radial-gradient(farthest-side circle at center center, #FDFDFD 0%, #c9c9c9 100%);
border: 1px solid #194361;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}


.btn-myprimary{
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	text-shadow: 0 0 1px rbga(65,65,65,.4);
	
	background: rgb(157,213,58); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,213,58,1)), color-stop(50%,rgba(161,213,79,1)), color-stop(51%,rgba(128,194,23,1)), color-stop(100%,rgba(124,188,10,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */

}

.btn-myprimary:focus, .btn-myprimary:active:focus, .btn-myprimary:hover, .btn-myprimary:active{
	background: rgb(124,188,10); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(124,188,10,1) 0%, rgba(128,194,23,1) 49%, rgba(161,213,79,1) 50%, rgba(157,213,58,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(124,188,10,1)), color-stop(49%,rgba(128,194,23,1)), color-stop(50%,rgba(161,213,79,1)), color-stop(100%,rgba(157,213,58,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(124,188,10,1) 0%,rgba(128,194,23,1) 49%,rgba(161,213,79,1) 50%,rgba(157,213,58,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(124,188,10,1) 0%,rgba(128,194,23,1) 49%,rgba(161,213,79,1) 50%,rgba(157,213,58,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(124,188,10,1) 0%,rgba(128,194,23,1) 49%,rgba(161,213,79,1) 50%,rgba(157,213,58,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(124,188,10,1) 0%,rgba(128,194,23,1) 49%,rgba(161,213,79,1) 50%,rgba(157,213,58,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cbc0a', endColorstr='#9dd53a',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
}

.navigation-bar{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	z-index: 9999;

    background: #AD220B url('../images/bg-menu.png');

}
.innerpage .navigation-bar{
	position: relative;
}
.innerpage .leader{

}

.innerpage .footer{
	margin-top:0px;
}

.innerpage .featured{
	margin-top: 15px;
}


.innerpage .header{
	position:relative;
}
/*navbar*/
.navbar {
	margin-left: 0px;
	min-height: 0;
	margin-bottom: 0px;
	border: none;
	z-index: 999;
	bottom: 0;
}

.nav>li>a {
position: relative;
display: block;
padding: 10px 25px;
color: #FFF;
text-transform: uppercase;
}
.navbar-collapse {
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: underline;
	background-color: transparent;

}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: rgba(0,0,0,.7);
	border:none;
	z-index: 999;
	color: #FFF;
}

.dropdown-menu {
	border:none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: rgba(0,0,0,.7);
}

.dropdown-menu li>a{
	color: #FFF;
}

.dropdown-menu>li>a {
}

/*tagblock*/
.tagblock{
	position:relative;
	background: #192E3E  url('../images/bg-menu.png');
	-webkit-box-shadow:inset 0 0 50px 0 rgba(0,0,0,.5);
	box-shadow:inset 0 0 50px 0 rgba(0,0,0,.5);
}

.frontpage .tagblock{
	
}



.frontpage #content{
	margin-bottom: 20px;
}

.frontpage .tagblock .leader{
	margin-top:20px;
	font-size: 30px;
}

.tagblock-bg{
	
}

.tagblock a{
	color: #FFF;
}
.tagblock .leader{
	font-size: 29px;
	color: #FFF;
	margin-top: 37px;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);

}
.tagblock .mylead{
	text-shadow: 0 0 1px rgba(65,65,65,.4);
	color: #FFF;
	font-size: 17px;
	font-style:normal;
	font-weight: normal;
}

.home-page {
   text-align: center;
}

.frontpage .home-page .leader {
	font-size: 40px;
    font-family: 'Nova Square', cursive;
}

.tagblock .mylead a{
	color: #FFF;
}

.tagblock .btn-myprimary{
	margin-top: 20px;
	margin-bottom: 20px;
}

/*featured*/
.featured{
	position: relative;
	margin-bottom: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFFFFF;

background: #194361 url('../images/bg-pattern.png');

	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
}

.featured .head{
}
.featured .description{
	
}

.featured a{
	color: #FFF !important;
}
.featured a:before{
}
.featured h3{
	text-shadow: 0 0 1px rgba(65,65,65,.5);
}

.featured .heading h3{
	font-weight: bold;
	text-shadow: 0 0 1px rgba(0,0,0,.5);
	font-size: 35px;
	color: #FFF !important;
	text-align: center;
    background: url(../images/bg-menu.png);
    margin-bottom: 0px;
    text-transform: uppercase;
}
.featured a:hover{
	text-decoration: none;
	color: #EEEEEE;
}
.featured .heading h3:hover{
	color: #EEEEEE;
}
.featured .description {
	text-align: ;
	
}

.featured .description p{
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
}


.fheading{
	
}

.fheading h1{
	margin: 0;
	color: #FFF;
	font-family: 'Yellowtail', cursive;
	text-shadow: 2px 2px 2px rgba(0,0,0,.3);
	font-size: 50px;
	border-bottom: 1px dotted rgba(255,255,255,.5);
}

.fheading .lead{
	color: #C3FBFF;
	font-size: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

.footer{
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;

	background: #194361 url('../images/bg-pattern.png');

}

.footer .copy{
	margin-bottom: 0;
}
.footer a{
	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;
}

.customHeader1{
	background: #139DCE;
	color: #FFF;
	padding: 10px;
	border-bottom: 2px solid #2F7894;
}
.navbar-toggle {
	background: #521508;
}

.navbar-toggle .icon-bar {
	background: #FFF;
}


.my-thumb-circle{
	border-radius: 100%;
	width: 90%;
	text-align: center;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}


.my-thumb{
	width: 90%;
	text-align: center;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 2px 0 rgba(0,0,0,.5);

}

.fitem{
}

.content-ddbox {
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
-webkit-box-shadow: 0px 0px 4px 1px rgba(65, 65, 65, .5);
box-shadow: 0px 0px 4px 1px rgba(65, 65, 65, .5);
padding: 15px;
background:#DFE6E9;
	color: #333;
	
}

.content-ddbox h1,
.content-ddbox h2,
.content-ddbox h3,
.content-ddbox h4,
.content-ddbox h5{
	color: #494949;

}

.customWidget1{
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	padding: 15px;
	background: #FFFFFF;
	color: #333333;
}

.services-group {
    background: #DFE6E9 url('../images/pattern1.png');
}
.customWidget2{
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	padding: 15px;
	color: #333333;
}

.customWidget2 p{
	color: #212121;
}

.customWidget1 a{
	color: #333;
}
.content-ddbox a{
	color: #252525;
}

.ddheader{
	-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-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: rgb(191,191,191);
	background: -moz-linear-gradient(top, rgba(191,191,191,1) 0%, rgba(252,255,244,1) 9%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,191,191,1)), color-stop(9%,rgba(252,255,244,1)));
	background: -webkit-linear-gradient(top, rgba(191,191,191,1) 0%,rgba(252,255,244,1) 9%);
	background: -o-linear-gradient(top, rgba(191,191,191,1) 0%,rgba(252,255,244,1) 9%);
	background: -ms-linear-gradient(top, rgba(191,191,191,1) 0%,rgba(252,255,244,1) 9%);
	background: linear-gradient(to bottom, rgba(191,191,191,1) 0%,rgba(252,255,244,1) 9%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#fcfff4',GradientType=0 );
	padding: 15px;
}


.ddheader{
	color: #144E64;
}


.mobile-con{
	display:none;
}


.vertical-shadow-left{
	position:absolute;
	left: -15px;
	top: -50%;
}
.vertical-shadow-right{
	position:absolute;
	right: -15px;
	top: -50%;
}


.content-ddbox p strong a {
	color: #E0240B;
}

.description a {
    color: #000;
}