body{
	position:relative;
	z-index: 1;
	color: #FFF;

	font-family: 'Muli', sans-serif;
	background: #e1e3fa url(../images/arches.png);
}


.navbar-nav{
	/*float: right;*/
	display: inline-block;
  float: none;
  margin: 0;
}

.navbar-collapse.collapse {
        text-align: center; /* Set this */
       
}

.slider-parallax>.container{
	
	padding-left: 0px;
	padding-right: 0px;
}

.vertical-shadow-right{
	top: -100px;
	position: absolute;
	right: -21px;
	z-index: 9;
	opacity: 0.5;
}
.vertical-shadow-left{
	top: -100px;
	position: absolute;
	left: -21px;
	z-index: 9;
	opacity: 0.5;
}

a{
	color: #594F4F;
}
a:hover{
	color: #594F4F;
}

p{
	text-align: justify;
}

h1,h2,h3,h4,h5{
	color: #ffffff;
}
.content-ddbox{
}

main#content{
	margin-top: 15px;
}

.logo{
	/*position: absolute;*/
	/*float: left;	*/
	z-index: 9999;
	padding: 10px 0px;
}

.header{
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #0B1048 25%, #020526 75%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #0B1048 25%, #020526 75%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #0B1048 25%, #020526 75%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0B1048), color-stop(1, #020526));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #0B1048 25%, #020526 75%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #0B1048 25%, #020526 75%);

border-bottom: 3px dashed #fff;


}

.innerpage .header{

margin-bottom: 0px;
}

.header-container{

	position:relative;
	z-index: 9999999;
}

.page_header{
	text-shadow: 0 0 1px rgba(65,65,65,.5);
}

.header-shadow{
	position:absolute;
}.header-shadow-top{
	position:absolute;
	top: -44px;
	z-index: 99;
}

.header-shadow-top-inner{
	position:absolute;
	top:0;
	z-index: 99;
	width: 100%;
}
.header-shadow-bottom-inner{
	position:absolute;
	bottom:0;
	z-index: 99;
}



.callus h1{

	font-size: 50px;
	/* font-weight: bold; */
	/* float: right; */
	margin: 0;
	padding: 5px 25px;
	position: relative;
	top: 0;
	right: 0;
	text-shadow: rgba(0, 0, 0, 0.9) 2px 2px 2px;
	color: #f8e815;
	/*margin-top: 40px;
	margin-bottom: 20px;*/
	font-family: 'Maiden Orange', cursive;
	text-align: center;
}

.btn-myprimary a{
	
}
.btn-myprimary{
	color: #333;
	font-weight: bold;
	
	font-size: 25px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 10px 20px;

	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.5);

	border: 3px solid #000C2C;
	color: #eee !important;
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #0B1048 25%, #020526 75%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #0B1048 25%, #020526 75%);

/* Opera */ 
background-image: -o-linear-gradient(bottom, #0B1048 25%, #020526 75%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0B1048), color-stop(1, #020526));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #0B1048 25%, #020526 75%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #0B1048 25%, #020526 75%);
}

.btn-myprimary:focus, .btn-myprimary:active:focus, .btn-myprimary:hover, .btn-myprimary:active{

text-transform: uppercase;


}

.callus-mobile a {
color: #020526;
}

.navigation-bar{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	

	border-bottom: 1px solid #fff;

	background: #237cd3; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #237cd3 0%, #0770d6 50%, #04519c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#237cd3), color-stop(50%,#0770d6), color-stop(100%,#04519c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #237cd3 0%,#0770d6 50%,#04519c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #237cd3 0%,#0770d6 50%,#04519c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #237cd3 0%,#0770d6 50%,#04519c 100%); /* IE10+ */
	background: linear-gradient(45deg,  #237cd3 0%,#0770d6 50%,#04519c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#237cd3', endColorstr='#04519c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */




	background-repeat: repeat-x;
	background-position: 0 bottom;

	border-top: solid 1px #000;
	-webkit-box-shadow: inset 0 0 50px 0 rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 0 50px 0 rgba(0,0,0,.5);
	box-shadow: inset 0 0 50px 0 rgba(0,0,0,.5);
	background: #3f2a6e;

}
.innerpage .navigation-bar{
	position: relative;
}

.innerpage .footer{

}

/*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: 15px 22px 16px;
	color: #fff;
	font-size: 23px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	font-family: 'Oswald' sans-serif;
	font-family: 'Maiden Orange', cursive;
}
.navbar-collapse {
 	padding-right: 0px;
	padding-left: 0px;
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background: rgba(0, 31, 112, 0.5);
	color: #fff;
	/*-webkit-box-shadow: inset 0 0 25px 0 rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 0 25px 0 rgba(0,0,0,.5);
	box-shadow: inset 0 0 25px 0 rgba(0,0,0,.5);*/
	text-shadow: 1px 1px 1px #000;
	background: #020526;
}

