/*
Theme Name: trafficcop
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trafficcop
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

trafficcop is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
.padding-map1 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.text-color-back-button {
	color: #fff !important;
}

#info-helpline .col-lg-3 {
    width: 22%;
}

@font-face {
	font-family: 'Bebas';
	src: url('fonts/Bebas.eot');
	src: url('fonts/Bebas.woff') format('woff'), url('fonts/Bebas.ttf')
		format('truetype'), url('fonts/Bebas.svg') format('svg');
}

@font-face {
	font-family: 'Verdana';
	src: url('fonts/Verdana.ttf');
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
	## Section Slider
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
#footer
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: Trebuchet MS !important;
}

article, aside, details, figcaption, figure, footer, header, main, menu,
	nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

a:.cancel-button {
	color: white !important;
}

audio


:not

 

(
[
controls
]

 

)
{
display


:

 

none


;
height


:

 

0;
}
[hidden], template {
	display: none;
}

a {
	background-color: transparent;
	font-family: Trebuchet MS;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg


:not

 

(
:root

 

)
{
overflow


:

 

hidden


;
}
figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"]
	{
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button
	{
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration
	{
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
	color: #404040;
	font-size: 16px;
	/*font-size: 1rem;*/
	line-height: 1.5;
	font-family: Trebuchet MS !important;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: Trebuchet MS !important;
}

p {
	margin-bottom: 1.5em;
	font-family: Trebuchet MS;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono",
		monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*, *:before, *:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
	font-family: Trebuchet MS;
}

ol {
	list-style: decimal;
}

li>ul, li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

div.yop-poll-container * {
	font-size: 18px !important;
}

.yop-poll-footer button {
	background-color: rgb(255, 183, 49);
	/* font-size: 16px; */
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
} */

/* button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
} */
button:focus, input[type="button"]:focus, input[type="reset"]:focus,
	input[type="submit"]:focus, button:active, input[type="button"]:active,
	input[type="reset"]:active, input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px
		rgba(0, 0, 0, 0.15);
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"],
	input[type="search"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus,
	input[type="password"]:focus, input[type="search"]:focus, textarea:focus
	{
	color: #111;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"],
	input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header#masthead {
	z-index: 100;
	width: 100%;
}

h1.tag-line {
	display: inline-block;
	margin-left: 40px;
	vertical-align: middle;
	font-family: 'Bebas', sans-serif !important;
}

.home-tag-line {
	text-align: center;
	margin-top: 0;
	font-family: 'Bebas', sans-serif !important;
}

.main-logo {
	width: 100%;
	background: #ffffff;
}

.main-logo img {
	width: 150px;
	height: auto;
}

.site-branding {
	width: auto;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.65);
	/*padding: 1px 11px;*/
}

.site-branding .site-title a {
	font-size: 30px;
	font-weight: bold;
	color: #EC3036;
}

.site-branding .site-description {
	font-size: 16px;
}

#news-madal {
	position: fixed;
	top: 0px;
	right: 480px;
	margin-top: 10px;
	z-index: 100;
}

#news-madal .glyphicon {
	font-size: 30px;
	color: #FFB731;
}

#news-madal .glyphicon .badge {
	background: #FFB731;
	color: #000000;
}

#news-madal .glyphicon-star:hover {
	color: #E74C3C;
}

#news-madal .glyphicon-star:hover .badge {
	color: #ffffff;
}

.admin-bar .site-sns, .admin-bar #news-madal {
	top: 31px;
}

.site-sns {
	margin: 10px auto 0;
	display: inline-block;
	position: fixed;
	top: 0px;
	right: 90px;
	z-index: 101;
	background: rgb(255, 183, 49);
	border-radius: 6px;
	opacity: .5;
	transition: all 0.5s ease-in-out;
}

.site-sns.sm {
	display: none;
}

.site-sns:hover {
	opacity: 1;
}

.site-sns i {
	display: block;
	float: left;
	font-size: 23px;
	color: #fff;
	margin: 5px;
	width: 32px;
	height: 29px;
	border-radius: 16px;
	padding-top: 3px;
	text-align: center;
	transition: all 0.5s ease-in-out;
}

.site-sns i:hover {
	color: #000000;
}

.site-info {
	font-size: 13px;
	margin-bottom: 10px;
}

.site-info a {
	color: #000000;
}

.site-info a:hover {
	color: #000000;
	text-decoration: underline;
}

/*
 * Right Side Icons
 */
.admin-bar .rightside-icons {
	top: 40px;
}

.rightside-icons {
	position: fixed;
	/* top:150px; */
	right: 10px;
	z-index: 100;
	padding: 4px;
	/* opacity: .2; */
	transition: all 0.3s ease-in-out;
	text-align: center;
}

.rightside-icons-sm {
	display: none;
}

.rightside-icons:hover {
	opacity: 1;
}

