﻿body {
	background-color: #fff;
	font-family: "Open Sans";
	font-size: 14px;
	color: #555555;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Open Sans";
	font-weight: 300;
	margin: 0;
}
a {
	/*color: #D96D00;*/
	color: inherit;
	text-decoration: none;
}
.h2 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}
/*grid customize*/
.no-row-space {
	margin-right: 0;
	margin-left: 0;
}
.no-row-space [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}
/*Header*/
#header {
}
.ts-header {
}
#header .header-icons .icons-social {
	margin: 0;
	padding: 0;
}
#header .icons-social .btn.btn-default {
	background: #696767;
	width: 30px;
	height: 30px;
	padding: 0;
	padding-top: 4px;
}
#header .icons-social .btn.btn-default > i {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
}
#logo {
	position: relative;
	/*height: 80px;*/
	margin-top: 5px;
}
#logo a.ts-logo img {
	width: 97px;
}
#logo .ts-logo {
	position: absolute;
	float: left;
	top: -9px;
	left: 0;
}
/*#logo .ts-logo{
  position: absolute;
  float: left;
}*/
#logo .ts-logo-title {
	margin-left: 140px;
	font-size: 24px;
	font-weight: bold;
	float: left;/*padding-top: 45px;*/
}
#logo .ts-logo-title a:hover {
	text-decoration: none;
	color: #D96D00;
}
.header-icons {
	margin-bottom: 10px;
}
.header-search {
	/*width:46%;*/
	padding-right: 0;
	margin-top: 6px;
}
.header-search .input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #333;
	text-align: center;
	background-color: transparent;
	/* border: none; */
	border-radius: 0px;
}
/*Main nav*/
.ts-main-nav {
	/* Firefox v3.6+ */
	background-image: -moz-linear-gradient(50% 0% 180deg, rgb(255,147,38) 0%, rgb(217,109,0) 100%);
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(255,147,38)), color-stop(1, rgb(217,109,0)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image: -webkit-linear-gradient(180deg, rgb(255,147,38) 0%, rgb(217,109,0) 100%);
	/* Opera v11.10+ */
	background-image: -o-linear-gradient(180deg, rgb(255,147,38) 0%, rgb(217,109,0) 100%);
	/* IE v10+ */
	background-image: -ms-linear-gradient(180deg, rgb(255,147,38) 0%, rgb(217,109,0) 100%);
	background-image: linear-gradient(180deg, rgb(255,147,38) 0%, rgb(217,109,0) 100%);
	height: 50px;
}
.ts-main-nav .navbar-nav > li > a {
	border-right: 1px #D96D00 solid;
	height: 49px;
}
.navbar {
	border: none;
}
.ts-main-nav .navbar-nav > li:first-child > a {
	border-left: 1px #D96D00 solid;
}
.ts-main-nav .nav > li > a {
	color: #fff;
	/*font-weight: 600;*/
	font-size: 1.14em;
}
.ts-main-nav .nav > li > a:hover, .ts-main-nav .nav > li > a:focus, .ts-main-nav .nav .open > a, .ts-main-nav .nav .open > a:hover, .ts-main-nav .nav .open > a:focus {
	background-color: #FFA500;
	border-color: transparent;
}
.navbar-default {
	background-color: transparent;
	border-color: #e7e7e7;
}
.navbar-default .navbar-collapse {
	border-color: #e7e7e7;
}
/*carousel*/
.ts-carousel {
	margin-top: 1px;
}
.ts-carousel .carousel-caption {
	right: 0;
	left: auto;
	text-align: left;
	background: rgba(0, 0, 0, 0.5);
	padding: 15px;
	bottom: 0%;
	width: 35%;
}
.ts-carousel .carousel-caption h3 {
	font-size: 20px;
	font-weight: bold;
}
.ts-carousel .carousel-caption p {
	font-size: 14px;
}
/*Whats new*/
.ts-whats-new .row {
	border: 1px solid #ddd;
	height: 30px;
}
.ts-whats-new .col-md-2 {
	background: #666;
	border-left: 10px solid #D90000;
	color: #fff;
	padding: 4px 14px;
	height: 28px;
	display: block;
}
.ts-whats-new a {
	text-decoration: none;
	color: #444;
	height: inherit;
	padding: 5px;
	display: block;
}
.col-left, .col-middle {
	padding-right: 0;
}
/*Page header*/
.page-header-wrapper {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.page-header {
	border-bottom: none;
	margin: 20px 0 5px;
	padding-bottom: 10px;
}
ol.breadcrumb.pull-right {
	margin-top: 20px;
}
.left-nav {
}
.widget-cm {
	border: 1px solid #ddd;
	border-top: transparent;
}
.widget-cm-img {
	padding: 8px;
	float: left;
}
.widget-cm-details {
	/* float: left; */
	margin-top: 20px;
}
.widget-cm-details a {
	color: #333;
	font-size: .95em;
	text-decoration: none;
}
.widget-cm-details a span {
	font-size: 1.1em;
	font-weight: 600;
}
.list-group-item.active {
	background-color: #D96D00;
	border-color: #D96D00;
	color: #ffffff !important;
}
.list-group-item.active:hover, .list-group-item.active:focus {
	background-color: #FFA500;
	border-color: #FFA500;
}
.sub-banner {
	margin-bottom: 20px;
}
.widget {
	height: 165px;
	position: relative;
	margin-bottom: 10px;
	background-color: #eee;
}
.widget a, .widget a:visited {
	color: #fff;
}
.widget .widget-img {
	width: 100%;
	height: 165px;
	position: relative;
}
.widget-heading {
	padding: 5px 10px;
	position: absolute;
	top: 0;
	left: 0;
	background: #666;
}
.widget-heading .widget-title {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.widget-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	padding: 10px;
}
.widget-footer > .widget-title {
	color: #fff;
	font-size: 24px;
	margin: 0;
}
.widget-footer a h3, .widget-footer a, .widget a:visited {
	color: #fff;
}
.widget-footer > .widget-text {
	color: #fff;
	font-size: 16px;
	margin: 0;
	height: 0px;
	opacity: 0;
	text-align: left;
}
.widget-heading.spotlight {
	background: #f00;
}
.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.ts-panel {
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}
.ts-profile {
	padding-bottom: 0;
}
.ts-profile .ts-profile-img {
	/* padding-bottom: 0; */
	padding: 0;
}
.ts-gallery-icons {
	margin: 0;
	background: #DB6D00;
	padding: 0;
	height: 180px;
}
.ts-gallery-icons .list-group-item {
	background: transparent;
	border: none;
	color: #fff;
}
.ts-gallery-img {
	padding: 0;
	background: #eee;
}
/*District urls*/

.ts-district-urls .row a {
	background: #ccc;
	display: block;
	width: auto;
	margin-bottom: 10px;
	padding: 5px 10px;
	color: #444;
}
.ts-district-urls .row:last-child {
	margin-bottom: -15px;
}
.ts-district-urls .row:nth-child(odd) a {
	background: #666666;
}
/*Footer*/
.ts-footer .footer-strip {
	background: #333;
	height: 50px;
}
.icons-social {
	padding-top: 7px;
	padding-right: 10px;
}
.icons-social .btn.btn-default {
	background: #696767;
	border-color: transparent;
	padding: 5px;
	margin: 0;
	width: 36px;
	height: 36px;
	border-radius: 0px;
	margin-left: 2px;
}
.icons-social .btn.btn-default > i {
	color: #fff;
	font-size: 20px;
	line-height: 26px;
}
.ts-footer .footer-links {
	background: #eee;
	padding-top: 20px;
}
.ts-footer .footer-links .list-unstyled li {
	margin-top: 10px;
}
.ts-footer .footer-links .list-unstyled a {
	color: #444;
	font-size: 0.9em;
}
.ts-footer .footer-main-links {
	margin-bottom: 40px
}
.ts-footer .footer-main-links .list-unstyled li {
	margin-top: 10px;
	font-size: 13px;
}
.ts-footer .footer-main-links .list-unstyled a {
	color: #444;
}
.ts-footer .footer {
	background: #eee;
	padding: 40px 0;
}
.footer-links {
	font-size: 1em;
}
.copyrights {
	font-size: 12px
}
/***********custom*********/
.size1 {
	font-size: 14px !important;
	margin-left: -3px;
}
.size2 {
	font-size: 14px !important;
	margin-left: -3px;
}
.minus {
	position: absolute;
	font-size: 8px;
	right: 5px;
	top: 4px;
}
a.btn.btn-default.btn-cwhite {
	background: #ffffff !important;
}
.plus {
	position: absolute;
	font-size: 10px;
	right: 5px;
	top: 4px;
}
#header .icons-social .btn.btn-default .white {
	background: #fff !important;
	color: #333;
	padding: 0px 4px 3px 3px;
}
#header .icons-social .btn.btn-default .black {
	color: #ffffff !important;
	padding: 0px 4px 3px 3px;
}
.btn-cblack {
	background: #333333 !important;
}
.btn-cblack i {
	color: #ffffff !important;
}
#header .icons-social .btn.btn-default.lang {
	background: #696767;
	width: 60px;
	height: 30px;
	padding: 0;
	padding-top: 4px;
	color: #fff;
}
.ts-cust-input {
	width: 282px !important;
}
.ts-no-mar-bot {
	margin-bottom: 0px;
}
.widget-weather {
}
.widget-calendar {
}
.mar-right-2 {
	margin-right: 2px;
}
.media {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
}
.media-old .media-left {
	width: 74px;
}
.media h4 a {
	color: #d96d00 !important;
}
.media:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
/*anil s*/
.media-body h4 {
	font-size: 1.14em;
	/* font-weight:bold; */
	/* text-transform: uppercase; */
	color: #625D57;
}
/*anil e*/
.media-body h4 a:hover {
	color: #DB6F02;
}
/*anil s*/
.media-body p {
	font-size: .85em;
	margin-bottom: 0px;
}
/*anil e*/
/*******ticker*******/
#nt-title li {
	color: #4e4e4e;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 12px 0 10px;
}
/**********************/
/*  bhoechie tab */
div.bhoechie-tab-container {
	z-index: 10;
	background-color: #ffffff;
	padding: 0 !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #ddd;
	margin-top: 20px;
	margin-left: 50px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box;
	opacity: 0.97;
	filter: alpha(opacity=97);
}
div.bhoechie-tab-menu {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group {
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a {
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon	, div.bhoechie-tab-menu div.list-group>a .fa {
	color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child {
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child {
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active, div.bhoechie-tab-menu div.list-group>a.active .glyphicon, div.bhoechie-tab-menu div.list-group>a.active .fa {
	background-color: #5A55A3;
	background-image: #5A55A3;
	color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #5A55A3;
}
div.bhoechie-tab-content {
	background-color: #ffffff;
	/* border: 1px solid #eeeeee; */
	padding-left: 20px;
	padding-top: 10px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
	display: none;
}
.ms-signInLink {
	display: none !important;
}
.dropdown-menu {
	font-size: 1em;
}
.yamm-content a:hover {
	color: #D96D00 !important;
	text-decoration: underline;
}
.yamm ul.GoTDepartments {
	left: 0;
}
.yamm ul.GoTDepartments ul {
	padding-right: 3px;
	padding-left: 4px;
}
.yamm ul.GoTDepartments ul li {
	line-height: inherit;
}
.yamm-content li {
	padding-right: 10px;
	line-height: 25px;
}
#top-link-block a {
	color: #ffffff;
}
#top-link-block.affix-top {
	position: absolute; /* allows it to "slide" up into view */
	bottom: -300px; /* negative of the offset - height of link element */
	right: 0px; /* padding from the left side of the window */
}
#top-link-block.affix {
	animation: fdsseq .5s forwards;
	position: fixed; /* keeps it on the bottom once in view */
	bottom: 18px; /* height of link element */
	right: 0px; /* padding from the left side of the window */
}
.well {
	margin: 0.9em;
	padding: 1em 0.6em 0.4em 0.6em;
	border-radius: 0px;
	color: #fafafa;
	text-decoration: none !important;
	border: 1px solid transparent;
	background: rgba(217, 109, 0, 0.3)/*#D96D00*/;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.well:hover {
	background: rgba(217, 109, 0, 0.6)/*#D96D00*/;
	text-decoration: none !important;
}
#footer li {
	display: inline;
	padding: 0 8px;
	border-right: 1px solid #999999;
}
#footer li a, #footer {
	color: #666666;
	font-size: 13px;
}
#footer ul {
	text-align: center;
	margin-bottom: 0;
}
#footer {
	text-align: center;
	padding-bottom: 15px;
	margin-top: 20px;
}
#footer li:last-child {
	border: none;
}
#header .icons-social .GoT-btn-Font .btn.btn-default {
	background: #cccccc;
	margin: 0;
	border: 1px solid #888888;
	border-top: 0;
	border-right: 0;
}
#header .icons-social .GoT-btn-Font .btn.btn-default:last-child {
	border-right: 1px solid #888888;
}
#header .icons-social .GoT-btn-Font .btn.btn-default > i, #header .icons-social .GoT-btn-Font .btn.btn-default {
	color: #333333;
}
#header .icons-social .GoT-btn-Social .btn.btn-default {
	background: #999999;
}
#header .icons-social .GoT-btn-Social .btn.btn-default > i {
	color: #ffffff;
}
.fa-wheelchair {
	font-weight: bold;
}
#header .icons-social .GoT-btn-Lang .btn.btn-default, #header .icons-social .GoT-btn-Lang .btn.btn-default:last-child {
	border: 0;
	padding-top: 5px;
}
.ts-panel h2 {
	color: #333333;
}
.ts-profile-img img {
	position: relative;
}
.ts-profile-img img:hover {
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-o-transition: all 1s ease; /* IE 9 */
	-ms-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
	width: 100%;
	margin-top: -10px;
}
/*Color Bliend Starts*/
.GoT-Black, .GoT-Black .ts-footer .footer-links .list-unstyled a, .GoT-Black a.list-group-item, .GoT-Black .ts-panel h2, .GoT-Black .ts-district-urls .row a, .GoT-Black .media h4 a, .GoT-Black .yamm-content a:hover, .GoT-Black .yamm-content a, .GoT-Black .ms-vb a.ms-listlink, .GoT-Black .ms-vb2 a.ms-listlink, .GoT-Black .ms-vb-user a.ms-listlink, .GoT-Black .ms-vb a.ms-listlink:visited, .GoT-Black .ms-vb a.ms-listlink:visited:hover, .GoT-Black .ms-rtestate-field h4, .GoT-Black h4.ms-rteElement-H4, .GoT-Black #logo .ts-logo-title a, .GoT-Black #logo .ts-logo-title a:hover, .GoT-Black .ts-whats-new a {
	color: #ffffff !important;
}
.GoT-Black, .GoT-Black .ts-footer .footer-links, .GoT-Black a.list-group-item, .GoT-Black .dropdown-menu {
	background-color: #000000 !important;
}
.GoT-Black .ts-district-urls .row a, .GoT-Black .table-striped > tbody > tr:nth-child(odd), .GoT-Black .GoTBody .ms-listviewtable tr:nth-child(even), .GoT-Black .breadcrumb, .GoT-Black #ProfileDetails> div:nth-child(2) >div> div:nth-child(even) {
	background: #333333;
}
.GoT-Black .ts-main-nav, .GoT-Black .ms-listviewtable thead, .GoT-Black .list-group-item.active, .GoT-Black .list-group-item.active:hover, .GoT-Black .list-group-item.active:focus, .GoT-Black .list-group-item:hover {
	background: linear-gradient(180deg, rgb(20, 20, 20) 0%, rgb(51, 51, 51) 100%) !important;
}
.GoT-Black .ts-main-nav .nav > li > a:hover, .GoT-Black .ts-main-nav .nav > li > a:focus, .GoT-Black .ts-main-nav .nav .open > a, .GoT-Black .ts-main-nav .nav .open > a:hover, .GoT-Black .ts-main-nav .nav .open > a:focus {
	background: linear-gradient(180deg, rgb(51, 51, 51) 0%, rgb(0, 0, 0) 100%);
}
.GoT-Black .ts-main-nav .navbar-nav > li > a {
	border-right: 1px #999999 solid;
}
.GoT-Black .ts-main-nav .navbar-nav > li:first-child > a {
	border-left: 1px #999999 solid;
}
.GoT-Black img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}
.GoT-Black .ts-gallery table {
	background-color: #000000 !important;
}
.GoT-Black .ms-acal-error, .GoT-Black .ms-acal-rootdiv {
	background-color: #ffffff;
}
.GoT-Black .ms-acal-item {
	background-color: #D7D7D7;
}
.GoT-Black .ms-acal-today nobr {
	color: #ffffff !important;
	background: #979797;
}
.GoT-Black .well {
	margin: 0.9em;
	padding: 1em 0.6em 0.4em 0.6em;
	border-radius: 0px;
	color: #fafafa;
	text-decoration: none;
	border: 1px solid transparent;
	background: #999999/*#D96D00*/;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.GoT-Black .ts-whats-new .col-md-2 {
	border-left: 10px solid #333333;
}
.GoT-Black .navbar-default .navbar-nav > li > a:hover {
	color: #ffffff;
}
.GoT-Black .hover-menu {
	background: linear-gradient(180deg, rgb(51, 51, 51) 0%, rgb(0, 0, 0) 100%);
}
/*Color Bliend Ends*/
.hover-menu {
	background: #FFA500;
}
.GoT-Black .list-group-item {
	background-color: #000000;
}
/*********accordion*********/
.accordion-container {
	width: 100%;
	margin: 0 0 2px;
	clear: both;
}
.accordion-container a {
	text-decoration: none;
}
.accordion-toggle {
	position: relative;
	display: block;
	padding: 10px;
	font-weight: 400;
	background: #f8f8f8;
	color: #333;
	text-decoration: none;
	border: 1px solid #f6f6f6
}
.accordion-toggle.open {
	background: #f3f3f3;
	color: #D96D00;
	font-weight: 600;
}
.accordion-toggle:hover {
	background: #f6f6f6;
}
.accordion-toggle span.toggle-icon {
	position: absolute;
	top: 9px;
	right: 20px;/*font-size: 1.5em;*/
}
.accordion-content {
	border: 1px solid #f6f6f6;
	display: none;
	padding: 20px;
	overflow: auto;
}
    /*.accordion-content img {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    max-width: 100%;
    height: auto;
    }*/
     
    /* media query for mobile */
    @media (max-width: 767px) {
.accordion-content {
	padding: 10px 0;
	overflow: inherit;
}
}
.ts-bullet-orange {
	color: #D96D00;
}
.ts-bullet-orange li span {
	color: #666;
}
.ts-orange {
	color: #D96D00
}
.ts-orange1 {
	color: #D96D00 !important;
}
.mar-bot-10 {
	margin-bottom: 10px;
}
.mar-top-20 {
	margin-top: 20px;
}
.ts-sub-header {
	margin-bottom: 20px;
	padding-bottom: 5px;
	/* border-bottom: 2px dotted #ccc; */
	color: #D96D00 !important;
	line-height: 1 !important;
}
/*********tabs***********/

