/*@font-face {
	font-family: myFirstFont;
	src: url('/fonts/Gotham-Light.otf');
}
@font-face {
	font-family: LobsterBold;
	src: url('/fonts/LobsterTwo-Bold.otf');
}

@font-face {
	font-family: LobsterRegular;
	src: url('/fonts/LobsterTwo-Regular.otf');
}

@font-face {
	font-family: myBold;
	src: url('Diavlo_MEDIUM_II_37.otf');
}

@font-face {
	font-family: mylight;
	src: url('Diavlo_LIGHT_II_37.otf');
}

div {
	font-family: myFirstFont;
}
*/

body {
	background-color: #ffffff;
	font-size: 12px;
}

.navbar {
	margin-bottom: 0px;
}

.contractName {
	font-size: 16px;
	font-family: myFirstFont;
	color: #000000;
	font-weight: 500;
	text-decoration: none;
}

.addAvenueLabels {
	font-size: 14px;
	font-family: myFirstFont;
	color: #000000;
	font-weight: 300;
	text-decoration: none;
	padding: 2px;
}

.ADDName {
	font-size: 15px;
	font-family: myFirstFont;
	color: #000000;
	font-weight: 500;
	text-decoration: none;
}

.navbar-default {
	background-color: #0093d9;
	border-color: #0093d9;
}

.navbar-default .navbar-brand {
	color: #FFFFFF;
	font-family: LobsterRegular;
	font-size: 40px;
	padding-top: 8px;
	padding-left: 15px;
	margin-top: 5px;
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus
	{
	color: #ffffff;
}
/* link */
.navbar-default .navbar-nav>li>a {
	padding: 12.5px;
	color: #ffffff;
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus
	{
	color: #b8b8b8;
	padding: 12.5px;
}

/* Footer CSS */
.navbar-inverse {
	background-color: #0093d9;
	border-color: #0093d9;
}

.navbar-inverse .navbar-nav>li>a {
	color: #FFFFFF;
	padding: 12.5px;
}

.required-field {
	color: red;
	font-size: 12px;
	/*position:absolute;
    top:-50;*/
}

.jumbotron {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 5px;
	background-color: #ffffff;
	border: 1px solid #cac8cc;
	opacity: 0.7;
	filter: alpha(opacity =   70); /* For IE8 and earlier */
}

.jumbotron h1 {
	font-family: myFirstFont;
	font-size: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.jumbotron h2 {
	font-family: myFirstFont;
	font-size: 1.5em;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: normal;
	background-color: #ffffff;
}

.customh h2 {
	font-family: myFirstFont;
	font-size: 1.5em;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: normal;
	color: #ffffff;
}

.customb h2 {
	font-family: myFirstFont;
	font-size: 1.5em;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: normal;
	color: #ffffff;
}

.input-group-addon {

}

#Register.form-signin {
	width: 595px;
}

#city {
	color: #CDCDCD;
}

/*.carousel {
	!*max-height: 500px;
	max-width: 460px;*!
  !* max-width: 100%;
   height: auto;
   overflow: hidden;*!
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img { //
	display: block; //
	height: 350px; //
	max-height: 350px; //
	line-height: 1;
}

#myCarousel.carousel {
	min-height: 500px;
}

.carousel-caption>h1 {
	font-family: myBold;
	font-size: 85px;
	color: #FFFFFF;
}

.carousel-caption>h2 {
	font-family: mylight;
	color: #FFFFFF;
}

.carousel-caption>h4 {
	font-family: mylight;
	color: #FFFFFF;
}

.carousel .carousel-inner .bg {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
}

.carousel .carousel-inner .bg1 {
	background-image: url(../../images/board4.jpg);
	background-position: center center;
	min-height: 500px;
}

.carousel .carousel-inner .bg2 {
	background-image: url(../../images/board3.jpg);
	background-position: center center;
	min-height: 500px;
}

.carousel .carousel-inner .bg3 {
	background-image: url(../../images/board2.jpg);
	background-position: center center;
	min-height: 500px;
}

.carousel .carousel-inner .bg4 {
	background-image: url(../../images/board5.jpg);
	background-position: center center;
	min-height: 500px;
}

.carousel-caption {

}*/

#addAvenuesIn.input-group-addon,.input-group-btn {
	font-family: myFirstFont;
	width: 100px;
}

.carousel .carousel-inner .bg {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
}

.carousel .carousel-inner .bgSamll {
	background-position: center center;
	/*
	Commented by Rahul 23/07/2015
	min-height: 200px;
	*/
}

#addAvenuesOut.input-group .form-control {
	font-family: myFirstFont;
	width: 300px;
}