.rightside-icons a {
	display: block;
	width: 40px;
	height: 40px;
	margin: 10px auto;
}

/*
 * Section Slider
 */
.homepage-slider {
	font-size: 1rem;
	background: rgba(0, 0, 0, 0)
		url("https://trafficpolicemumbai.maharashtra.gov.in/wp-content/uploads/2016/01/banner_bg.jpg")
		repeat scroll 0 0;
}

.homepage-slider .carousel-caption {
	bottom: 20%;
	right: 15%;
	left: 15%;
	color: #fff;
	z-index: 3;
}

.homepage-slider img {
	margin: 0 auto;
}

.homepage-slider .carousel-caption h1 {
	color: #fff;
	font-size: 6em;
	text-transform: uppercase;
	font-weight: normal;
}

.homepage-slider .carousel-caption strong {
	font-weight: bold;
}

.homepage-slider .carousel-caption s {
	color: #FFB731;
	text-decoration: none;
}

.homepage-slider .carousel-caption button {
	border: none;
	background-color: #FFB731;
	color: #fff;
	width: 220px;
	height: 50px;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 40px;
	font-weight: bold;
}

.homepage-slider .carousel-indicators li {
	border-width: 3px;
	height: 18px;
	width: 18px;
	border-radius: 18px;
	margin: 5px;
	border-color: #FFF;
	background: #000;
}

.homepage-slider .carousel-indicators li.active {
	background-color: #FFF;
	border-width: 3px;
	height: 18px;
	width: 18px;
	border-radius: 18px;
	margin: 5px;
	border-color: #000;
}

.homepage-slider .carousel-control .fa {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	font-size: 50px;
	color: rgb(255, 183, 49);
}

.homepage-slider .carousel-control .fa-angle-left {
	left: 50%;
}

.homepage-slider .carousel-control .fa-angle-right {
	right: 50%;
}

.carousel-control.left, .carousel-control.right {
	background-image: none !important;
}

@media screen and (max-width: 1100px) {
	.homepage-slider .carousel-caption h1 {
		font-size: 4em;
	}
	.homepage-slider .carousel-caption {
		bottom: 20%;
	}
	.carousel-indicators {
		display: none;
	}
	.homepage-slider .carousel-caption button {
		width: 180px;
		height: 40px;
		font-size: 18px;
		margin-top: 30px;
	}
}

@media screen and (max-width: 919px) {
	.site-nav .sub-menu, .site-nav .children {
		display: block;
	}
	.site-nav li ul li a {
		color: #fff;
	}
	.site-nav>ul>li {
		position: static;
	}
}

@media screen and (max-width: 769px) {
	div#page {
		/* margin: 100px 15px 70px 15px !important; */
		
	}
	div#content {
		margin-right: 0 !important;
	}
	.main-logo {
		display: none !important;
	}
	.site-sns {
		display: none;
	}
	.site-sns.sm {
		display: inline-block;
		position: relative;
		width: 100%;
		text-align: center;
		top: 0;
		right: 0;
		opacity: 1;
	}
	.site-sns.sm i {
		float: none;
		display: inline-block;
	}
	.homepage-slider .carousel-caption h1 {
		font-size: 3em;
	}
	.homepage-slider .carousel-caption {
		bottom: 5%;
	}
	.homepage-slider .carousel-caption button {
		/*width: 150px;
		height: 34px;
		font-size: 16px;
		margin-top: 20px;*/
		display: none;
	}
	.rightside-icons {
		display: none;
	}
	.rightside-icons-sm {
		display: block;
		margin: 0 auto;
		text-align: center;
		margin-top: 20px;
	}
	header#masthead {
		width: 100%;
		z-index: 100;
		margin-top: -12px;
	}
}

@media screen and (max-width: 460px) {
	.home-tag-line {
		font-size: 22px;
	}
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	/* color: midnightblue; */
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.sidebar-logo {
	width: 150px;
	margin: 30px auto;
	transform: scale(0);
	transition: all 0.7s ease-in-out;
}

a.sidebar-open {
	position: fixed;
	padding: 5px;
	border-radius: 5px;
	top: 90px;
	left: 10px;
	z-index: 1;
	/* background: #FFB731; */
	transition: all 0.7s ease-in-out;
}

i.fa.fa-hand-o-up {
	color: #000000;
}

a.top-menu-icon {
	position: fixed;
	left: 6px;
	top: 90px;
	transition: all 0.7s ease-in-out;
}

i.fa.fa-list {
	font-size: 30px;
	padding: 2px 4px;
	border-radius: 5px;
	color: #000;
	background: #FFB731;
}

.admin-bar a.top-menu-icon {
	top: 33px;
}

.admin-bar #sidebar-wrapper {
	top: 32px;
}