.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: #237cd3; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #237cd3 0%, #0770d6 50%, #04519c 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#237cd3), color-stop(50%,#0770d6), color-stop(100%,#04519c)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #237cd3 0%,#0770d6 50%,#04519c 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #237cd3 0%,#0770d6 50%,#04519c 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #237cd3 0%,#0770d6 50%,#04519c 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #237cd3 0%,#0770d6 50%,#04519c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#237cd3', endColorstr='#04519c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


	/*-webkit-box-shadow: 4px 4px 20px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 4px 4px 20px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 4px 4px 20px 0px rgba(50, 50, 50, 0.75);*/
	background: #026f96 url(../images/bg-trans-new.png);
}

.frontpage .tagblock{
	/*margin-top: 30px;*/
}

.tagblock-bg{
	background:  url('../images/img1.png') right no-repeat;
}

.tagblock a{
	color: #FFF;
}
.tagblock .leader{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	font-family: 'Bree Serif', serif;
	font-size: 36px;
	line-height: 32px;
	color: #FFF;
	/* font-style: italic; */
	margin-top: 15px;
	font-family: 'Maiden Orange', cursive;
	text-align: center;
}
.tagblock .mylead{
	text-shadow: 0 0 1px rgba(65,65,65,.4);
	color: #fff;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
}

.tagblock .btn-myprimary{
	margin-top: 20px;
	margin-bottom: 20px;
}

/*featured*/
.featured{
	position: relative;
	margin-bottom: 0;
	color: #FFFFFF;
	/*
	-webkit-box-shadow: inset 0 0 50px 0 rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 0 50px 0 rgba(0,0,0,.5);
	box-shadow: inset 0 0 50px 0 rgba(0,0,0,.5);
	*/
	padding-top: 30px;
	background: url('../images/fibre-pattern.png') rgb(191,44,55);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url('../images/fibre-pattern.png'), -moz-linear-gradient(top, rgba(191,44,55,1) 0%, rgba(153,21,31,1) 50%, rgba(113,0,8,1) 100%);
	background: url('../images/fibre-pattern.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,44,55,1)), color-stop(50%,rgba(153,21,31,1)), color-stop(100%,rgba(113,0,8,1)));
	background: url('../images/fibre-pattern.png'), -webkit-linear-gradient(top, rgba(191,44,55,1) 0%,rgba(153,21,31,1) 50%,rgba(113,0,8,1) 100%);
	background: url('../images/fibre-pattern.png'), -o-linear-gradient(top, rgba(191,44,55,1) 0%,rgba(153,21,31,1) 50%,rgba(113,0,8,1) 100%);
	background: url('../images/fibre-pattern.png'), -ms-linear-gradient(top, rgba(191,44,55,1) 0%,rgba(153,21,31,1) 50%,rgba(113,0,8,1) 100%);
	background: url('../images/fibre-pattern.png'), linear-gradient(to bottom, rgba(191,44,55,1) 0%,rgba(153,21,31,1) 50%,rgba(113,0,8,1) 100%);
	filter: url('../images/fibre-pattern.png'), progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2c37', endColorstr='#710008',GradientType=0 );
}

.featured .my-thumb-circle {
border: none;
}

.featured.for-mobile {
/*
-webkit-box-shadow: 4px 4px 20px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 4px 4px 20px 0px rgba(50, 50, 50, 0.75);
box-shadow: 4px 4px 20px 0px rgba(50, 50, 50, 0.75);
*/
}

.frontpage .featured {
padding-top: 0px;
}

.featured .head{
	
}
.featured .description{
	display: none;
}

.featured a{
	color: #594F4F;
	text-shadow: none;
	text-decoration: none;
}
.featured a:before{
}
.featured h3{
	text-shadow: 0 0 1px rgba(65,65,65,.5);
}

.featured .heading h3{
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
font-size: 14px;
color: #eee !important;
text-align: center;
font-weight: bold;
}
.featured .description {
	text-align: center;
}

.featured .description p{
	color: #C3FBFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

.featured>.container{
	padding-left: 0;
	padding-right: 0;
}

.featured .featured-inner{
	padding-bottom: 30px;

}


.fheading{
	padding-left: 15px;
	padding-right: 15px;
}

.fheading h1{
	margin: 0;
	color: #eee;
	font-family: 'Hammersmith One', sans-serif;
	text-shadow: 2px 2px 2px rgba(0,0,0,.3);
	font-size: 38px;
	text-align: center;
	padding: 20px 0px 20px;
	/*text-shadow:
    -3px -3px 0 #FFFFFF,
    3px -3px 0 #FFFFFF,
    -3px 3px 0 #FFFFFF,
    3px 3px 0 #FFFFFF;*/

}

.fheading .lead{
color: #fff;
font-size: 18px !important;
text-shadow: 2px 2px 2px rgba(0,0,0,.3);
font-style: italic;
line-height: 1.1em;
text-align: center;
font-weight: bold;
}

.footer{
	margin-top: 0;
	color: #eee;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
	/*-webkit-box-shadow: inset 0 0 50px 0 rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 0 50px 0 rgba(0,0,0,.5);
	box-shadow: inset 0 0 50px 0 rgba(0,0,0,.5);*/
	letter-spacing: 2px;
	background: #020526;
	font-family: 'Maiden Orange', cursive;
	font-size: 20px;
}
.footer a{
	color: #FFF;
}

h1#citieslist {
font-family: 'Hammersmith One', sans-serif;
font-size: 30px;
color: #111;
margin-bottom: 15px;
/* text-shadow: 1px 1px 1px #000; */
font-family: 'Maiden Orange', cursive;
text-transform: uppercase;
}


/* 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 #222;	

}

.sidebar_right .widget .description .sitelinks li a:hover{
	text-decoration:none;
	background: #3f2a6e;
	color: #fff;
	
}

section.sidebar_right p {
color: #594F4F;
}


/* 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: #f8e815;
}

.navbar-toggle .icon-bar {
	background: #000;
}


.my-thumb-circle{
/*border-radius: 100%;*/
width: 80%;
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);
border: 4px solid #fff;
/* margin-top: 13px; */
}

