/**
 * @file
 * Bartik layout styling.
 */
/**
 * Container
 */
/* BEGIN Thin */
@font-face {
	font-family: Roboto;
	src: url("fonts/Thin/Roboto-Thin.woff") format("woff"), url("fonts/Thin/Roboto-Thin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}
/* END Thin */
/* BEGIN Thin Italic */
@font-face {
	font-family: Roboto;
	src: url("fonts/ThinItalic/Roboto-ThinItalic.woff") format("woff"), url("fonts/ThinItalic/Roboto-ThinItalic.ttf") format("truetype");
	font-weight: 100;
	font-style: italic;
}
/* END Thin Italic */
/* BEGIN Light */
@font-face {
	font-family: Roboto;
	src: url("fonts/Light/Roboto-Light.woff") format("woff"), url("fonts/Light/Roboto-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}
/* END Light */
/* BEGIN Light Italic */
@font-face {
	font-family: Roboto;
	src: url("fonts/LightItalic/Roboto-LightItalic.woff") format("woff"), url("fonts/LightItalic/Roboto-LightItalic.ttf") format("truetype");
	font-weight: 300;
	font-style: italic;
}
/* END Light Italic */
/* BEGIN Regular */
@font-face {
	font-family: Roboto;
	src: url("fonts/Regular/Roboto-Regular.woff") format("woff"), url("fonts/Regular/Roboto-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Roboto;
	src: url("fonts/Regular/Roboto-Regular.woff") format("woff"), url("fonts/Regular/Roboto-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
/* END Regular */
/* BEGIN Italic */
@font-face {
	font-family: Roboto;
	src: url("fonts/Italic/Roboto-Italic.woff") format("woff"), url("fonts/Italic/Roboto-Italic.ttf") format("truetype");
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: Roboto;
	src: url("fonts/Italic/Roboto-Italic.woff") format("woff"), url("fonts/Italic/Roboto-Italic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}
/* END Italic */
/* BEGIN Medium */
@font-face {
	font-family: Roboto;
	src: url("fonts/Medium/Roboto-Medium.woff") format("woff"), url("fonts/Medium/Roboto-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}
/* END Medium */
/* BEGIN Medium Italic */
@font-face {
	font-family: Roboto;
	src: url("fonts/MediumItalic/Roboto-MediumItalic.woff") format("woff"), url("fonts/MediumItalic/Roboto-MediumItalic.ttf") format("truetype");
	font-weight: 500;
	font-style: italic;
}
/* END Medium Italic */
/* BEGIN Bold */
@font-face {
	font-family: Roboto;
	src: url("fonts/Bold/Roboto-Bold.woff") format("woff"), url("fonts/Bold/Roboto-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: Roboto;
	src: url("fonts/Bold/Roboto-Bold.woff") format("woff"), url("fonts/Bold/Roboto-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}
/* END Bold */
/* BEGIN Bold Italic */
@font-face {
	font-family: Roboto;
	src: url("fonts/BoldItalic/Roboto-BoldItalic.woff") format("woff"), url("fonts/BoldItalic/Roboto-BoldItalic.ttf") format("truetype");
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: Roboto;
	src: url("fonts/BoldItalic/Roboto-BoldItalic.woff") format("woff"), url("fonts/BoldItalic/Roboto-BoldItalic.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
}
/* END Bold Italic */
/* BEGIN Black */
@font-face {
	font-family: Roboto;
	src: url("fonts/Black/Roboto-Black.woff") format("woff"), url("fonts/Black/Roboto-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}
/* END Black */
/* BEGIN Black Italic */
@font-face {
	font-family: Roboto;
	src: url("fonts/BlackItalic/Roboto-BlackItalic.woff") format("woff"), url("fonts/BlackItalic/Roboto-BlackItalic.ttf") format("truetype");
	font-weight: 900;
	font-style: italic;
}
/* END Black Italic */
body {
	font-family: Roboto;/*	color: #333 !important;*/
	background: #fff !important;
	color: #333333;
}
#page-wrapper {
	background: #fff;
}
#block-companyname {
	float: left !important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 10px;
}
#block-bartik-content ul {
	margin: 0;
	padding: 0;
}
#block-bartik-content ul > li {
	padding: 2px 15px 4px;
	position: relative;
	list-style: none;
}
#block-bartik-content ul > li::before {
	left: 0px;
	position: absolute;
	top: 6px;
	color: #000000;
	content: "\f105";
	font: normal 1em/1 FontAwesome;
}
#block-bartik-content .view-photo-gallery ul > li {
	padding: 0px;
}
#block-bartik-content .view-photo-gallery ul > li a {
	display: block;
}
#block-bartik-content .view-video-gallery ul > li::before, #block-bartik-content .view-photo-gallery ul > li::before {
	content: inherit;
}
.dark #block-bartik-content ul > li::before {
	color: #fff;
}
#block-bartik-content ul > li a {
	position: relative;
	display: inline-block;
	border-bottom: 1px solid transparent;
}
#block-bartik-content li a:hover {
	border-bottom: 1px solid #000;
}
.cnamesloganname {
	font-size: 1.2em;
}
.cnametext {
	font-size: 2.2em;
	font-weight: 700;
	line-height: 28px;
}
.dark .site-branding__logo img {
	filter: invert(100%);
}
.view-photo-gallery .views-field-title .field-content {
	padding-left: 7px;
}
.view-photo-gallery .item-list ul li {
	display: inline-block;
	margin: 4px 5px 15px;
	max-width: 100%;
	padding: 0;
	position: relative;
	text-align: center;
	transition: all 0.22s ease-in-out 0s;
	box-shadow: 2px 2px 3px #ccc;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
}
.view-photo-gallery .views-col.col-1 ul {
	list-style: outside none none;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.view-photo-gallery .views-col.col-1 ul li {
	border: 5px solid #eee;
	display: block;
	float: left;
	overflow: hidden;
}
.view-photo-gallery .views-col.col-1 ul li img {
	overflow: hidden;
	display: block;
	vertical-align: top;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.view-id-photo_gallery .image-style-colorbox-image:hover {
	opacity: 1;
	transform: scale(1.1, 1.1);
	text-decoration: underline;
	-moz-text-decoration-color: transparent;
	text-decoration-color: transparent;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.view-id-photo_gallery .field_image_title {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	display: block;
	left: 0;
	opacity: 1;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	text-align: center;
	transition: all 0.22s ease-in-out 0s;
	z-index: 9;
}
.dark .view-photo-gallery .views-col.col-1 ul li {
	border: 5px solid #444;
	display: block;
	float: left;
	overflow: hidden;
}
.dark .view-photo-gallery .item-list ul li {
	box-shadow: 2px 2px 3px #333;
	display: inline-block;
	margin: 4px 5px 15px;
	max-width: 100%;
	padding: 0;
	position: relative;
	text-align: center;
	transition: all 0.22s ease-in-out 0s;
}
.dark .breadcrumb li {
	color: #fff;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#block-views-block-jcarousel-block-1 .more-link a::after {
	color: #fff;
	content: "\f04e";
	display: inline-block;
	font: 0.929em/1 FontAwesome;
	height: 100%;
	margin-left: 8px;
	padding-top: 3px;
	vertical-align: top;
}
.region-primary-menu ul.menu li > ul.menu .dwn {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	margin-top: 5px;
}
.region-primary-menu ul.menu li > ul.menu {
	border-right: 0px solid #1a95c4;
}
/* no margin or padding on any of the elements holding the slides */
#block-views-slideshow_main-block_1, #block-views-slideshow_main-block_1 .block-inner, #block-views-slideshow_main-block_1 .block-inner .content, #block-views-slideshow_main-block_1 .block-inner .content .view, #block-views-slideshow_main-block_1 .block-inner .content .view .view-content, #views_slideshow_singleframe_main_slideshow_main-block_1, #views_slideshow_singleframe_teaser_section_slideshow_main-block_1, #views_slideshow_singleframe_teaser_section_slideshow_main-block_1 .views_slideshow_singleframe_slide, #views_slideshow_singleframe_teaser_section_slideshow_main-block_1 .views_slideshow_singleframe_slide .views-row, #views_slideshow_singleframe_teaser_section_slideshow_main-block_1 .views_slideshow_singleframe_slide .views-row div {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}
#views_slideshow_singleframe_teaser_section_slideshow_main-block_1 .views_slideshow_singleframe_slide .views-row div.views-field-field-slide-img-fid img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 600px;
	height: auto;
}
.jcarousel-skin-default .jcarousel li {
	background: #fff;
	overflow: hidden;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	width: 185px !important;
	height: auto;
}
.toolbar .toolbar-toggle-orientation > .toolbar-lining {
	color: #000;
}
.toolbar .toolbar-toggle-orientation > .toolbar-lining button {
	color: #000;
}
.layout-container {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.node--view-mode-teaser {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border: 1px solid #ebebeb;
}
#views_slideshow_cycle_main_main_slider-block_1 {
	margin-bottom: 15px;
}
.path-frontpage h1.page-title {
	display: none !important;
	position: relative;
}
.region-header {
	padding: 3px 0px 4px !important;
	position: relative;
}
.path-frontpage #content .views-row:nth-child(2) article {
}
.path-frontpage #content .views-row:nth-child(5) article {
	min-height: 160px;
	padding-bottom: 0;
}
.path-frontpage #content .views-row:nth-child(2) article img, #content .views-row:nth-child(3) article img {
	margin-bottom: 5px;
}
.path-frontpage #content .views-row:nth-child(2) article ul>li:before, .path-frontpage #content .views-row:nth-child(3) article ul>li:before, .path-frontpage #content .views-row:nth-child(4) article ul>li:before, ul>li:before, .path-frontpage #content .views-row:nth-child(5) article ul>li:before, ul>li:before {
	color: #000000;
	content: " ";
	font: 1em/1 FontAwesome;
	left: 0;
	position: absolute;
	top: 6px;
}
.path-frontpage #content .views-row:nth-child(2) article ul>li, .path-frontpage #content .views-row:nth-child(3) article ul>li, .path-frontpage #content .views-row:nth-child(4) article ul>li, .path-frontpage #content .views-row:nth-child(5) article ul>li {
	left: 0px;
	color: #000000;
	background: url(../images/bullet.png) no-repeat left top;
	padding-left: 20px;
	background-position: 0 8px;
}
.node__links li {
	background: none !important;
}
.sidebar .node--type-announcements h2, .view-announcements .node--type-announcements.node--view-mode-teaser h2 a, .sidebar .view-news-press-releases h2 a, .sidebar .view-news-press-releases h2, .view-announcements-archive .node--type-announcements.node--view-mode-teaser h2 a, .main-content .view-news-press-releases h2 a, .main-content .view-news-press-releases-archieve h2 a {
	background: none;
	border: none;
	color: #004a00 !important;
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
	margin: 0px 0px 5px;
	padding: 0px;
	text-shadow: none;
	text-transform: none;
}
.view-announcements .node__meta > span::before, .view-announcements-archive .node__meta > span::before, .view-news-press-releases .node__meta > span::before, .view-news-press-releases-archieve .node__meta > span::before {
	content: "\f133";
	font: 0.929em/1 FontAwesome;
	height: 100%;
	vertical-align: top;
	display: inline-block;
	color: #666;
}
.view-announcements .node__meta span, .view-news-press-releases .node__meta span, .view-announcements-archive .node__meta span, .view-news-press-releases-archieve .node__meta span {
	display: inline-block;
	margin: 0;
	font-family: Roboto;
	font-weight: normal;
}
#sidebar-second .view-announcements .views-row, #sidebar-second .view-news-press-releases .views-row {
	padding: 7px 15px;
}
.view-announcements .views-row, .view-news-press-releases .views-row, .view-news-press-releases-archieve .views-row {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 10px 5px 15px;
}
.sidebar article {
	padding-bottom: 0;
	padding-left: 5px;
}
.sidebar .node__content {
	padding-bottom: 0;
}
.sidebar .node__content p {
	margin-bottom: 0;
}
.view-announcements > .more-link, .view-news-press-releases > .more-link {
	/*margin-top: 10px; padding-: 5px;*/
	display: inline-block;
	padding: 5px 0 5px 5px;
	margin-left: 10px;
}
.view-announcements > .more-link::after, .view-news-press-releases > .more-link::after {
	content: "\f04e";
	color: #000;
	display: inline-block;
	font: 0.929em/1 FontAwesome;
	height: 100%;
	margin-left: 5px;
	padding-top: 3px;
	vertical-align: top;
}
.view-announcements .view-footer, .view-news-press-releases .view-footer {
	float: right;
}
.view-announcements .view-footer .more-link, .view-news-press-releases .view-footer .more-link {
	margin-top: 5px;
	display: inline-block;
	margin-right: 15px;
}
.view-news-press-releases-archieve .more-link {
	margin-top: 10px;
	padding: 0px 0 0px 5px
}
.path-frontpage .views-row .node__links {
	margin-bottom: 6px;
	margin-top: 8px;
}
.view-announcements .view-footer .more-link::before, .view-news-press-releases .view-footer .more-link::before, .view-announcements-archive .more-link::before, .view-news-press-releases-archieve .more-link::before {
	content: "\f1c6";
	font: 0.929em/1 FontAwesome;
	height: 100%;
	vertical-align: top;
	display: inline-block;
	color: #000;
	margin-right: 5px;
	padding-top: 3px;
}
.sidebar .node__title a, .sidebar .more-link a {
	color: #000 !important;
	text-transform: capitalize;
}
.view-announcements .views-field-title {
	font-weight: 600
}
.field--type-entity-reference a {
	color: #68696b !important;
}
.layout-main-wrapper {
/*max-height: 300px;*/
}
.layout-main {
	margin-top: 15px;
	margin-bottom: 0;
}
.topheader ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.topheader .skipcontent {
	line-height: 26px;
}
.skip-link {
	background: #eee !important;
	color: #000 !important;
}
.topheader a {
	text-decoration: underline;
	-moz-text-decoration-color: transparent;
	text-decoration-color: transparent;
	border: 0;
	font-size: 0.929em;
	color: #000 !important;
}
.topheader .platforms a {
	color: #fff !important;
}
.dark .topheader a {
	color: #000 !important;
}
.topheader .region-top-header {
	display: inline-block;
	margin: 0 0 -7px;
	padding: 0;
}
.topheader .block {
	float: left;
	padding: 0 5px;
}
.topheader .block .content {
	margin: 1px;
}
.topheader #block-languageswitcher ul li {
	display: inline-block;
	line-height: 26px;
	padding: 0 15px 0 0;
}
nav.mainnav {
	background: #005784;
}
nav.mainnav .block .content {
	margin-top: 0;
}
.menu li.menu-item--active-trail {
	background: #0073af;
}
.menu li.menu-item--active-trail:hover, .menu li.menu-item--active-trail:hover {
}
.menu li.menu-item--active-trail:active {
	background: #335706;
}
.region-primary-menu .menu a:active:hover {
	background: #0073af !important;
}
.region-primary-menu .menu a:hover, .region-primary-menu .menu a:focus {
	background: #00709a;
	color: #fff;
}
.site-branding__logo img {
	vertical-align: top;
}
.highlighted {
	padding: 15px 0 0;
}
.highlighted .layout-container {
	position: relative;
}
.highlighted a {
	color: #fff;
	text-decoration: underline;
	-moz-text-decoration-color: transparent;
	text-decoration-color: transparent;
	font-size: 0.929em;
	text-transform: capitalize;
}
.highlighted a:hover, .highlighted a:hover {
	text-decoration: underline;
	border: none;
	color: #fff !important;
}
.jcarousel-skin-default .jcarousel-control-prev, .jcarousel-skin-default .jcarousel-control-next {
	background: #0073af;
	text-shadow: none;
}
.highlighted .region-highlighted {
	margin: 0;
	overflow: hidden;
	position: relative;
}
.highlighted .views-element-container {
	overflow: hidden;
	background: #e3e8d8;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dark .highlighted .views-element-container {
	background: #999999;
}
.highlighted .views_slideshow_slide {
	width: 100% !important;
}
.highlighted .views-slideshow-controls-bottom:before {
	background: inherit;
	display: block;
	content: '';
	position: absolute;
	height: 41px;
	width: 16px;
	left: -7px;
	bottom: -4px;
	transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-moz-transform: rotate(15deg);/* z-index: 1; */
}
.highlighted .views-slideshow-controls-bottom a {
	padding: 5px;
	border-radius: 34px;
	text-indent: -111111px;
	display: inline-block;
	width: 17px;
	height: 16px;
	background-color: #333;
	border: 0;
	color: #fff;
	overflow: hidden;
}
.highlighted .views-slideshow-controls-bottom a:hover {
	background-color: #486226;
	color: #fff;
}
.highlighted .views_slideshow_controls_text_previous a {
	background: #786322 url(../images/prev.png) no-repeat center center;
	color: #fff;
}
.highlighted .views_slideshow_controls_text_next a {
	background: #786322 url(../images/next.png) no-repeat center center;
	color: #fff;
}
.highlighted .views-slideshow-controls-text-status-pause a {
	background: #786322 url(../images/pause.png) no-repeat center center;
	color: #fff;
}
.highlighted .views-slideshow-controls-text-status-play a {
	background: #005575 url(../images/play.png) no-repeat center center;
	color: #fff;
}
.highlighted .contextual-region {
	position: static;
}
.homeslider .block .content {
	margin: 0;
}
#block-themechange .content ul {
	margin: 0;
	padding: 0;
}
#block-themechange .content ul li {
	display: inline-block;
	float: left;
	padding: 0 1px;
}
#block-themechange .content ul li img {
	vertical-align: middle;
	display: inline-block;
}
#block-themechange .content ul li a {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #fff;
	text-align: center;
}
#block-themechange .content ul li a.black-bg {
	background: #000;
	color: #fff !important;
}
#block-themechange .content ul li a.white-bg {
	background: #fff;
	color: #333 !important;
}
.platforms li:nth-child(1) a {
	background: #0A4C9A;
	color: #fff;
	display: block;
	padding: 3px 0;
	border-radius: 3px;
	width: 25px;
	text-align: center;
}
.platforms li:nth-child(2) a {
	background: #00c9ff;
	color: #fff;
	display: block;
	padding: 3px 0;
	border-radius: 3px;
	width: 25px;
	text-align: center;
}
.platforms li:nth-child(3) a {
	background: #0595b7;
	color: #fff;
	display: block;
	padding: 3px 0;
	border-radius: 3px;
	width: 25px;
	text-align: center;
}
.platforms li:nth-child(4) a {
	background: #12e0f7;
	color: #fff;
	display: block;
	padding: 3px 0;
	border-radius: 3px;
	width: 25px;
	text-align: center;
}
.platforms li:nth-child(5) a {
	background: #ff0000;
	color: #fff;
	display: block;
	padding: 3px 0;
	border-radius: 3px;
	width: 25px;
	text-align: center;
}
.block-social-media-links .horizontal li, .pane-social-media-link-widget .horizontal li {
	display: inline-block;
	text-align: center;
	padding: 0;
}
.region-slider-area .views-slideshow-controls-bottom {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 99;
}
#views_slideshow_slide_counter_homeslider-block_1 {
	position: absolute;
	right: 15px;
	bottom: 10px;
}
.region-slider-area {
	position: relative;
}
#views_slideshow_controls_text_previous_main_slider-block_1 a {
	text-indent: -111111px;
	display: inline-block;
	color: #fff;
	height: 50px;
	width: 28px;
}
#views_slideshow_controls_text_next_main_slider-block_1 a {
	text-indent: -111111px;
	display: inline-block;
	color: #fff;
	height: 50px;
	width: 28px;
}
.region-slider-area .views-slideshow-controls-text-status-pause a {
	background: url(../images/play1.png) no-repeat center center;
	background-size: 25px 25px;
}
.region-slider-area .views-slideshow-controls-text-status-play a {
	background: url(../images/pause1.png) no-repeat center center;
	background-size: 25px 25px;
}
.region-slider-area .views_slideshow_controls_text_pause a {
	padding: 5px;
	border-radius: 34px;
	display: inline-block;
	width: 25px;
	height: 25px;
	border: 0;
	font-size: 0px;
}
.views_slideshow_cycle_main img {
	height: auto !important
}
#views_slideshow_controls_text_next_main_slider-block_1 {
	right: 0;
	position: absolute;
	top: 40%;
	background: url(../images/next1.png)no-repeat center center rgba(0, 0, 0, 0.67);
	padding: 4px 0;
	width: 30px;
	height: 50px;
	border-radius: 3px 0 0 3px;
	cursor: pointer;
	overflow: hidden;
}
#views_slideshow_controls_text_previous_main_slider-block_1 {
	position: absolute;
	top: 40%;
	background: url(../images/prev1.png) no-repeat center center rgba(0, 0, 0, 0.67);
	padding: 4px 0;
	width: 30px;
	height: 50px;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
	overflow: hidden;
}
#views_slideshow_controls_text_pause_main_slider-block_1 {
	right: 10px;
	top: 10px;
	position: absolute;
}
.region-slider-area .field-content img {
	width: 100%;
	height: 100%;
	display: block;
	max-width: none;
}
.region-slider-area .views-field-title {
	position: absolute;
	bottom: 0;
	z-index: 999;
	padding: 5px 15px 50px;
	width: 70%;
	left: 0;
	background: rgba(0,0,0,0.75);
	color: #fff;
	display: none !important;
}
.region-slider-area .views-field-title a {
	font-size: 1.429em;
	color: #fff;
	text-decoration: underline;
	-moz-text-decoration-color: transparent;
	text-decoration-color: transparent;
	text-transform: uppercase;
	border: none;
	font-weight: 700;
}
ul.links a.is-active {
	color: #fff !important;
}
.region-slider-area .views-field-body {
	position: absolute;
	bottom: 8px;
	z-index: 999;
	padding: 3px 15px;
	width: 70%;
	left: 0;
	color: #fff;
	height: 36px;
	/* white-space: nowrap; */
	overflow: hidden;
}
.region-slider-area .views-field-body p {
	margin: 0;
	padding: 0;
	display: none !important;
}
.node-readmore:before {
	display: none !important;
}
.node-readmore a {
	text-decoration: underline;
	-moz-text-decoration-color: transparent;
	text-decoration-color: transparent;
	color: #000;
	padding: 5px 10px 5px 10px!important;
	border-radius: 3px;
	position: relative;
	margin-right: -7px;
	border: 1px solid #005784!important;
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
}
.node-readmore a:before {
	content: inherit!important;
}
.node-readmore a:hover, .node-readmore a:focus {
	text-decoration: underline;
	-moz-text-decoration-color: transparent;
	text-decoration-color: transparent;
	color: #fff;
	background: #005784;
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
}
.node-readmore a:hover:after, .node-readmore a:focus:after {
	color: #fff;
}
.node-readmore a:after {
	margin-left: 8px;
	/*position: absolute;*/
/*top: 6px;*/
	color: #000;
	content: "\f055";
	font: normal normal normal 0.929em/1 FontAwesome;
	height: 100%;
	vertical-align: middle;
}
.noavail {
	text-align: center;
	color: #a20000;
}
a:hover, a:active, a:focus, .link:hover, .link:active, .link:focus {
	text-decoration: underline;
	-moz-text-decoration-color: transparent;
	text-decoration-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.site-branding__text {
	color: #000;
}
.align-left {
	float: left;
	padding-right: 10px;
}
.align-right {
	float: right;
	padding-left: 10px;
}
.feed-icons {
	display: none !important
}
/*.fixed {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
}*/
.add-lft p {
	margin-bottom: 4px;
}
ul.cnt-add li:before {
	display: none;
}
ul.cnt-add li {
	padding: 3px 0
}
.scrollup:after {
	left: 13px;
	position: absolute;
	top: 13px;
	color: #000000;
	content: "\f077";
	font: normal normal normal 0.929em/1 FontAwesome;
}
.scrollup:hover {
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
	background: #033b50;
	box-shadow: inset 0 0 0px 2px #fff;
}
.scrollup:hover:after {
	color: #fff;
}
.add-lft h2 {
	margin: 0px;
}
.breadcrumb li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #000;
	text-transform: uppercase;
}
.breadcrumb li a {
	text-transform: uppercase;
}
.views-slideshow-cycle-main-frame-row, .views-slideshow-cycle-main-frame {
	width: 100% !important;
}
.displaynone {
	display: none;
}
#block-others {
	margin-bottom: 0px;
}
#block-w3cvalidation a {
	background: none;
}
.visually-hidden {
	background: #000 !important;
	color: #fff !important;
}
article {
	padding-bottom: 15px;
}
.region-header a {
	border: none;
}
.view-photo-gallery .field-content .colorbox img {
	background-color: transparent;
	border: medium none;
	margin: 0;
	padding: 0;
	position: relative;
}
.field-content {
	display: block;
}
.field-content .colorbox {
	max-width: 100%;
	max-height: 100%;
}
.region-primary-menu a:hover, .topheader a:hover {
	border: none;
}
.footer-last a:hover {
	border: none;
	text-decoration: underline;
	-moz-text-decoration-color: transparent;
	text-decoration-color: transparent;
}
.content .views-field-view-node .field-content a {
	background: #006b93 none repeat scroll 0 0;
	border: medium none;
	border-radius: 25px;
	color: #fff;
	display: inline-block;
	font-size: 1em !important;
	margin-top: 5px;
	padding: 3px 14px;
	text-transform: capitalize;
}
#content .view-content .field-content a {
	font-weight: 400;/*font-size: 1.2em;*/
}
#content .view-content .views-field-body .field-content a {
	font-size: 1em;
}
.views-field-created span {
	position: relative;
	font-size: 0.9em;
	color: #666;
	padding: 3px 0;
}
.views-field-created span:before {
	content: "\f133";
	color: #666;
	display: inline-block;
	font: 0.9em/1 FontAwesome;
	height: 100%;
	margin-right: 5px;
	padding-top: 2px;
	vertical-align: top;
}
.content .view-header {
	position: relative;
	right: 0;
	top: 0;
	color: #fff;
	background: #00324d;
	padding: 0 10px 2px;
	line-height: 21px;
	display: inline-block;
	float: right;
	margin-top: -40px;
}
.dark .content .view-header {
	background: #424242;
}
.content .view-header .more-link {
	margin: 0;
}
.content .view-header .more-link a {
	color: #fff;
	line-height: 30px;
	border: none;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 700;
}
.content .view-header .more-link::before {
	content: "\f1c6";
	font: 0.929em/1 FontAwesome;
	height: 100%;
	vertical-align: top;
	display: inline-block;
	color: #fff;
	margin-right: 5px;
	padding-top: 9px;
}
.region-content .view-announcements .views-row, .region-content .view-news-press-releases .views-row, .region-content .view-news-press-releases-archieve .views-row {
	padding: 7px 15px 5px;
}
.region-content .view-announcements-archive .more-link::after, .region-content .view-news-press-releases-archieve .more-link::after {
	content: "";
}
#content .region-content .view-header .view-news-press-releases {
	margin: 2px 0 0;
	padding: 0 5px;
}
.region-content .content .view-news-press-releases-archieve .view-header {
	padding: 0 10px 0px;
}
.region-content .view-news-press-releases .views-row:first-child, .region-content .view-news-press-releases-archieve .views-row:first-child {
	padding: 0 15px 5px;
}
#sidebar-first .view-announcements .views-row, #sidebar-fisrt .block-views-blocknews-press-releases-block-1 .views-row {
	padding: 7px 5px;
}
.node--type-announcements .node__content {
	margin-top: 0;
}
.node--type-news-press-releases .node__content {
	margin-top: 0;
}
.content .views-field-view-node .field-content a:hover {
	background: #1c506b none repeat scroll 0 0;
}
.view-announcements .views-row:first-child {
	padding: 0 5px 15px;
}
.view-tenders .view-header {
	margin-top: -42px;
}
.node__meta article {
	padding-bottom: 8px;
}
.region-content .node--unpublished {
	background-color: transparent;
}
.view-tender-archive .view-header {
	margin-top: -42px;
}
.birdfluimng {
	text-align: center;
}
.table-responsive {
	overflow: auto;
}
.custome-table {
	max-height: 500px;
}
.jcarousel-skin-default .jcarousel-control-prev, .jcarousel-skin-default .jcarousel-control-next {
	top: -42px;
	height: 31px;
}
#block-views-block-jcarousel-block-1 .more-link {
	top: -35px;
}
.jcarousel-skin-default .jcarousel li .field-gallery-img {
	z-index: 99;
}
.view-id-news_press_releases .pager {
	margin: 15px 0;
}
.path-frontpage #content .views-row:nth-child(2) article .field--type-text-with-summary, .path-frontpage #content .views-row:nth-child(3) article .field--type-text-with-summary {
	height: 258px;
	overflow: hidden;
}
/*-- dark theme --*/
.dark .topheader {
	background: #999;
}
.dark #header {
	background: #000;
}
.dark nav.mainnav {
	background: #444;
}
.dark .region-primary-menu .menu a {
	border: none !important;
	box-shadow: none !important
}
.dark .region-primary-menu .menu a:active, .dark .region-primary-menu .menu a:focus {
	background: #575757 !important;
	color: #fff;
}
.dark .scrollup::after{color:#fff;}
.dark #block-w3cvalidation a:focus{
outline:1px solid #ff0 !important;}
.dark #block-footermenu1 a:focus, .dark #block-footermenu3 a:focus, .dark #block-footermenu a:focus{outline:1px solid #ff0 !important;}
.dark #block-others ul li a:focus{outline:1px solid #ff0 !important;}
.dark #block-views-block-jcarousel-block-1 a:focus{outline:1px solid #ff0 !important;}
.dark .node-readmore a{border: 1px solid #fff !important;}
.dark #views_slideshow_controls_text_previous_main_slider-block_1 a:focus, .dark #views_slideshow_controls_text_next_main_slider-block_1 a:focus{outline:1px solid #fff !important;}
.dark #block-bartik-content ul > li a:focus, .dark #block-quicklinks li a:focus{outline:1px solid #ff0 !important;}
.dark .region-primary-menu .menu a:active:hover, .dark .region-primary-menu .menu a:focus:hover {
	background: #000 !important;
}
.dark .menu li.menu-item--active-trail {
	background: #2b2b2b;
}
.dark .sidebar h2 {
}
.dark .highlighted .layout-container h2 {
}
.dark .main-content h2 {
	color: #fff;
	background: #2b2b2b;
	border-left: 6px solid #000000;
	border-bottom-color: #2b2b2b;
}
.dark .main-content h1.page-title {
	border-bottom: 1px solid #2b2b2b;
	color: #fff;
	font-weight: 600;
	background: #2b2b2b;
	border-left: 6px solid #000000;
}
.dark tr td, .dark tr th {
	color: #fff;
}
.dark .footer-menu {
	float: left;
	width: 100%;
	background: #333;
}
.dark .footer-bottom {
	float: left;
	width: 100%;
	background: #333333;
}
.dark .footer-last {
	float: left;
	width: 100%;
	padding: 5px 0;
	background: #000000;
	text-align: center;
	box-shadow: 0 -1px 0 0px #333333;
}
.dark .node-readmore a {
	text-decoration: underline;
	-moz-text-decoration-color: transparent;
	text-decoration-color: transparent;
	color: #000000;
	border: 1px solid #000000;
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
}
.dark .node-readmore a:hover, .dark .node-readmore a:focus {
	text-decoration: underline;
	-moz-text-decoration-color: transparent;
	text-decoration-color: transparent;
	color: #fff;
	background: #020202;
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
}
.dark .node-readmore a:after {
	color: #000000;
}
.dark .node-readmore a:hover:after, .dark .node-readmore a:focus:after {
	color: #fff;
}
.dark .main-content h1.page-title {
	border-bottom: 1px solid #2B2B2A;
	text-shadow: 0 1px 0 #000000;
	color: #fff;
	font-weight: 600;
	background: #2b2b2b;
	border-left: 6px solid #000000;
}
.dark ul.links a.is-active {
	color: #ffffff !important;
}
.dark .topheader ul.links a.is-active {
	color: #000 !important;
}
.dark .highlighted .views-slideshow-controls-bottom {
	background: #2b2b2b;
}
.dark .highlighted .views_slideshow_controls_text_previous a {
	background: #2b2b2b url(../images/prev.png) no-repeat center center;
}
.dark .highlighted .views-slideshow-controls-text-status-pause a {
	background: #2b2b2b url(../images/pause.png) no-repeat center center;
}
.dark .highlighted .views_slideshow_controls_text_next a {
	background: #2b2b2b url(../images/next.png) no-repeat center center;
}
.dark #block-quicklinks li a {
	color: #fff;
	position: relative;
	padding: 0 15px;
}
.dark #block-quicklinks li a:before {
	left: 0px;
	position: absolute;
	top: 3px;
	color: #ffffff;
	content: "\f105";
	font: normal normal normal 1em/1 FontAwesome;
}
.dark .region-content .pager__item {
	background: #333;
	color: #fff;
	border-radius: 3px;
	padding: 7px 8px !important;
	margin-left: 5px;
	line-height: 13px;
}
.dark .region-content .pager__item a {
	background: #333;
	color: #fff;
	border-radius: 3px;
}
.dark .region-content .pager__item a:hover, .dark .pager__item a:focus {
	background: #333;
	color: #fff;
}
.dark .site-footer .content a, .dark .site-footer .content a.is-active {
	color: #fff;
}
.dark .branding__text a, .site-branding a {
	color: #fff !important;
}
.dark .sidebar h2, .dark .main-content h2 {
}
.dark .branding__text a, .dark .site-branding a, .dark .site-branding__slogan {
	color: #fff !important;
}
.dark .highlighted .layout-container h2 {
}
.dark #content .views-row:nth-child(2) article ul > li, .dark #content .views-row:nth-child(3) article ul > li, .dark #content .views-row:nth-child(4) article ul > li, .dark #content .views-row:nth-child(5) article ul > li {
	color: #fff !important;
}
.dark .node-readmore a::after {
	color: #fff;
}
.dark .node-readmore a {
	color: #fff;
	border: 1px solid #fff;
}
.dark #block-quicklinks li.menu-item--active-trail a {
	color: #fff !important;
}
.dark .topheader #block-textresize .changer {
	border-color: #fff;
}
.dark .mt60 {
	margin-top: 60px;
}
.dark .sitemap-menu li::before {
	color: #fff
}
.dark #block-quicklinks li.menu-item--active-trail a::before, .dark #block-rkvy ul > li, .dark #block-rkvy a::after, .dark #block-righttoinformationact2005 a::after {
	color: #fff;
}
.dark .sidebar .node__title a, .dark .sidebar .more-link a {
	color: #ffff00 !important;
	text-transform: capitalize;
}
.dark .field.field--name-webform.field--type-webform {
	background: #2b2b2b none repeat scroll 0 0;
}
.dark .form-item label {
	color: #fff;
}
.dark .webform-button--submit {
	background: #ff0 none repeat scroll 0 0;
	color: #000;
}
.dark .view-announcements > .more-link::after, .dark .view-news-press-releases > .more-link::after, .dark .view-announcements .view-footer .more-link::before, .dark .view-news-press-releases .view-footer .more-link::before, .dark .view-announcements-archive .more-link::before, .dark .view-news-press-releases-archieve .more-link::before {
	color: #fff;
}
.dark .sidebar .node__title {
	background: #000 !important;
	border-bottom: none !important;
	border-left: none !important;
}
.dark .jcarousel-skin-default .jcarousel-control-prev, .dark .jcarousel-skin-default .jcarousel-control-next {
	top: -42px;
	background: #2b2b2b;
}
.dark .node__content ul li a, .dark .sidebar .block .content ul li a, .dark #block-righttoinformationact2005 a, .dark #block-rkvy a {
	color: #ffff00 !important;
}
.dark #block-socialmedialinks .fa {
	color: #fff;
}
.dark .indian-emblem img{display: none;}
.dark #block-views-block-jcarousel-block-1 {
	border: 1px solid #fff;
}
.table-data1 {
	overflow-x: scroll;
}