#sidebar-wrapper {
	position: fixed;
	width: 250px;
	background-color: #ffffff;
	height: 100%;
	left: -275px;
	top: 135px;
	padding-right: 55px;
	box-shadow: 2px 0 23px -4px #000000;
	transition: all 0.7s ease-in-out;
	z-index: 1000;
	overflow: visible;
}

#sidebar-wrapper:hover {
	left: 0;
	padding-right: 0;
}

#sidebar-wrapper.active {
	left: 0;
	padding-right: 0;
}

#sidebar-wrapper:hover .sidebar-logo {
	transform: scale(1);
}

#sidebar-wrapper:hover a.sidebar-open, #sidebar-wrapper.active a.sidebar-open
	{
	left: -200px;
}

#sidebar-wrapper:hover a.top-menu-icon, #sidebar-wrapper.active a.top-menu-icon
	{
	top: -100px;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	overflow-y: auto;
	height: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: center;
}

.sidebar-site-branding .site-title a {
	text-decoration: none;
	color: rgb(236, 48, 54);
	font-size: 30px;
	font-weight: bold;
}

.sidebar-site-branding {
	text-align: center;
	margin: 50px 0 31px 0;
}

.main-navigation li {
	float: none;
	position: relative;
	padding: 10px 0;
	margin: 5px auto;
}

.main-navigation li:nth-child(3n+1) {
	background: #E74C3C;
}

.main-navigation li:nth-child(3n+1):hover {
	background: rgba(231, 76, 60, .8);
}

.main-navigation li:nth-child(3n+2) {
	background: #2ECC71;
}

.main-navigation li:nth-child(3n+2):hover {
	background: rgba(46, 204, 113, .8);
}

.main-navigation li:nth-child(3n+0) {
	background: #F1C40F;
}

.main-navigation li:nth-child(3n+0):hover {
	background: rgba(241, 196, 15, .8);
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.main-navigation ul ul {
	/*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
	/*float: left;*/
	/*position: absolute;*/
	/*top: 1.5em;*/
	/*left: -999em;*/
	/*z-index: 99999;*/
	
}

.main-navigation ul ul ul {
	/*left: -999em;*/
	/*top: 0;*/
	
}

.main-navigation ul ul a {
	font-size: 18px;
}

.main-navigation ul ul li {
	padding: 3px 0;
	margin: 0;
}

.main-navigation li:hover>a, .main-navigation li.focus>a {
	text-decoration: none;
	color: #363435;
}

.main-navigation ul ul :hover>a, .main-navigation ul ul .focus>a {
	
}

.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
	
}

.main-navigation ul li:hover>ul, .main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation ul ul li:hover>ul, .main-navigation ul ul li.focus>ul {
	left: 100%;
}

.main-navigation .current_page_item>a, .main-navigation .current-menu-item>a,
	.main-navigation .current_page_ancestor>a {
	
}

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
		/*max-height:460px;
		overflow-y:auto;*/
	}
}

@media screen and (max-width: 769px) {
	.menu-toggle {
		display: block;
	}
	.main-navigation ul {
		display: none;
	}
	#news-madal {
		position: fixed;
		top: 0px;
		right: 0px;
		margin-top: 0px;
	}
	button.menu-toggle {
		position: absolute;
		top: 0px;
		left: 14px;
		border: 1px solid rgb(54, 52, 53);
		margin-right: 0;
	}
	#site-navigation .navbar-toggle .icon-bar {
		background-color: rgb(235, 53, 59);
	}
	.sidebar-logo {
		width: 150px;
		transform: scale(1);
		transition: all 0.7s ease-in-out;
		margin: 10px auto;
	}
	.sidebar-site-branding {
		text-align: center;
		margin: 0;
	}
	#sidebar-wrapper {
		position: absolute;
		width: 100%;
		background-color: #ffffff;
		height: auto;
		left: 0;
		top: 0;
		padding-right: 0;
	}
	a.sidebar-open {
		display: none;
	}
	a.top-menu-icon {
		display: none;
	}
	#sidebar-wrapper {
		top: 63px !important;
		overflow-y: auto;
		height: auto;
		max-height: 300px;
	}
	#website-header {
		margin: 0px auto;
	}
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation
	{
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous,
	.post-navigation .nav-previous {
	float: left;
	width: 50%;
	background-color: rgb(255, 183, 49);
	cursor: pointer;
	text-align: center;
	color: #000;
}

.comment-navigation .nav-next, .posts-navigation .nav-next,
	.post-navigation .nav-next {
	float: right;
	text-align: center;
	width: 50%;
	background-color: rgb(255, 183, 49);
	cursor: pointer;
	color: #000;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after,
	.comment-content:before, .comment-content:after, .site-header:before,
	.site-header:after, .site-content:before, .site-content:after,
	.site-footer:before, .site-footer:after {
	content: "";
	display: table;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after,
	.site-content:after, .site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
div#page {
	/* margin: 10px 0 70px 70px;
  padding-right:60px; */
	/* background-color: #fff; */
	
}
/* .home div#page {
  padding-right:80px;
} */
div#content {
	background-color: #fff;
	/* margin-right: 10px;*/
	margin-top: 87px;
}

.home div#primary {
	margin-top: 20px;
	padding: 0 10px 10px 10px;
}