.tab-content {
	padding: 20px;
	border: 1px solid #DFDFDF;
	margin-top: -1px;
}
.nav-tabs > li > a {
	border-color: #DFDFDF #DFDFDF #DFDFDF;
	background-color: #DFDFDF;
	color: #000;
}
.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;/* background-color: #eee; */
}
.widget-cm .icons-social .btn.btn-default {
	background: rgb(204, 204, 204);
	width: 30px;
	height: 30px;
	padding: 0;
	padding-top: 2px;
}
.widget-cm .icons-social .btn.btn-default.ic-facebook:hover {
	background: #3B5999;
}
.widget-cm .icons-social .btn.btn-default.ic-twitter:hover {
	background: #00bffe;
}
.widget-cm .icons-social .btn.btn-default.ic-youtube:hover {
	background: #C32F2A;
}
a.btn.btn-default.ic-facebook:hover {
	background: #3B5999;
}
a.btn.btn-default.ic-twitter:hover {
	background: #00bffe;
}
a.btn.btn-default.ic-youtube:hover {
	background: #C32F2A;
}
.more-info {
	margin-bottom: 10px;
}
.info {
	margin-right: 15px;
}
.photo-modal {
	width: 60%;
}
#myModal1 button.close {
	min-width: 0;
	font-size: xx-large;
	background: #cccccc;
	opacity: 1;
	padding: 0px 6px;
	border-radius: 19px;
	border: 2px solid #ffffff;
	right: -19px;
	top: -19px;
	position: absolute;
}
button.close {
	min-width: 10px;
}
.icon-social.btn-default:hover, .icon-social.btn-default:focus, .icon-social.btn-default.focus, .icon-social.btn-default:active {
	color: inherit;
	background: none;
	border: none;
	box-shadow: none;
}
/*DL, DT, DD TAGS LIST DATA*/
.dl {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.dl dt {
	background: #D8D8D8;
	color: #6B6B6B;
	float: left;
	font-weight: normal;
	margin-right: 10px;
	padding: 5px;
	width: 180px;
	border-top: 1px solid #ccc;
}
.dl dd {
	margin: 0;
	padding: 6px 0;
	border-top: 1px solid #ccc;
}
.profile-name {
	margin-bottom: 15px;
}
.profile-designation {
	margin-bottom: 10px;
}
.content-innerpage {
	margin-bottom: 20px;
}
.table {
	border-bottom: 2px solid #ccc;
}
.table th {
	border-top: none!important;
	color: #fff;
	font-weight: normal;
}
.table-primary th {
	background: #D96D00;
}
.ts-news .glyphicon {
	color: rgb(204, 204, 204);
}
div#GoTVisitors {
	color: #ffffff;
	font-weight: bold;
	background: #000000;
	background: -moz-linear-gradient(top, #000000 0%, #333333 25%, #969696 50%, #333333 75%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(25%, #333333), color-stop(50%, #969696), color-stop(75%, #333333), color-stop(100%, #000000));
	background: -webkit-linear-gradient(top, #000000 0%, #333333 25%, #969696 50%, #333333 75%, #000000 100%);
	background: -o-linear-gradient(top, #000000 0%, #333333 25%, #969696 50%, #333333 75%, #000000 100%);
	background: -ms-linear-gradient(top, #000000 0%, #333333 25%, #969696 50%, #333333 75%, #000000 100%);
	background: linear-gradient(to bottom, #000000 0%, #333333 25%, #969696 50%, #333333 75%, #000000 100%);
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );*/
	width: 100px;
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	letter-spacing: 6px;
	padding-left: 5px;
	text-shadow: 0 0 4px black;/*, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black, 0 0 4px black;*/
	font-size: 18px;
	padding: 3px 5px;
}
/***********news****************/
.ts-news-item {
	border-bottom: 1px dashed #f90;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.ts-Tile-item {
	padding-bottom: 45px !important;
}
.ts-news-item:last-child {
	border-bottom: none;
}
.ts-news-item h3 {
	border-left: 5px solid #f90;
	padding-left: 20px;
}
.ts-news-info {
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 5px;
	margin: 20px 0 30px 0
}
.ts-news-item .new-image {
	width: 400px;
	height: auto;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.firstLetter {
	float : left;
	font-size : 3.26em;
	line-height : 0.5;
	margin : 0.205em 0.153em 0 0;
}
.firstLetter + span {
	margin-left : -0.5em;
}
.web-link {
	color: #D96D00;
}
.web-link a:hover {
	color: #D96D00;
	text-decoration: underline;
}
.GoTBody {
	margin-bottom: 20px;
}
h2.ms-webpart-titleText {
	line-height: 2.1;
}
h2.ms-webpart-titleText a:hover, h2.ms-webpart-titleText a:focus {
	color: inherit;
	text-decoration: none;
}
a.ms-headerSortTitleLink:hover, a.ms-headerSortTitleLink:focus {
	text-decoration: none;
}
table.ms-listviewtable {
	width: 100%;
}
#myCarousel .pcaption {
	display: none;
}
.PVGallery {
	min-height: 615px;
}
.carousel-caption.pcaption {
	width: 100%;
	left: 0;
	padding: 20px 20px;
	background: #000000;
	bottom: 0;
	opacity: 0.75;
}
.text-title {
	font-size: 0.8em;
	font-weight: bold;
}
.album-right {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #eeeeee;
	margin-right: 0px;
}
.Gal-main-title {
	color: #ffffff;
	border-bottom-color: currentcolor;
	border-bottom-width: 0px;
	border-bottom-style: none;
	background-color: #666666;
	padding: 10px 10px;
}
#albums {
	margin-top: 15px;
}
.table.table-striped.table-primary {
	text-align: left;
}
.table.table-striped.table-primary tfoot {
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}
/*Breadcrumb*/

.btn-breadcrumb {
	margin-top: 20px;
}
.btn-breadcrumb .btn:not(:last-child):after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid white;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 100%;
	z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid rgb(173, 173, 173);
	position: absolute;
	top: 50%;
	margin-top: -17px;
	margin-left: 1px;
	left: 100%;
	z-index: 3;
}
.btn-breadcrumb .btn {
	padding: 6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
	padding: 6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
	padding: 6px 18px 6px 24px;
}
/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
	border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
	border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
	border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
	border-left: 10px solid #adadad;
}
/* The responsive part */

.btn-breadcrumb > * > div {
	/* With less: .text-overflow(); */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.btn-breadcrumb > *:nth-child(n+2) {
	display: none;
}

/* === For phones =================================== */
@media (max-width: 767px) {
.btn-breadcrumb > *:nth-last-child(-n+2) {
	display: block;
}
.btn-breadcrumb > * div {
	max-width: 60px;
}
}

/* === For tablets ================================== */
@media (min-width: 768px) and (max-width:991px) {
.btn-breadcrumb > *:nth-last-child(-n+4) {
	display: block;
}
.btn-breadcrumb > * div {
	max-width: 100px;
}
}

/* === For desktops ================================== */
@media (min-width: 992px) {
.btn-breadcrumb > *:nth-last-child(-n+6) {
	display: block;
}
.btn-breadcrumb > * div {
	max-width: 170px;
}
}
#ts-mostviewed {
	border-left: 1px dashed #ddd;
	padding-left: 20px;
}
#ts-mostviewed a {
	color: #666
}
#ts-mostviewed a:hover {
	color: #f90;
	text-decoration: none
}
#ts-mostviewed p {
	font-size: 12px;
}
#ts-mostviewed h5 {
	font-weight: bold;
}
#ts-mostviewed a.more {
	display: inline-block;
	padding: 0;
	text-align: inherit;
}
#ts-mostviewed a.more {
	font-size: 85%;
	font-weight: bold;
}
#ts-mostviewed h4 {
	padding-bottom: 10px;
}
#ts-mostviewed li {
	display: inline-block;
	border: 1px dashed #ddd;
	border-left: none;
	border-right: none;
	padding-left: 0
}
#ts-mostviewed li:last-child {
	border-bottom: none;
}
#ts-mostviewed li img {
	float: left;
}
.ts-mostviewed-text {
	position: relative;
	margin-left: 80px;
}
.yamm-content .GotGovernment li {
	padding-right: 12px;
}
.yamm-content .GotJudiciary li {
	padding-right: 40px;
}
.yamm-content .GotAbout li {
	padding-right: 30px;
}
.yamm-content .GotServices li {
	padding-right: 25px;
}
.breadcrumbnews {
	margin-top: 40px;
}
#bc1 a:last-child {
	cursor: default;
}
#bc1 a:last-child:hover {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.ft-links {
	margin-right: 15px;
}
.ts-news-item p {
	text-align: justify;
}
/*IE 11 calendar Starts*/
.ms-noworkdaydown br, .ms-caldown br, .ms-nonmonthdown br, .ms-nonmonthnoworkdaydown br {
	display: none;
}
.ms-noworkdaydown a, .ms-caldown a, .ms-nonmonthdown a, .ms-nonmonthnoworkdaydown a {
	position: absolute;
	background: rgb(254, 0, 0);
	height: 27px;
	width: 27px;
	border-radius: 25px;
	line-height: 0;
	font-size: 0;
	color: transparent;
	margin-left: -10%;
	color: #ffffff;
}
.ms-noworkdaydown, .ms-caldown, .ms-nonmonthdown, .ms-nonmonthnoworkdaydown, .ms-selecteddaydown {
	height: 34px;
	border: 0px;
	font-weight: normal;
	background-color: lightyellow;
	text-align: center;
}
.ms-noworkdaydown b, .ms-caldown b, .ms-nonmonthdown b, .ms-nonmonthnoworkdaydown b, .ms-selecteddaydown b {
	font-size: 0.95em;
	font-weight: normal;
	position: relative;
	z-index: 10;
}
td.ms-calDOWDown {
	border: 0px;
	background-color: lightyellow;
	padding: 5px 0;
	font-size: 0.95em;
	text-align: center;
}
td.ms-calhead {
	cursor: pointer;
	padding: 8px 10px;
	background-color: rgb(204, 204, 204);
	border: 0px;
}
#WebPartWPQ15 table {
	border: 1px solid #cccccc;
	border-bottom: 0px;
}
#WebPartWPQ15 .ms-acal-rootdiv table {
	border: 0px;
}
.ms-selecteddaydown b {
	color: #ffffff;
	background: #3EB573;
	border-radius: 21px;
	width: 20px;
	padding: 5px;
}
.cal-nonsel {
	background-color: inherit !important;
	color: inherit !important;
}
/*IE 11 calendar End*/


