/* main navigation */
@media (min-width: 992px) {
    #master-nav a.nav-link.nav-btn.nav-btn {
        margin-left: 0;
    }
	#master-nav a.nav-link.nav-btn {
    padding: .75rem 1.5rem .6rem;
	}
}
/*.card {border:0; }*/
.break-line {background: transparent url(/today/images/skin/today-hr.png) no-repeat left top; height: 3px;}
a.section {color:#B24824; text-transform:uppercase;font-family: 'Roboto Condensed',"Helvetica","Arial",sans-serif;}

.card-1 {background-color: #f8f9fa;}
.card-5 {background-color: #343a40;} 
/*.card5 .card-body {border: 1px solid #999;}*/
.card-2 {background-color: #e9ecef;}
.card-3 {background-color: #2F3A50;}
.card-4 {background-color: #495057;}
.card-5 .card-body a, .card-3 .card-body a, .card-4 .card-body a {color:#ffffff;}
.card-5 .card-body, .card-3 .card-body, .card-4 .card-body { color:#ffffff;}
.card-1 .card-body a, .card-2 .card-body a {color:#343a40;}


.showmore a.btn.collapsed:before
{
    content:'More stories' ;
    display: inline-block;
	color: #ffffff;
}
.showmore a.btn:before
{
    content:'Less stories' ;
    display:inline-block;
	color: #ffffff;
}
@media only screen and (min-width : 992px) {
	.head-image-caption {
		border-top: 1px solid #838898;	
	}
}
.text-gray-dark {color: #6F7585 !important;}

/*.btn-secondary {
	background: #6b6668 !important;
  color: #ffffff;
  border-color: #6b6668 !important;
}

.btn-secondary:hover {
	background: #a09aa3 !important;
	border-color: #a09aa3 !important;
}*/



/*.badge { font-weight:normal; color:#111111;}*/




/*text-align:center;*/
/*.card-white, .card-white .card-footer {background-color: #ffffff;}*/
/*.card-transparent {background-color: transparent;}
.card .card-body {padding-top: 10px;}*/

/*.card .card-title a {color:#343a40; font-family: Georgia, "Times New Roman", Times, serif;}*/
/*.card .card-text { color:#555555; line-height:1.4rem;}*/
/*.card .card-footer {border:0;margin:0;}*/

/*.card .card-header { text-align:center;padding:0;border:0;}
.card .card-header a {color:#ffffff; display:block;padding: 10px 5px; background-color:#8cb0db;}
.card .card-header a:hover {color:#ffffff;background-color:#6991c0;}*/

/*.card-wide {}
.card-wide .card-body { padding: 10px 0 0 0;}
.card-wide .card-footer {padding:15px 0 0 0;}*/

/*.card-gray {background-color: #ededf0;} eaebec f7f7f7
.card-gray .card-footer {background-color: #ededf0;}*/




/*.card .card-header-empty {
	border-bottom: 5px solid #c44e28;} 2472b5*/


.modal-fluid {
	text-align:center;}

.modal-fluid .modal-dialog {
    display:inline-block;
	max-width:100%; 
}

.modal-fluid img {
    max-width:100%;
}


/*.overlay-border {
	border-bottom: 5px solid #c44e28;} 2472b5

.image-overlay-container {
  position: relative;
  width: 100%;
}

.image-overlay {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,0.6);
}

.image-overlay-container:hover .overlay-container {
  opacity: 1;
}

.text-overlay { width:100%; height:100%;
  color: white;
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.text-overlay a {
	color: white;
	text-decoration: none;
	display: block;
	height:inherit;}
.text-overlay a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.inner-overlay {
  display: inline-block;
  vertical-align: middle;
}*/