.home .entry-content {
	margin-top: 0;
}

div#primary {
	padding: 20px;
}

div#secondary {
	padding: 10px;
	border-left: 1px solid rgb(239, 239, 239);
}

header.entry-header {
	border-bottom: 1px solid rgb(239, 239, 239);
}

/*GOOGLE MAP*/
/*Geo Coding Map*/
.widget-layer-traffic {
	display: flex;
	text-align: center;
}

.widget-layer-section {
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 8px 12px;
	line-height: 16px;
	vertical-align: top;
}

.widget-layer-traffic-legend-image {
	background-image:
		url("https://trafficpolicemumbai.maharashtra.gov.in/wp-content/uploads/2016/01/traffic-legend-20150511.png");
	width: 78px;
	height: 7px;
	background-size: 78px 7px;
	display: inline-block;
	margin-left: 4px;
	margin-right: 2px;
}

#map-canvas {
	height: 90%;
	margin: 0;
	padding: 0;
}

/* #panel {
        position: relative;
        top: 0px;
       	margin-bottom: 20px;
        left: 50%;
        margin-left: -180px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #999;
      } */

/*
      Provide the following styles for both ID and class,
      where ID represents an actual existing "panel" with
      JS bound to its name, and the class is just non-map
      content that may already have a different ID with
      JS bound to its name.
      */

/*  #panel, .panel {
        font-family: 'Roboto','sans-serif';
        line-height: 30px;
        padding-left: 10px;
      }

      #panel select, #panel input, .panel select, .panel input {
        font-size: 15px;
      }

      #panel select, .panel select {
        width: 100%;
      }

      #panel i, .panel i {
        font-size: 12px;
      } */

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.tooltip-inner {
	white-space: pre-wrap;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline
,
.updated


:not

 

(
.published

 

)
{
display


:

 

none


;
}
.single .byline, .group-blog .byline {
	display: inline;
}

.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.osc-res-tab ul.tab-content {
	margin: 0 0 1.5em 3.5em !important;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

span.comments-link {
	margin: 0px 10px;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-heading {
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	background-color: #070761;
	padding: 5px;
}

.left-align {
	margin-left: -16%
}

.header-padding {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: -0.6%
}

.footer-padding {
	margin-left: 7%;
	width: 85%;
	margin-bottom: -0.5%
}

.right-image-left-align {
	margin-left: 0.31%;
}

.text-left-align {
	margin-left: -1.5%;
}

.text-center-align {
	margin-top: -0.4%;
}

.text-right-align {
	margin-right: -2%;
}

footer.footer .navbar {
	/* background: rgba(0, 0, 0, 0) url("https://trafficpolicemumbai.maharashtra.gov.in/wp-content/uploads/2016/01/footer_bg.jpg") repeat scroll 0 0 !important; */
	background: #070761;
}

ul#footer-menu {
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.footer ul#footer-menu li {
	list-style: none;
	padding-left: 0;
	margin-bottom: 8px;
}

ul#footer-menu li a {
	color: #000000;
	text-decoration: none;
	font-size: 20px;
	display: block;
}

ul#footer-menu li:hover, ul#footer-menu li.current-menu-item {
	background-color: #010066;
}

ul#footer-menu li:hover a {
	color: #f3e000 !important;
}

ul#footer-menu ul.sub-menu {
	width: 100%;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

footer.footer ul.copyright li {
	text-align: center;
	padding: 15px 0;
}

footer.footer .navbar-default .navbar-toggle .icon-bar {
	background-color: #000000;
}

footer.footer .navbar-default .navbar-toggle {
	border-color: #FFFFFF;
}

footer.footer .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
	{
	background-color: #FFCC6D;
}

@media only screen and (min-width:769px) and (max-width: 991px) {
	ul#footer-menu {
		float: none;
		margin: 0 auto;
		list-style: none;
		padding-left: 0;
		width: 100%;
	}
	ul#footer-menu li {
		position: relative;
		display: inline-block;
		float: none;
	}
	ul#footer-menu li a {
		position: relative;
		display: block;
		padding: 5px 15px;
		color: #FFF;
		text-decoration: none;
		font-size: 16px;
	}
	.navbar-right {
		float: none !important;
		width: 100%;
		text-align: center;
	}
	footer.footer ul.copyright li {
		float: none;
		text-align: center;
		padding: 5px 0;
	}
}