@media all and (min-width: 851px) {
.form-item, .form-actions {
	margin-bottom: 0.7em;
	margin-top: 0 !important;
}
.region-breadcrumb {
	padding: 0 0px 0.25em !important;
	margin-top: -5px;
}
.layout-container {
	max-width: 1170px;
}
.topheader {
	background: #0dabdc;
	padding: 5px 0;
	text-align: right;/*	border-bottom: 1px dotted #d1fec7;*/
}
.block-text-resize a {
	border: 1px solid #fff !important;
}
.region-sidebar-first {
	margin-left: -15px;
}
.indian-emblem img {
	margin-left: 25px;
	height: 95px;
	margin-top: 5px;
}
.harygovt {
	display: inline-block;
	margin-top: 7px;
}
.harygovt img {
	height: 100px;
}
.indian-emblem {
	display: inline-block;
}
.highlighted .layout-container h2 {
	position: absolute;
	padding: 8px 15px;
	background: #786322;
	text-align: center;
	left: 0;
	top: 0;
	border-left: none;
	color: #fff;
	margin: 0px;
	width: 130px;
	height: 35px;
	font-weight: 600;
	box-sizing: border-box;
	font-size: 1em;
}
.highlighted .layout-container .block .content {
	margin: 0;
	padding: 0;
	padding: 6px 150px 7px 155px;
	background: #486226;
	width: 100%;
	height: 35px;
	box-sizing: border-box;
}
.highlighted .views-slideshow-controls-bottom {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	background: #786322;
	height: 35px;
	overflow: hidden;
	padding: 4px 6px 4px 11px;
	box-sizing: border-box;
}
.region-header .search-block-form {
	position: absolute;
	right: 20px;
	width: 230px;
	bottom: 20px;
}
.path-frontpage #content .views-row:nth-child(2) article, .path-frontpage #content .views-row:nth-child(3) article, .path-frontpage #content .views-row:nth-child(4) article, .path-frontpage #content .views-row:nth-child(5) article {
	padding-bottom: 0;
}
.cnametext {
	font-size: 1.9em;
}
}
.path-tenders .field-collection-item--name-field-tender-meta-field .field__label {
	font-size: .85em !important; float:  left;
}
.path-tenders .field-collection-item--name-field-tender-meta-field .field__item {
	font-size: .85em !important;
	float:  left; margin: 0 7px;
}
.path-tenders .field-collection-item--name-field-tender-meta-field .field--name-field-tender-document {
	font-size: 1.1em !important;float: none;    margin-bottom: 5px;
}
.path-tenders .views-table .field-collection-item {
	width: 100%;
	margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c6c6c6;
}
.path-tenders .views-table .field-collection-item:last-child { border-bottom: none;    margin-bottom: 0;
    padding-bottom: 0;} 