.cropit-image-preview {
	background-color: #f8f8f8;
	background-size: cover;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-top: 7px;
	width: 100%;
	height: 750px;
	cursor: move;
}
.cropit-image-background {
	opacity: .2;
	cursor: auto;
}
.image-editor .image-size-label {
	margin-top: 10px;
}
.image-editor input {
	display: block;
}
.image-editor .export {
	margin-top: 10px;
}
 @media screen and (max-width: 767px) {
#logo .ts-logo-title {
	margin-left: 0px;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	padding-top: 35px !important;
	text-align: right;
	height: 60px;
}
#logo .ts-logo {
	margin-left: -15px;
}
.navbar.yamm.navbar-default {
	top: -110px !important;
}
.ts-footer .footer-links .ft-links {
	margin-left: 10%;
}
.ts-whats-new {
	height: 60px;
}
#got-main-menu .navbar.yamm.navbar-default {
	padding-left: 10px !important;
}
.yamm .yamm-content {
	padding: 0px 30px 5px !important;
}
.navbar-nav {
	margin: 0;
}
li.Contacts .dropdown-menu, .GoT.Font14 li.Contacts .dropdown-menu {
	margin-left: 0 !important;
}
#navbar-collapse-1 {
	overflow-y: inherit;
}
.GoT-ToPMenu .dropdown {
	border-bottom: 1px solid #dddddd;
}
.ms-acal-error img {
	width: 100% !important;
	height: 31px !important;
}
}
 @media (max-width: 1199px) and (min-width: 992px) {
.navbar.yamm.navbar-default {
	margin-left: 0px !important;
}
.GoT-ToPMenu.GoT-ForSearch {
	width: 88%;
	padding-right: 0;
}
#got-search-panel {
	width: 12%;
}
#got-search-panel .ms-srch-sbLarge-fullWidth {
	width: 65% !important;
}
}
.ms-acal-error img {
	width: 100% !important;
	height: 31px !important;
}
/*social links*/
.social-links {
	position: fixed;
	right: 0px;
	background: #EAEAEA;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	top: 25%;
	padding: 0;
	z-index: 100;
}
.social-share-links {
	display: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
.social-share a {
	padding: 10px !important;
	background-color: transparent !important;
}
.social-share-links li {
	padding: 5px 0;
}