@media screen and (min-width: 991px) {
	#masthead ul#footer-menu {
		float: left;
		margin: 0;
		list-style: none;
		padding-left: 0;
		/* line-height:56px; */
	}
	ul#footer-menu {
		float: none;
		margin: 0;
		list-style: none;
		padding-left: 0;
	}
	#masthead ul#footer-menu li {
		position: relative;
		display: inline-block;
		float: none;
	}
	ul#footer-menu li {
		position: relative;
		display: inline-block;
		float: none;
	}
	#masthead ul#footer-menu li.current-menu-item {
		background-color: #010066;
	}
	#masthead ul#footer-menu li.current-menu-item a {
		color: #F3E000;
	}
	ul#footer-menu li.current-menu-item {
		background-color: #010066;
	}
	#masthead ul#footer-menu li a {
		position: relative;
		display: block;
		/* padding: 15px 15px; */
		color: #FFF;
		text-decoration: none;
		font-size: 14px;
	}
	ul#footer-menu li a {
		position: relative;
		display: block;
		/* padding: 5px 15px; */
		padding: 5px;
		color: #FFF;
		text-decoration: none;
		font-size: 12px;
	}
	#masthead ul#footer-menu ul.sub-menu {
		background-color: rgb(255, 183, 49);
		top: 30px;
		display: none;
		left: 0;
		list-style: outside none none;
		padding-left: 0;
		position: absolute;
		/* width: 100%; */
		z-index: 1;
		line-height: 20px;
	}
	ul#footer-menu ul.sub-menu {
		position: absolute;
		display: none;
		left: 0;
		width: 100%;
		z-index: 1;
		list-style: none;
		padding-left: 0;
		bottom: 40px;
		background-color: #070761;
	}
	#masthead ul#footer-menu ul.sub-menu li {
		width: 100%;
		background: #070761;
	}
	#masthead ul#footer-menu ul.sub-menu li a {
		color: #FFF !important;
	}
	#masthead ul#footer-menu ul.sub-menu li:hover {
		width: 100%;
		background: #010066;
	}
	#masthead ul#footer-menu ul.sub-menu li:hover a {
		color: #f3e000 !important;
	}
	ul#footer-menu ul.sub-menu li {
		width: 100%;
	}
	#masthead ul#footer-menu .menu-item-has-children:hover ul.sub-menu {
		display: block;
	}
	ul#footer-menu .menu-item-has-children:hover ul.sub-menu {
		display: block;
	}
	/*ul#footer-menu  ul.sub-menu li{
		background: #ffffff;
	}*/
}

@media only screen and (min-width:770px) and (max-width: 990px) {
	a.sidebar-open {
		top: 147px !important;
	}
	#sidebar-wrapper {
		top: 190px !important;
	}
}

@media only screen and (min-width:991px) and (max-width: 1173px) {
	a.sidebar-open {
		top: 165px !important;
	}
	#sidebar-wrapper {
		top: 210px !important;
	}
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
	/* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer
	{ /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley
	{
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.image-gallery a img {
	width: 150px !important;
}

/*Hierarchy page*/
.hierarchy-box {
	height: auto;
	border-style: solid;
	border-width: 2px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
}

.hierarchy-title {
	text-align: center;
}

/*Footer Menu Language selection dropdown*/
.language {
	/* margin-top:30px;  */
	float: right;
	margin-right: 10px;
	width: 80px;
	height: 28px;
	margin-left: 10px;
}

/*read more button*/
.yellow-button {
	background-color: #FFB731 !important;
	font-size: 18px !important;
}

/*Right side icons*/
/*.rightside-icons > a:first-child img{
	height:79px !important;
}*/
@media screen and (min-width:770px) and (max-width:800px) {
	.main-headerlogo {
		width: 185px !important;
	}
	a.sidebar-open {
		top: 100px;
	}
}