.page-node-type-tenders .field__items { width: 85%;}
.page-node-type-tenders .field--name-field-tender-document { float: left; }
.page-node-type-tenders .field--label-above {float: left;}
.page-node-type-tenders .field--label-above .field__label { margin: 0 7px;}
.path-tender-archive .field-collection-item--name-field-tender-meta-field .field__label {
	font-size: .85em !important; float:  left;
}
.path-tender-archive .field-collection-item--name-field-tender-meta-field .field__item {
	font-size: .85em !important;
	float:  left; margin: 0 7px;
}
.path-tender-archive .field-collection-item--name-field-tender-meta-field .field--name-field-tender-document {
	font-size: 1.1em !important;float: none;
}
.path-tender-archive .views-table .field-collection-item {
	width: 100%;
	margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c6c6c6;
}
.path-tender-archive .views-table .field-collection-item:last-child { border-bottom: none;    margin-bottom: 0;
    padding-bottom: 0;} 

@media all and (max-width: 991px) and (min-width: 300px) {
.table-data {
	overflow-x: scroll;
}
}

@media all and (max-width: 851px) and (min-width: 768px) {
.path-frontpage h2 {
	padding-bottom: 5px !important;
}
.highlighted a {
	color: #3e581d !important;
}
.site-branding__name {
	color: #686868;
	font-size: 1.6em;
	line-height: 1;
}
#block-righttoinformationact2005 a, #block-rkvy a {
	padding-bottom: 10px;
}
.view-announcements > .more-link, .view-news-press-releases > .more-link {
	margin-top: 0px;
	padding: 5px;
}
.view-announcements .view-footer .more-link, .view-news-press-releases .view-footer .more-link {
	margin-top: 0;
	padding: 5px;
}
.topheader {
	padding: 5px 0;
	text-align: right;
	background: #0dabdc;
}
.harygovt {
	display: inline-block;
}
.indian-emblem {
	display: inline-block;
}
.region-header .search-block-form {
	position: absolute;
	right: 30px;
	width: 180px;
	bottom: 20px;
}
.highlighted .layout-container .block .content {
	margin: 0;
	padding: 0;
	padding: 6px 15px 7px;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.highlighted .field-content a:hover {
	color: #3e581d !important;
}
#block-indianemblem {
	float: right;
	margin-right: 10px;
}
.indian-emblem {
	float: right;
}
.highlighted .views-slideshow-controls-bottom {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	background: #786322;
	height: 32px;
	overflow: hidden;
	padding: 4px 6px 4px 11px;
	box-sizing: border-box;
}
.sidebar .block {
	padding: 0 !important
}
.cnametext {
	font-size: 1.9em;
}
}