.content-ddbox {
	/*-webkit-border-radius: 1px;*/
	/*-moz-border-radius: 1px;*/
	/*border-radius: 1px;*/
	/*-webkit-box-shadow: 0px 0px 3px 1px rgba(65, 65, 65, .5);*/
	/*box-shadow: 0px 0px 3px 1px rgba(65, 65, 65, .5);*/
	/*background: #9DE0AD;*/
	/*background: #fff;*/
	color: #333;
	display: inline-block;
	width: 100%;
	/*-webkit-box-shadow: 4px 4px 20px 0px rgba(50, 50, 50, 0.75);*/
	/*-moz-box-shadow:    4px 4px 20px 0px rgba(50, 50, 50, 0.75);*/
	/*box-shadow:         4px 4px 20px 0px rgba(50, 50, 50, 0.75);*/
}
.content-ddbox .ddboxheadercontainer .page_header{
	font-family: 'Hammersmith One', sans-serif;
	color:#000000;
	font-family: 'Maiden Orange', cursive;
	text-transform: uppercase;
}
.content-ddbox .ddboxheadercontainer{

}
.content-ddbox .contentdescription,
.content-ddbox .ddboxheadercontainer{
	padding: 15px;
}

.content-ddbox h1{
	margin: 0;
	line-height: 1em;
}


#content .content-ddbox{}

.content-ddbox h1,
.content-ddbox h2,
.content-ddbox h3,
.content-ddbox h4,
.content-ddbox h5{
	color: #333;
}

.customWidget1{
	/*-webkit-border-radius: 1px;*/
	/*-moz-border-radius: 1px;*/
	/*border-radius: 1px;*/
	/*-webkit-box-shadow: 0px 0px 3px 1px rgba(65, 65, 65, .5);*/
	/*box-shadow: 0px 0px 3px 1px rgba(65, 65, 65, .5);*/
	/*background: #fff;*/
	color: #333;
	padding: 5px 15px;
	/*-webkit-box-shadow: 4px 4px 20px 0px rgba(50, 50, 50, 0.75);*/
/*-moz-box-shadow:    4px 4px 20px 0px rgba(50, 50, 50, 0.75);*/
/*box-shadow:         4px 4px 20px 0px rgba(50, 50, 50, 0.75);*/
}

.customWidget1 a,
.content-ddbox a{
	color: #222;
}


.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;
}