@media screen and (max-width: 800px) {
	.rightside-icons-sm>a img {
		height: auto !important;
		width: 74px;
	}
	.rightside-icons-sm>a {
		margin-right: 10px;
	}
	#sidebar-wrapper {
		background-color: #ffffff;
		height: auto;
		left: 0;
		padding-right: 0;
		position: fixed;
		top: 140px;
		width: auto;
	}
	button.menu-toggle {
		border: 1px solid rgb(54, 52, 53);
		left: 14px;
		margin-right: 0;
		position: fixed;
		top: 5px;
	}
	.menu-menu-container {
		width: auto;
		float: left;
	}
	.menu-menu-container #footer-menu.menu li a {
		color: #FFF;
		text-align: left;
	}
	.menu-menu-container #footer-menu.menu li ul {
		display: none;
	}
	ul#footer-menu li a {
		color: #000000;
		display: block;
		font-size: 16px;
		text-decoration: none;
	}
	#page.hfeed.site {
		padding-right: 0px;
	}
	.menu-marathi-footer-menu-container .menu {
		width: auto;
		float: left;
	}
	.menu-marathi-footer-menu-container .menu li a {
		text-align: left;
		color: #FFF !important;
	}
	.menu-marathi-footer-menu-container .menu li ul {
		display: none;
	}
	ul#footer-menu ul.sub-menu {
		list-style: outside none none;
		margin-left: 20px;
		padding-left: 0;
		width: 90%;
	}
	section.homepage-slider {
		width: 100%;
		height: 200px !important;
	}
	section.homepage-slider .carousel.slide {
		width: 100%;
		height: 200px !important;
	}
	.carousel-inner {
		width: 100%;
		height: 200px !important;
	}
	.carousel-inner>.item {
		width: 100%;
		height: 200px !important;
	}
	.carousel-inner>.item>img, .carousel-inner>.item>a>img {
		display: block;
		height: 200px !important;
		line-height: 1;
		max-width: 100%;
	}
	#mtp-helpline .mtp-heading {
		color: #fe0000;
		font-size: 100% !important;
		padding-right: 0px;
	}
	#mtp-helpline img {
		height: auto !important;
		margin-right: 5px !important;
		margin-top: 0px !important;
		width: 25px !important;
	}
	.helpline-email {
		text-align: left !important;
		margin-top: 10px !important;
	}
	#mtp-helpline .contact-details {
		color: #000166;
		font-size: 100% !important;
		font-weight: 600;
	}
	#mtp-helpline {
		padding: 20px 20px 10px !important;
	}
	.language {
		float: right;
		height: 28px;
		margin-right: 0px;
		margin-top: 0px;
		width: 80px;
	}
	div#content {
		background-color: #fff;
		margin-right: 10px;
		margin-top: 65px;
	}
	.navbar-fixed-top, .navbar-fixed-bottom {
		left: 0;
		position: fixed !important;
		right: 0;
		z-index: 1030;
	}
	.row.brdr {
		padding: 0 15px;
		text-align: center;
		background:
			url("https://trafficpolicemumbai.maharashtra.gov.in/wp-content/uploads/2016/01/loader.gif");
		width: 100%;
		height: 10px;
		background-repeat: repeat;
		margin: 0px auto;
	}

	/* .centered-logo{display:block !important; width:150px; height:50px;} */
	.centered-logo img {
		width: auto;
		height: 50px;
	}
	.content_home h3 {
		text-transform: uppercase;
		font-size: 120%;
	}
}

/*Ticker*/
.gticker-wrapper.has-js {
	display: block;
	font-size: 15px;
	height: 32px;
	margin: 10px 0;
	padding: 0 20px;
	text-align: center;
	width: 100%;
	border-radius: 0px;
}

.gticker-content a {
	color: #000000;
}

.gticker-title {
	padding-top: 7px;
}

.gticker {
	height: 30px;
}

.gticker-swipe {
	display: block;
	height: 30px;
	padding-top: 0px;
	position: absolute;
	top: 0;
	width: 97%;
}

/*Marathi Footer*/
/*.marathi{
	display:none;
}*/

/*Featured image*/
.featured-image {
	height: 150px;
	width: 150px;
}

.featured-image img {
	padding: 20px 20px 0 10px;
}

.contact-featured-image img, .gallery-featured-image img,
	.blogs-featured-image img, .news-featured-image img {
	height: 150px;
	width: 150px;
}

/*@media screen and (max-width: 880px) {
    .news-featured-image{
    	width: 13.6% !important;
	}
}*/
.blogs-featured-image {
	text-align: center;
}

.rules-featured-image {
	text-align: center;
}

.rules-featured-image img {
	height: 150px;
	width: 150px;
}

.home-image {
	max-height: 225px;
}

.home-image img {
	height: auto;
	max-height: 225px;
	width: auto;
}

/*Container size reduce*/
@media screen and (min-width: 1000px) {
	.table-width-container {
		width: 750px !important;
	}
}

/*Achievement Page Boxes*/
.achievements {
	border-style: solid;
	border-width: 1px;
	margin: 3px;
	padding: 10px;
}

.officer-img-achievement {
	text-align: center;
	width: 150px;
	height: 150px;
	margin: 0 auto;
}

/*Sidebar Logo size Reduce*/
.sidebar-logo>a img {
	width: 75px;
	height: auto;
	text-align: center;
}

.sidebar-logo {
	text-align: center;
	margin: 10px auto;
}

.sidebar-site-branding {
	display: none;
}

/*Scrolling Images Home Page*/
.carousel-inner {
	height: 380px !important;
}

.carousel-inner .item img {
	height: 380px;
	width: auto;
}

@media screen and (max-width:800px) {
	.carousel-inner {
		height: 300px !important;
	}
}

/*small screen */
.site-sns {
	display: none !important;
}

/*Changing */
.main-navigation li {
	float: none;
	margin: 2px auto;
	padding: 4px 0;
	position: relative;
}

body {
	text-align: justify !important;
}

/*Home display*/
.home-image {
	text-align: center;
}

