body{
	position:relative;
	z-index: 1;
	color: #FFF;
	background: #fff;
	font-family: 'Open Sans', sans-serif;


}

a{
	color: #343434;
}
a:hover{
	color: #4C4D4E;
}

hr{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 2px solid #CCC;

	margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
}

h1,h2,h3,h4,h5{
	color: #fff;
}
.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;
	/* position: absolute; */
	width: 100%;
	/* background: rgba(10, 20, 37, 0.9); */
	background: #01b4ec url(../images/bg.png);

	-webkit-box-shadow: 0 0 10px 0 rgba(65, 65, 65, 1);
	box-shadow: 0 0 10px 0 rgba(65, 65, 65, 1);
	/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax; */
	background-image: -ms-linear-gradient(bottom right, #224B9B 0%, #000000 100%);
	background-image: -moz-linear-gradient(bottom right, #224B9B 0%, #000000 100%);
	background-image: -o-linear-gradient(bottom right, #224B9B 0%, #000000 100%);
	background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #224B9B), color-stop(1, #000000));
	background-image: -webkit-linear-gradient(bottom right, #224B9B 0%, #000000 100%);
	background-image: linear-gradient(to top left, #224B9B 0%, #000000 100%);
}

.header .header-inner{
	position:relative;
}

.page_header{
	text-shadow: 0 0 1px rgba(65,65,65,.5);
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCCCCC;
}

.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: 35px;
	/* font-weight: bold; */
	float: right;
	margin: 0;
	padding: 5px 25px;
	position: absolute;
	top: 0;
	right: 0;
	/* text-shadow: rgb(0, 0, 0) 1px 1px 0px; */
	color: #FFF;
	margin-top: 21px;
	/* margin-right: 30px; */
	background-image: -ms-radial-gradient(center, circle farthest-corner, #FFF15B 0%, #FFEC20 100%);
	background-image: -moz-radial-gradient(center, circle farthest-corner, #FFF15B 0%, #FFEC20 100%);
	background-image: -o-radial-gradient(center, circle farthest-corner, #FFF15B 0%, #FFEC20 100%);
	background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #FFF15B), color-stop(1, #FFEC20));
	background-image: -webkit-radial-gradient(center, circle farthest-corner, #FFF15B 0%, #FFEC20 100%);
	background-image: radial-gradient(circle farthest-corner at center, #FFF15B 0%, #FFEC20 100%);
	-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);
	color: #0a0e17;
	font-family: 'Germania One', sans-serif;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	}


.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-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyYWRpYWxHcmFkaWVudCBpZD0iZyI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjOTlDRTRFIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRENFQkM1Ii8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSIwJSIgeT0iMCUiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9IiNEQ0VCQzUiIC8+PHJlY3QgeD0iLTEwMCUiIHk9Ii0xOTUuNjg5NyUiIHdpZHRoPSIyMDAlIiBoZWlnaHQ9IjM5MS4zNzkzJSIgZmlsbD0idXJsKCNnKSIgLz48L3N2Zz4=);
background-image: -webkit-gradient(radial, 0% 0%, 0, 0% 0%, 227, color-stop(0%, #212e4e), color-stop(100%, #2d3e6a));
background-image: -webkit-radial-gradient(left top, farthest-side circle, #212e4e 0%, #2d3e6a 100%);
background-image: -moz-radial-gradient(left top, farthest-side circle, #212e4e 0%, #2d3e6a 100%);
background-image: -ms-radial-gradient(left top, farthest-side circle, #212e4e 0%, #2d3e6a 100%);
background-image: -o-radial-gradient(left top, farthest-side circle, #212e4e 0%, #2d3e6a 100%);
background-image: radial-gradient(farthest-side circle at left top, #212e4e 0%, #2d3e6a 100%);
background-color: #2d3e6a;

background: #949292;
background: #ffec20 url('../images/pattern1.png');

}
.innerpage .navigation-bar{
	position: relative;
}
.innerpage .leader{
	margin-top: 25px !important;
}

.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: #000;
	text-transform: uppercase;
	/* font-weight: bold; */
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
}
.navbar-collapse {
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: underline;
	background-color: transparent;
	color: #334678;
}

.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, .tagblock2{
	position: relative;
background: #01b4ec url('../images/pattern1.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);

/* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax; */
background-image: -ms-linear-gradient(bottom right, #224B9B 0%, #000000 100%);
background-image: -moz-linear-gradient(bottom right, #224B9B 0%, #000000 100%);
background-image: -o-linear-gradient(bottom right, #224B9B 0%, #000000 100%);
background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #224B9B), color-stop(1, #000000));
background-image: -webkit-linear-gradient(bottom right, #224B9B 0%, #000000 100%);
background-image: linear-gradient(to top left, #224B9B 0%, #000000 100%);
}

.frontpage .tagblock2 .leader{
	margin-top: 20px;
	font-size: 60px;
	font-family: 'Acme';
	text-shadow: 2px 2px 2px #000;
	text-align: center;
	color: #fff;
	
}

.tagblock2 .mylead{
	text-shadow: 2px 2px 2px rgba(0,0,0,0.9);
	color: #FFF;
	font-size: 23px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	font-family: 'Port Lligat Slab', sans-serif;
	font-family: 'Ropa Sans', sans-serif;
	text-transform: uppercase;
}



.frontpage #content{
	margin-bottom: 20px;
}

.frontpage .tagblock .leader{
	margin-top: 20px;
	font-size: 31px;
	font-family: 'Cookie';
	text-shadow: 2px 2px 2px #000;
	text-align: center;
	font-family: 'Allerta Stencil', sans-serif;
}

.tagblock-bg{

}

.tagblock a{
	color: #FFF;
}
.tagblock .leader{
	color: #FFF;
	/* margin-top: 37px; */
	/* margin-top: 4px; */
	font-size: 36px;
	font-family: 'Cookie';
	text-shadow: 1px 1px 1px #333;
	text-align: center;
	font-family: 'Allerta Stencil', sans-serif;
	font-family: 'Port Lligat Slab', sans-serif;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;

}
.tagblock .mylead{
	text-shadow: 0 0 1px rgba(65,65,65,.4);
	color: #FFF;
	font-size: 17px;
	font-style:normal;
	font-weight: normal;
	text-align: center;
}
.tagblock .mylead a{
	color: #FFF;
}

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

/*featured*/
.featured{
	position: relative;
	margin-bottom: 0;
	padding-top: 10px;
padding-bottom: 10px;
	color: #FFFFFF;
background: #74aaf7;



	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
box-shadow: 0 0 15px 0 rgba(0,0,0,.5);

background-image: -ms-radial-gradient(center top, circle closest-corner, #FFEC20 0%, #F8E300 100%);
background-image: -moz-radial-gradient(center top, circle closest-corner, #FFEC20 0%, #F8E300 100%);
background-image: -o-radial-gradient(center top, circle closest-corner, #FFEC20 0%, #F8E300 100%);
background-image: -webkit-gradient(radial, center top, 0, center top, 486, color-stop(0, #FFEC20), color-stop(1, #F8E300));
background-image: -webkit-radial-gradient(center top, circle closest-corner, #FFEC20 0%, #F8E300 100%);
background-image: radial-gradient(circle closest-corner at center top, #FFEC20 0%, #F8E300 100%);

}

.featured-inner{
	background: #ffec20 url(../images/bg-trans.png);
}

.featured .head{
}
.featured .description{
	
}

.featured a{
	color: #FFF;
	color: #01b4ec;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(255,255,255,0.5);
	color: #0a0e17 !important;
}
.featured a:before{
}
.featured h3{
	text-shadow: 0 0 1px rgba(65,65,65,.5);
}

.featured .heading h3{
	font-family: 'Acme', sans-serif;
	font-size: 30px;
	color: #0a0e17 !important;
	text-align: left;
	border-bottom: 1px dotted #343434;
	font-family: 'Port Lligat Slab', sans-serif;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;

}
.featured a:hover{
	text-decoration: none;
	color: #212e4e;
}
.featured .heading h3:hover{
	color: #EEEEEE;
}
.featured .description {
	text-align: ;
	
}

.featured .description p{
	color: #0a0e17 !important;
}


.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: #101625;
	text-align: center;

}

.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 #4C4D4E;
font-family: 'Allerta Stencil', sans-serif;
font-size: 17px;
}

.sidebar_right .widget .description .sitelinks li a:hover{
		background-color: #3b5998;
		color: #fff;
		text-decoration: none;

}

/* 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;
}

.customHeader2{
	font-family: 'Allerta Stencil', sans-serif;
}

.navbar-toggle {
	background: #101625;
}

.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: 100%;
	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);
	border: 10px solid #FFF;
}

.fitem{
}

.content-ddbox2 {
-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:#212e4e;
color: #fff;

}

.content-ddbox2 a{
	color: #fff;

}

.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: #FFFFFF; */
color: #333;

}

.content-ddbox2 h1,
.content-ddbox2 h2,
.content-ddbox2 h3,
.content-ddbox2 h4,
.content-ddbox2 h5{
	color: #fddf65;
	font-family: 'Allerta Stencil', sans-serif;
	
}

.content-ddbox h1,
.content-ddbox h2,
.content-ddbox h3,
.content-ddbox h4,
.content-ddbox h5{
	color: #224B9B !important;
font-family: 'Port Lligat Slab', sans-serif;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
	
}

.customWidget1{
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	padding: 15px;
	background: #74aaf7;
	color: #333333;
}

.serviceshead h3{
	border-bottom: 2px solid #CCC;
color: #224B9B;
text-transform: uppercase;
font-family: 'Port Lligat Slab', sans-serif;
font-size: 36px;
font-family: 'Oswald', sans-serif;
}

.parag a{
	font-size: 20px;
	color: #224B9B;
	font-family: 'Port Lligat Slab', sans-serif;
	font-family: 'Oswald', sans-serif;
	font-weight: 300 !important;
}

.services-group {
    background: #3b5998 url('../images/pattern1.png');
    display: none;
}
.customWidget2{
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	padding: 15px;
	color: #333333;
}

.customWidget2 p{
	color: #fff;
}

.customWidget1 a{
	color: #0a0e17 !important;
}

.customWidget1 a:hover{
	color: #fff !important;
}
.content-ddbox a{
	color: #333;
   /*font-weight: bold;*/
}

.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%;
}

.readmoreside{
color: #fff !important;
font-family: 'Allerta Stencil', sans-serif;
text-transform: uppercase;
}

.citieslist a{
	color: #212e4e;
	text-shadow: none;
}

.citieslist h1{
	color: #01b4ec;
font-weight: bold;
color: #0a0e17 !important;
/* text-align: left; */
/* border-bottom: 1px dotted #343434; */
font-family: 'Port Lligat Slab', sans-;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;


}

.readmore{
	font-family: 'Oswald', sans-serif;
	font-weight: 300 !important;
	font-size: 16px;
}