.horizontal-header-shadow-top{
	position: absolute;
	top:0;
	z-index: 99999;
}

.list-jumbotron {
/* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(center, circle farthest-corner, #0B1048 0%, #020526 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center, circle farthest-corner, #0B1048 0%, #020526 100%);

/* Opera */ 
background-image: -o-radial-gradient(center, circle farthest-corner, #0B1048 0%, #020526 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #0B1048), color-stop(1, #020526));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center, circle farthest-corner, #0B1048 0%, #020526 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(circle farthest-corner at center, #0B1048 0%, #020526 100%);

border-top: 3px dashed #fff;
}

section.list-jumbotron-bottom {
/*
background: #4c75a7;
background: -moz-linear-gradient(top,  #4c75a7 0%, #7399c6 50%, #a1bee0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c75a7), color-stop(50%,#7399c6), color-stop(100%,#a1bee0));
background: -webkit-linear-gradient(top,  #4c75a7 0%,#7399c6 50%,#a1bee0 100%);
background: -o-linear-gradient(top,  #4c75a7 0%,#7399c6 50%,#a1bee0 100%);
background: -ms-linear-gradient(top,  #4c75a7 0%,#7399c6 50%,#a1bee0 100%);
background: linear-gradient(to bottom,  #4c75a7 0%,#7399c6 50%,#a1bee0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c75a7', endColorstr='#a1bee0',GradientType=0 );
background-position: 0 top;
*/
}

.list-jumbotron .row{
	margin-left: -15px;
	margin-right: -15px;
}

.services-header {
	font-family: 'Maiden Orange', cursive;
	color: #111;
	font-size: 30px;
	/*margin-top: 0;*/
}

.list-jumbotron-bottom .my-thumb-circle{
margin: 0;
}

.list-jumbotron .content-ddbox .row .col-md-4{
	padding-right: 0;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
}

.list-jumbotron .content-ddbox h4{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #fff;
	color: #f8e815;
	font-family: 'Maiden Orange', cursive;
	font-size: 24px;
	letter-spacing: 1px;
}

.list-jumbotron .content-ddbox p,
.list-jumbotron .content-ddbox a{
	font-size: 13px;
	color:#fff;
	text-decoration: none;
	/*text-shadow: 2px 2px 2px rgba(0,0,0,.3);*/
}

.list-jumbotron>.container{
	padding-right: 30px;
	padding-left: 30px;
}

.featindustry {
padding-top: 15px;
padding-bottom: 15px;
}

.main-banner{
	position: absolute;
	left: 0;
	right: 0;
}

.banner-wrapper {
background: #04519c; /* Old browsers */
background: -moz-linear-gradient(45deg,  #04519c 0%, #0770d6 50%, #237cd3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#04519c), color-stop(50%,#0770d6), color-stop(100%,#237cd3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #04519c 0%,#0770d6 50%,#237cd3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #04519c 0%,#0770d6 50%,#237cd3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #04519c 0%,#0770d6 50%,#237cd3 100%); /* IE10+ */
background: linear-gradient(45deg,  #04519c 0%,#0770d6 50%,#237cd3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04519c', endColorstr='#237cd3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */



border-bottom: solid 1px #ccc;
-webkit-box-shadow: inset 0 0 50px 0 rgba(0,0,0,.5);
-moz-box-shadow: inset 0 0 50px 0 rgba(0,0,0,.5);
box-shadow: inset 0 0 50px 0 rgba(0,0,0,.5);
}

.banner img{
	width: 100%;
	/*padding: 20px 0px;*/
}

.banner .content-ddbox {
margin-bottom: 20px;
/*margin-top: 30px;*/
}

.cities {
/*padding: 30px 0;*/
}

.citieslist {
float: left;
width: 100%;
padding-bottom: 50px;
}

.callus-mobile {
margin-bottom: 0;
padding-bottom: 20px;
}



.citieslist a {
color: #111;
/* text-shadow: 1px 1px 1px #000; */
/*letter-spacing: 1px;*/
}

.navbar-brand {
color: #eee;
padding-bottom: 42px;
}

.sidebar_right .content-ddbox h4 {
font-family: 'Bree Serif', serif;
color: #222;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
background: #04529C;
color: #eee;
}

.readmore{
	color: #f8e815 !important;
	font-size: 19px !important;
	text-transform: uppercase;
	font-family: 'Maiden Orange', cursive;
	letter-spacing: 1px;
	font-weight: 100;
}

.footer-tagline{
	width: 50%;
	text-align: center !important;
}