/*Map filter*/
#addAvenuesOut {
	font-family: myFirstFont;
	color: #0093d9;
	font-size: 16px;
}

/*.checkbox {
	border-color: #ccc;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	-webkit-box-shadow: 0px 6px 4px 0px #CCCCCC;
	-moz-box-shadow: 0px 6px 4px 0px #CCCCCC;
	box-shadow: 0px 6px 4px 0px #CCCCCC;
}*/

.Redbox {
	border-color: #ccc;
	border-top-color: #C24747;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 3px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 6px 4px 0px #CCCCCC;
	-moz-box-shadow: 0px 6px 4px 0px #CCCCCC;
	box-shadow: 0px 6px 4px 0px #CCCCCC;
}

.Graybox {
	border-color: #ccc;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	background-color: #F9F8F8;
	padding: 0px;
	-webkit-box-shadow: 0px 6px 4px 0px #CCCCCC;
	-moz-box-shadow: 0px 6px 4px 0px #CCCCCC;
	box-shadow: 0px 6px 4px 0px #CCCCCC;
}

.checkbox .input-group>input {
	margin-left: 10px;
}

#loginNameIn.input-group-addon,.input-group-btn {
	font-family: myFirstFont;
	width: 100px;
}

#passwordIn.input-group-addon,.input-group-btn {
	font-family: myFirstFont;
	width: 100px;
}

#loginName.input-group .form-control {
	font-family: myFirstFont;
	width: 250px;
}

#password.input-group .form-control {
	font-family: myFirstFont;
	width: 250px;
}

#searchInputOuter.input-group .form-control {
	font-family: myFirstFont;
	width: 350px;
}

#MapFilters{
	padding-right: 10px;
	margin-right: 15px;
}

#AvenueButtons {
	font-size: 18px;
	color: #FFFFFF;
}


.footer .pull-right a {
	font-family: myFirstFont;
	color: #FFFFFF;
	padding-right: 32px;
	font-size: 15px;
}

.ui-dialog-title {
	font-family: mylight;
	font-size: 25px;
}

#nearby {
	font-size: 17px;
}

._right {
	position: absolute;
	height: 100%;
	width: 200px;
	right: 0px;
	top: 0px;
	background: #CACACA;
	border-left: 2px solid #EDEDED;
}

.stacks {
	position: absolute;
	top: 0px;
	left: 0px;
	/* Firefox */
	height: -moz-calc(100% -     100px);
	/* WebKit */
	height: -webkit-calc(100% -     100px);
	/* Opera */
	height: -o-calc(100% -     100px);
	/* Standard */
	/*height: calc(100% - 100px);*/
	width: 100%;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3) inset;
}

.stack {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	-webkit-transition: all 0.5s ease-out;
	/* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
	transition: all 0.5s ease-out;
	/* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.stack .stack-title {
	height: 30px;
	width: 100%;
	background: #454545;
	border-bottom: 1px solid #EFEFEF;
	cursor: pointer;
}

.stack.selected .stack-title {
	background: #1974bb;
}

.stack .stack-title p {
	padding: 4px;
	color: #FFFFFF;
	cursor: pointer;
}

.stack .stack-content {
	background: #FEFEFE;
	position: absolute;
	width: 100%;
	/* Firefox */
	height: -moz-calc(100% -     30px);
	/* WebKit */
	height: -webkit-calc(100% -     30px);
	/* Opera */
	height: -o-calc(100% -     30px);
	/* Standard */
	/*height: calc(100% - 30px);*/
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3) inset;
}

/* #panel {
	position: absolute;
	top: 3px;
	left: 70%;
	margin-left: -500px;
	z-index: 5;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #999;
	width: 600px;
	box-shadow: 10px 10px 5px #888888;
}

#TrafficPanel {
	position: absolute;
    bottom: 1px;
	left: 20px;
	top: 95%;
	margin-left: -780px;
	z-index: 5;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #999;
	max-width: 100%;
}
 */
.textshadowStyle {
	text-shadow: 0px 0px 28px #000000;
	filter: dropshadow(color =   #000000, offx =   0, offy =   0);
}

#editUserDialog .modal-dialog {
	width: 700px;
}

#cssmenu ul,#cssmenu li,#cssmenu span,#cssmenu a {
	margin: 0;
	padding: 0;
	position: relative;
}