.content_home {
	padding: 10px 20px;
}

/*Youtube Page*/
.talk-videos {
	padding: 5px;
}

/*Poll Page*/
.yop-poll-container {
	width: 100% !important;
}

#footer {
	display: none !important;
}

/*
 - - - - - - - Easy image gallery plugin CSS - - - - - - 
*/

/*Admin side*/
.gallery_images li.image img {
	width: 150px;
	height: 150px !important;
}

.gallery_images .attachment.details>div {
	width: 130px !important;
	height: 150px;
	box-shadow: none;
}

/*Front End*/
.image-gallery {
	margin: auto !important;
	padding: 0;
}

.image-gallery li {
	display: inline-block;
	padding: 0 20px 20px 0;
	margin: auto !important;
}

.image-gallery a img {
	width: 150px !important;
	display: block;
	height: 150px !important;
	margin-left: auto;
}

@media screen and (max-width: 500px) {
	.image-gallery li {
		/*margin: 0;
    padding: 0;*/
		width: 100% !important;
	}
	.image-gallery a img {
		display: block;
		height: 200px !important;
		width: 80% !important;
		margin-left: auto;
	}
	.overlay {
		display: none !important;
	}
}

.grid-view-item {
	padding: 5px;
	border-radius: 3px;
	min-height: 155px;
}

.grid-view-item h3 {
	margin-top: 5px !important;
}

.view-icons {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 20px;
}

.view-icons .active {
	color: #f00;
}

/* .main-headerlogo{width:200px; height:auto; float:left; padding:5px 20px; background:transparent;} */
.main-headerlogo {
	width: 90px;
	height: auto;
	float: left;
	padding: 5px;
	background: transparent;
}

#footer-fullwidth {
	margin: 0px auto;
}

#footer-fullwidth .navbar {
	margin-bottom: 0px;
}

#masthead .navbar {
	margin-bottom: 0px;
	background: #2e2ea0 none repeat scroll 0 0;
	color: #FFF;
	width: 100%;
}

#mtp-helpline {
	padding: 40px 20px;
}

.homepage-slider .left.carousel-control, .homepage-slider .right.carousel-control
	{
	display: none;
}

#mtp-helpline .mtp-heading {
	color: #fe0000;
	font-size: 200%;
	padding-right: 20px;
}

#mtp-helpline .contact-details {
	color: #000166;
	font-size: 200%;
	font-weight: 600;
}

#mtp-helpline img {
	margin-right: 10px;
	width: 38px;
	height: 38px;
	margin-top: -10px;
}

.rightside-icons a img {
	width: 74px !important;
	height: auto !important;
	float: right;
}

.helpline-email {
	text-align: right;
}

.row.brdr {
	padding: 0 15px;
	text-align: center;
	background:
		url(https://trafficpolicemumbai.maharashtra.gov.in/wp-content/uploads/2016/01/loader.gif);
	width: 99%;
	height: 10px;
	background-repeat: repeat;
	margin: 0px auto;
}

#footer-fullwidth .footer .navbar {
	min-height: 25px;
}

body.custom-background {
	background-color: #ffffff !important;
}

#primary-menu.menu li {
	background: #ebebeb none repeat scroll 0 0;
	padding: 7px 5px;
}

#primary-menu.menu li a {
	color: #24216e;
	font-size: 14px;
}

nav#site-navigation {
	width: 248px !important;
}

#primary-menu.menu li:hover {
	background: #010066;
}

#primary-menu.menu li:hover a {
	color: #E0D231;
}

.content_home h3 {
	text-transform: uppercase;
}

.content_home p {
	text-align: justify;
}

.content_home>ul {
	margin: 0px;
	padding: 0px;
}

.footer #footer-menu li:hover ul li {
	margin-bottom: 0px;
}

.homepage-slider .carousel-indicators {
	bottom: -10px !important;
}

.centered-logo {
	display: none;
}

@media screen and (max-width:450px) {
	.main-headerlogo {
		display: none;
	}
	.centered-logo {
		display: block !important;
		height: 50px;
		width: 100px;
		float: left;
		margin-left: 45%;
	}
	.english.pull-right, .marathi.pull-right {
		float: right;
		width: auto;
		clear: both;
		margin-bottom: 20px;
	}
	select.language {
		clear: both;
		width: auto;
	}
	div#primary {
		padding: 5px;
	}
	.entry-header .entry-title {
		font-size: 150%;
		text-align: left;
	}
	#main ul {
		margin-left: 10px !important;
	}
	#main h3 strong {
		font-size: 80%;
		text-align: left;
		word-spacing: 0px;
	}
}

