/*
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/
*/

@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: Verdana,Geneva,sans-serif !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;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	font-family: Verdana,Geneva,sans-serif; 
}

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: Verdana,Geneva,sans-serif; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Verdana,Geneva,sans-serif !important; 
}

p {
	margin-bottom: 1.5em;
	font-family: Verdana,Geneva,sans-serif; 
}

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: Verdana,Geneva,sans-serif; 
}

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;
}
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: 75px;
}
.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:10px;
  right: 0;
  z-index: 100;
  background-color: white;
  padding: 4px;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.rightside-icons-sm{
	display: none;
}
.rightside-icons:hover{
	opacity: 1;
}
.rightside-icons a {
  display: block;
  width: 80px;
  height: 80px;
}

/*
 * Section Slider
 */
.homepage-slider{
	font-size: 1rem;
}
.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: rgba(255, 183, 49, 1);
}

.homepage-slider .carousel-indicators li.active {
	background-color: #ffb731;
	margin: 5px;
}

.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: 767px) {
	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;
	}
}
@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;
}

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 12px;
  border-radius: 5px;
  top: 50%;
  left: 30px;
  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: 2px;
  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: -200px;
  top: 0;
  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: 767px) {
	.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: 27px;
	  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;
	}

}

.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;
}
.home div#primary {
  margin-top:0px;
  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(imgs/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
--------------------------------------------------------------*/
.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.footer .navbar{
	background-color: #FFB731;
}
ul#footer-menu {
  text-align: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
ul#footer-menu li{
  list-style: none;
  padding-left: 0;
}
 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: rgb(255, 211, 128);
 }

 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:767px) 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: #000000;
	  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) {
	ul#footer-menu {
	  float: left;
	  margin: 0;
	  list-style: none;
	  padding-left: 0;
	}
	 ul#footer-menu li{
		position: relative;
		display: inline-block;
		float: none;
	}
	 ul#footer-menu li.current-menu-item {
	  background-color: rgb(255, 211, 128);
	}
	 ul#footer-menu li a{
	  position: relative;
	  display: block;
	  padding: 15px 15px;
	  color: #000000;
	  text-decoration: none;
	  font-size: 16px;
	 }

	 ul#footer-menu ul.sub-menu{
		position: absolute;
		display:none;
		  left: 0;
		  width: auto;
		  z-index: 1;
		  list-style: none;
		  padding-left: 0;
		  bottom: 52px;
		  background-color: rgb(255, 183, 49);
	}
	ul#footer-menu ul.sub-menu li{
		width:100%;
	}
	ul#footer-menu .menu-item-has-children:hover ul.sub-menu{
		display: block;
	}
	/*ul#footer-menu  ul.sub-menu li{
		background: #ffffff;
	}*/
}
/*--------------------------------------------------------------
# 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:15px; 
	float:right;
}

/*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 (max-width: 800px) {
	.rightside-icons-sm > a:first-child img{
		height:100px !important;
	}
}

/*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;
}
.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 : 480px !important;
}


@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;
}