#cssmenu {
	line-height: 1;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background: #141414;
	background: -moz-linear-gradient(top, #333333 0%, #141414 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333),
		color-stop(100%, #141414));
	background: -webkit-linear-gradient(top, #333333 0%, #141414 100%);
	background: -o-linear-gradient(top, #333333 0%, #141414 100%);
	background: -ms-linear-gradient(top, #333333 0%, #141414 100%);
	background: linear-gradient(to bottom, #333333 0%, #141414 100%);
	border-bottom: 2px solid #0fa1e0;
	width: auto;
}

#cssmenu:after,#cssmenu ul:after {
	content: '';
	display: block;
	clear: both;
}

#cssmenu a {
	background: #141414;
	background: -moz-linear-gradient(top, #333333 0%, #141414 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333),
		color-stop(100%, #141414));
	background: -webkit-linear-gradient(top, #333333 0%, #141414 100%);
	background: -o-linear-gradient(top, #333333 0%, #141414 100%);
	background: -ms-linear-gradient(top, #333333 0%, #141414 100%);
	background: linear-gradient(to bottom, #333333 0%, #141414 100%);
	color: #ffffff;
	display: block;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 19px 20px;
	text-decoration: none;
}

#cssmenu ul {
	list-style: none;
}

#cssmenu>ul>li {
	display: inline-block;
	float: left;
	margin: 0;
}

#cssmenu.align-center {
	text-align: center;
}

#cssmenu.align-center>ul>li {
	float: none;
}

#cssmenu.align-center ul ul {
	text-align: left;
}

#cssmenu.align-right>ul {
	float: right;
}

#cssmenu.align-right ul ul {
	text-align: right;
}

#cssmenu>ul>li>a {
	color: #ffffff;
	font-size: 12px;
}

#cssmenu>ul>li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #0fa1e0;
	margin-left: -10px;
}

#cssmenu>ul>li:first-child>a {
	border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
}

#cssmenu.align-right>ul>li:first-child>a,#cssmenu.align-center>ul>li:first-child>a
	{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#cssmenu.align-right>ul>li:last-child>a {
	border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
}

#cssmenu>ul>li.active>a,#cssmenu>ul>li:hover>a {
	color: #ffffff;
	box-shadow: inset 0 0 3px #000000;
	-moz-box-shadow: inset 0 0 3px #000000;
	-webkit-box-shadow: inset 0 0 3px #000000;
	background: #070707;
	background: -moz-linear-gradient(top, #262626 0%, #070707 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626),
		color-stop(100%, #070707));
	background: -webkit-linear-gradient(top, #262626 0%, #070707 100%);
	background: -o-linear-gradient(top, #262626 0%, #070707 100%);
	background: -ms-linear-gradient(top, #262626 0%, #070707 100%);
	background: linear-gradient(to bottom, #262626 0%, #070707 100%);
}

#cssmenu .has-sub {
	z-index: 1;
}

#cssmenu .has-sub:hover>ul {
	display: block;
}

#cssmenu .has-sub ul {
	display: none;
	position: absolute;
	width: 200px;
	top: 100%;
	left: 0;
}

#cssmenu.align-right .has-sub ul {
	left: auto;
	right: 0;
}

#cssmenu .has-sub ul li {
	*margin-bottom: -1px;
}

#cssmenu .has-sub ul li a {
	background: #0fa1e0;
	border-bottom: 1px dotted #31b7f1;
	font-size: 11px;
	filter: none;
	display: block;
	line-height: 120%;
	padding: 10px;
	color: #ffffff;
}

#cssmenu .has-sub ul li:hover a {
	background: #0c7fb0;
}

#cssmenu ul ul li:hover>a {
	color: #ffffff;
}

#cssmenu .has-sub .has-sub:hover>ul {
	display: block;
}

#cssmenu .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}

#cssmenu.align-right .has-sub .has-sub ul,#cssmenu.align-right ul ul ul
	{
	left: auto;
	right: 100%;
}

#cssmenu .has-sub .has-sub ul li a {
	background: #0c7fb0;
	border-bottom: 1px dotted #31b7f1;
}

#cssmenu .has-sub .has-sub ul li a:hover {
	background: #0a6d98;
}

#cssmenu ul ul li.last>a,#cssmenu ul ul li:last-child>a,#cssmenu ul ul ul li.last>a,#cssmenu ul ul ul li:last-child>a,#cssmenu .has-sub ul li:last-child>a,#cssmenu .has-sub ul li.last>a
	{
	border-bottom: 0;
}

#filterbar{
	background-color: #FFFFFF;
	padding: 5px;
}

#MainPageFilters {
	padding: 7px;
}

#SocialLinks {
	padding-left: 5px;
	padding-right: 5px
}

#socialCont {
	margin-top: 10px;
	padding-left: 15px;
}

.top-buffer { padding:5px; }

.broderDiv{
	padding: 0px;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
    background-color: #fff;
}