@media screen and (min-width:450px) and (max-width:769px) {
	.main-headerlogo {
		display: none;
	}
	.centered-logo {
		display: block !important;
		height: 50px;
		width: 150px;
		float: left;
		margin-left: 45%;
	}
	.english.pull-right, .marathi.pull-right {
		float: right;
		width: auto;
		clear: both;
		margin-bottom: 20px;
	}
	select.language {
		clear: both;
		width: auto;
	}
	.one_third {
		width: 100% !important;
	}
}

.contact-details:hover {
	text-decoration: none;
}

/******************************  Organizational Chart ****************************************/
.level-one, .level-two {
	width: 100%;
	height: 150px;
	text-align: center;
	padding: 25px 0px;
}

.level-three {
	width: 100%;
	height: 400px;
	text-align: center;
	padding: 25px 0px;
	margin-bottom: 20px;
}

.officer-pic {
	border-radius: 50px;
	height: auto;
	width: 78px;
}

.standing-line {
	width: 5px;
	height: 40px;
	background: #000;
	margin: 0px auto;
}

.flow-lines {
	width: 100%;
	height: 50px;
	text-align: center;
}

.bg-officer {
	background: rgba(0, 0, 0, 0)
		url("https://trafficpolicemumbai.maharashtra.gov.in/wp-content/uploads/2016/01/box.png")
		no-repeat scroll 0 0/100% 100%;
	height: 100px;
	padding: 10px;
	width: 100px;
	margin: 0px auto;
}

.half {
	width: 50%;
	height: auto;
	float: left;
}

.four-part {
	width: 25%;
	height: auto;
	float: left;
}

.officer-pic-sm {
	border-radius: 50px;
	height: auto;
	width: 58px;
}

.bg-officer-sm {
	background: rgba(0, 0, 0, 0)
		url("https://trafficpolicemumbai.maharashtra.gov.in/wp-content/uploads/2016/01/box.png")
		no-repeat scroll 0 0/100% 100%;
	height: 70px;
	padding: 10px;
	width: 70px;
	margin: 0px auto;
}

.standing-bg-4 {
	background: rgba(0, 0, 0, 0)
		url("https://trafficpolicemumbai.maharashtra.gov.in/wp-content/uploads/2016/01/5.png")
		no-repeat scroll 0 0/10% 100%;
	height: 330px;
	padding-top: 20px;
	width: 80%;
	float: right;
}

.standing-bg-1 {
	background: rgba(0, 0, 0, 0)
		url("https://trafficpolicemumbai.maharashtra.gov.in/wp-content/uploads/2016/01/6.png")
		no-repeat scroll 0 0/10% 100%;
	height: 50px;
	padding-top: 20px;
	width: 80%;
	float: right;
}

.standing-bg-3 {
	background: rgba(0, 0, 0, 0)
		url("https://trafficpolicemumbai.maharashtra.gov.in/wp-content/uploads/2016/01/8.png")
		no-repeat scroll 0 0/10% 100%;
	height: 230px;
	padding-top: 20px;
	width: 80%;
	float: right;
}

.short-info {
	background: #FFE594;
	float: right;
	height: 100px;
	margin-left: 30px;
	margin-top: -15px;
	position: absolute;
	width: 300px;
	padding: 10px 20px;
	overflow: hidden;
}

.short-info span {
	height: 56px;
	line-height: 18px;
	width: 100%;
	overflow: hidden;
	text-align: left;
	float: left;
}

.level-one>img:last-child {
	height: 50px;
	margin-left: 20px;
}

/*****************************  footer signal image  *******************************/
.pull-right.img-signal {
	position: absolute;
	top: -115px !important;
	right: 0px;
	height: 180px;
}

.navbar .container {
	width: 100%;
}

nav.navbar {
	height: auto;
	min-height: 25px;
	padding: 5px;
	border-bottom: none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	margin-top: 6px;
}

.navbar-default {
	border-bottom: none;
	border-bottom-left-radius: 0px
}

#info-helpline {
	background: #2C76B7;
	height: 35px;
	margin: 0px auto;
	padding: 5px;
	width: 99.8%;
	height: 2%;
}

#info-helpline .info-color {
	color: #FFF;
	font-size: 14px;
}

#info-helpline div {
	padding-left: 0px;
	text-align: center;
}

.calling-icon, .whatsapp-icon, .sms-icon, .gmail-icon {
	height: 30px;
	margin-top: -3px;
	margin-right: 5px;
	width: 25px;
}

.googleplay-icon {
	height: 30px;
	width: auto;
	margin-top: -3px;
}

ol.carousel-indicators {
	opacity: 0.3;
}

.rightside-icons a:first-child img {
	width: 100% !important;
	height: auto !important;
	margin-top: 0px;
}

a:hover {
	text-decoration: none !important;
}

.rightside-icons a:first-child {
	height: 80px;
	margin-top: 0;
	width: 80px;
}

/* 	Customize file Uplode	 */
.btn-file {
	position: relative;
	overflow: hidden;
	width: 80%;
	height: 80%;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity = 0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}