@media all and (max-width: 852px) and (min-width: 851px) {
.highlighted .layout-container .block .content {
	text-align: center;
	padding: 6px 150px 7px 155px;
}
.highlighted a {
	color: #fff !important;
}
}

@media all and (max-width: 851px) and (min-width: 851px) {
.highlighted .views-slideshow-controls-bottom {
	height: 33px;
}
}

@media all and (max-width: 850px) and (min-width: 320px) {
footer .site-footer__top.clearfix {
	padding: 0 10px;
}
.cnametext {
	font-size: 1.9em;
}
.highlighted .views-element-container {
	white-space: normal !important;
	text-overflow: inherit;
}
.dark .highlighted .views-element-container a {
	color: #000 !important;
}
}

@media all and (max-width:1180px) and (min-width:280px) {
footer .site-footer__top.clearfix {
	padding: 0 10px !important;
}
}

@media all and (max-width: 768px) and (min-width: 481px) {
.cnameslogan {
	margin-top: 5px;
}
.cnametext {
	font-size: 1.5em;
	line-height: 25px;
}
.highlighted a {
	color: #486226 !important;
}
#views_slideshow_cycle_teaser_section_latest_news-block_1 {
	height: auto;
	background: #e3e8d8;
	min-height: 53px;
	text-align: center;
	overflow: hidden;
}
.fixed {
	position: static !important;
}
.dark #views_slideshow_cycle_teaser_section_latest_news-block_1 {
	background: #999999;
}
.site-branding__name {
	color: #686868;
	font-size: 1.6em;
	line-height: 1;
	margin-top: 30px;
	max-width: 80%;
}
#block-righttoinformationact2005 a, #block-rkvy a {
	padding-bottom: 10px;
}
.view-announcements > .more-link, .view-news-press-releases > .more-link {
	margin-top: 0px;
	padding: 5px;
}
.view-announcements .view-footer .more-link, .view-news-press-releases .view-footer .more-link {
	margin-top: 0;
	padding: 5px 0;
}
.highlighted .views-slideshow-controls-bottom {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	background: #786322;
	height: 32px;
	overflow: hidden;
	padding: 4px 6px 4px 11px;
	box-sizing: border-box;
}
.site-branding__logo {
	padding: 0 10px;
}
.topheader .skipcontent {
	display: none;
}
.topheader #block-textresize {
	display: none;
}
.topheader #block-themechange {
	display: none;
}
.topheader {
	padding: 5px 0;
	text-align: center;
	background: #0dabdc;
}
.highlighted .layout-container h2 {
	position: relative;
	padding: 8px 15px;
	background: #486226;
	text-align: center;
	left: 0;
	top: 0;
	display: block;
	border-left: none;
	color: #fff;
	margin: 0;
	height: 35px;
	font-weight: 600;
	text-shadow: 0 1px 0 #488650;
	box-sizing: border-box;
	font-size: 1em;
}
#block-indianemblem {
	float: right;
	margin-right: 10px;
}
.harygovt {
	float: left;
}
.harygovt img {
	height: 60px;
}
.indian-emblem {
	float: right;
}
.region-header .search-block-form {
	position: absolute;
	right: 30px;
	width: 180px;
	bottom: 17px;
}
.search-form .form-search {
	float: left;
	padding: 5px 10px;
	border-radius: 2px 0 0 2px;
	margin: 0;
	border-right: none;
	outline: none;
	width: 125px;
	font-size: 0.929em;
	height: 20px;
	max-width: 70px;
}
.sidebar .block {
	padding: 0 !important
}
.topheader #block-languageswitcher ul li {
	display: inline-block;
	line-height: 18px !important;
	padding: 2px 7px !important;
	border: 1px solid #fff;
	margin-left: 5px;
	border-radius: 3px;
}
.highlighted .views_slideshow_slide {
	margin-top: 10px;
}
#content .views-row:nth-child(2) article {
	min-height: 100%;
	padding-bottom: 15px;
}
.site-branding__logo {
	margin-right: 7px;
}
.region-header .site-branding__name {
	max-width: 100% !important;
	margin-top: 27px;
}
.highlighted .views-slideshow-controls-bottom {
	height: 35px;
	padding: 5px 6px 4px 11px;
}
.highlighted .layout-container h2 {
	text-align: left;
}
}

@media screen and (max-width: 625px) {
#block-indianemblem {
	margin-right: 0px;
}
}

@media all and (max-width: 735px) and (min-width: 431px) {
.region-header .site-branding__name {
	font-size: 1.2em;
}
}

@media all and (max-width: 730px) and (min-width: 481px) {
.region-header .site-branding__logo {
	margin-right: 7px;
}
.region-header .site-branding__name {
	font-size: 1.2em;
}
.region-header .site-branding__slogan {
	font-size: 1em;
}
}

@media all and (max-width: 670px) and (min-width: 480px) {
footer .site-footer__top.clearfix {
	padding: 0 10px;
}
#block-companyname {
	float: none !important;
	margin-top: 4px;
	border-bottom: 1px dotted #ccc;
}
.cnameslogan {
	margin-top: 5px;
}
.cnametext {
	font-size: 1.8em;
	line-height: 28px;
}
#block-bartik-branding {
	margin-bottom: 5px;
	margin-right: 15px;
}
.region-header .search-block-form {
	left: 2px;
	right: auto;
	float: left;
}
}

@media all and (max-width: 480px) and (min-width: 300px) {
footer .site-footer__top.clearfix {
	padding: 0 10px;
}
#block-companyname {
	float: none !important;
	margin-top: 10px;
}
.cnameslogan {
	margin-top: 5px;
	text-align: left;
}
.cnametext {
	font-size: 1.5em;
	line-height: 25px;
}
.dark .site-branding__logo {
	margin: 0 auto;
}
#block-searchform {
	left: 0 !important;
}
.path-frontpage .highlighted h2 {
	padding-bottom: 7px;
}
#views_slideshow_cycle_teaser_section_latest_news-block_1 {
	height: auto;
	background: #e3e8d8;
	min-height: 53px;
}
.highlighted a {
	color: #3e581d !important;
}
.dark #views_slideshow_cycle_teaser_section_latest_news-block_1 {
	background: #999999;
}
.site-branding__logo img {
	vertical-align: top;
	width: 50px;
	margin-bottom: 5px;
}
#content .views-row:nth-child(5) article, #content .views-row:nth-child(2) article {
	min-height: 100%;
	padding-bottom: 15px;
}
#block-righttoinformationact2005 a, #block-rkvy a {
	padding-bottom: 10px;
}
.view-announcements > .more-link, .view-news-press-releases > .more-link {
	margin-top: 0px;
	padding: 5px;
}
.view-announcements .view-footer .more-link, .view-news-press-releases .view-footer .more-link {
	margin-top: 0;
	padding: 5px 0;
}
#block-searchform {
	float: left;
	font-size: 0.875rem;
}
.branding__text a, .site-branding a {
	color: #000 !important;
	display: block;
}
.region-header .site-branding {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 5px;
	margin-top: 0.429em;
	padding: 7px 10px;
	text-align: center;
}
.topheader #block-languageswitcher ul li {
	display: inline-block;
	line-height: 18px !important;
	padding: 2px 7px !important;
	border: 1px solid #fff;
	margin-left: 5px;
	border-radius: 3px;
}
.sidebar .block {
	padding: 0 !important
}
.region-slider-area .views-field-title {
	display: none !important;
}
.region-slider-area .views-field-body {
	display: none !important;
}
.highlighted .views-slideshow-controls-bottom {
	height: 32px;
}
.highlighted .layout-container .block .content {
	margin: 0;
	padding: 0;
	padding: 6px 15px 7px;
	background: #e3e8d8;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.region-header .search-block-form {
	position: absolute;
	left: 2%;
	width: 80%;
	bottom: 2px;
}
.form-item, .form-actions {
	margin-bottom: 0.7em;
	margin-top: 0 !important;
}
.container-inline div, .container-inline label {
	float: left;
}
.region-header .site-branding {
	margin-top: 0.429em;
	border-bottom: 1px solid #cccccc;
	padding: 7px 0px;
	margin-bottom: 5px;
}
.topheader .skipcontent {
	display: none;
}
.topheader #block-textresize {
	display: none;
}
.topheader #block-themechange {
	display: none;
}
.topheader {
	background: #0dabdc;
	padding: 5px 0;
	text-align: center;
}
#block-indianemblem {
	float: right;
	margin-right: 0px;
	text-align: right;
}
.indian-emblem img {
	margin-left: 10px;
	height: 50px;
}
.indian-emblem img {
	margin-right: 8px;
	padding-top: 2px;
}
.region-header .search-block-form {
	bottom: 3px;
}
.harygovt {
	display: inline-block;
}
.harygovt img {
	height: 50px;
}
.indian-emblem {
	display: inline-block;
}
.highlighted .views-slideshow-controls-bottom {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	background: #786322;
	height: auto;
	overflow: hidden;
	padding: 4px 6px 4px 11px;
}
.fixed {
	position: static;
}
#block-bartik-branding {
	float: left;
}
#block-companyname {
	float: none !important;
	margin-top: 4px;
	border-bottom: 1px dotted #ccc;
}
.region-header .site-branding {
	border-bottom: none;
}
.cnametext {
	font-size: 1.3em;
}
}
.site-footer .footer-menu .region-footer-menu nav h2 {
	display: none;
}
#block-views-block-news-press-releases-block-1 {
	border: 1px solid #ebebeb;
	margin-bottom: 15px;
}
.dark .indian-emblem {
	width: 62px !important;
	height: 97px;
	background: url(../images/emblem-whitee.png) no-repeat;
}
.site-branding__text {
	display: none!important;
}
.display-none {
	display: none;
}
.view-video-gallery .views-field-title a {
	padding-left: 7px;
	font-size: 1.1em;
	font-weight: bold !important;
}
.view-video-gallery .item-list ul li {
	display: inline-block;
	margin: 4px 5px 10px;
	max-width: 100%;
	padding: 0;
	position: relative;
	text-align: center;
	transition: all 0.22s ease-in-out 0s;
	box-shadow: 2px 2px 3px #ccc;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
	width: 32%;
    min-height: 138px;
    cursor: pointer;
    box-sizing: border-box;
}
.view-video-gallery .item-list ul li:before{ display:none;}
.view-video-gallery ul {
	list-style: outside none none;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.view-video-gallery ul li {
	border: 5px solid #eee;
	display: block;
	float: left;
	overflow: hidden;
}
.view-video-gallery ul li img {
	overflow: hidden;
    display: block;
    vertical-align: top;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    min-height: 130px;
    margin-bottom: 10px;
}
.view-video-gallery img:hover {
	opacity: 1;
	transform: scale(1.1, 1.1);
	text-decoration: none;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.view-video-gallery .field--name-field-video-name {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	color: #fff;
	display: block;
	left: 0;
	opacity: 1;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	text-align: center;
	transition: all 0.22s ease-in-out 0s;
	z-index: 9;
}
.dark .view-video-gallery ul li {
	border: 5px solid #444;
	display: block;
	float: left;
	overflow: hidden;
}
.dark .view-video-gallery ul li {
	box-shadow: 2px 2px 3px #333;
	display: inline-block;
	margin: 4px 5px 15px;
	max-width: 100%;
	padding: 0;
	position: relative;
	text-align: center;
	transition: all 0.22s ease-in-out 0s;
}
.view-news-press-releases .view-empty, .view-news-press-releases-archieve .view-empty {
	padding: 15px 0px;
	text-align: center;
	background: #ccc;
	border-radius: 25px;
	color: #000;
}
#block-views-block-news-press-releases-block-1 .view-empty {
	margin: 69px 0;
}

@media all and (min-width:1025px) and (max-width:1168px) {
.view-video-gallery .item-list ul li {
	width: 30%;
	display: inline-block;
	margin: 2px 5px 5px;
	text-align: center;
	padding: 0px;
}
}

@media all and (min-width:769px) and (max-width:1024px) {
.view-video-gallery .item-list ul li {
	width: 30%;
	display: inline-block;
	margin: 2px 5px 15px;
	text-align: center;
	padding: 0px;
}
}

@media all and (min-width:769px) and (max-width:866px) {
.view-video-gallery .item-list ul li {
	width: 29%;
	display: inline-block;
	margin: 2px 5px 5px;
	text-align: center;
	padding: 0px;
}
}

@media all and (min-width:460px) and (max-width:768px) {
.item-list ul li {
	display: inline-block;
	margin: 0;
	text-align: center;
	padding: 0.2em 0.5em 0 0;
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
}
.view-video-gallery .item-list ul li {
	display: inline-block;
	margin: 2px 5px 15px;
	text-align: center;
	padding: 0px;
	width: 30%;
	min-height: 80px;
}
.view-video-gallery .field--name-field-video-name {
	display: none;
}
}

@media all and (min-width:460px) and (max-width:609px) {
.view-video-gallery .item-list ul li {
	display: inline-block;
	margin: 2px 5px 15px;
	text-align: center;
	width: 29%;
	min-height: 80px;
}
}

@media all and (min-width:300px) and (max-width:480px) {
.view-video-gallery .item-list ul li {
	display: inline-block;
	margin: 2px 4px 7px;
	text-align: center;
	padding: 0px;
	width: 29%;
	min-height: 90px;
}
.view-video-gallery .field--name-field-video-name {
	display: none;
}
}

@media all and (min-width:300px) and (max-width:425px) {
.view-video-gallery .item-list ul li {
	display: inline-block;
	margin: 2px 3px 7px;
	text-align: center;
	position: relative;
	width: 98%;
}
}

@media all and (min-width:300px) and (max-width:360px) {
.view-video-gallery .item-list ul li {
	min-height: 70px;
}
}
fieldset {
	border: 1px solid rgba(255, 255, 255, 0);
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
#block-others ul li a:hover {
	transform: scale(1.1, 1.1);
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
}
ul.pager__items.js-pager__items li::before {
	content: none !important;
}

.newspress-new-gif {
    left: -18px;
    position: absolute;
}