/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */


/* OVERALL ASPECT */

/* Links */
/*a {
    color: #f85c37;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}
a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
} */

/* Bootstrap Modifications */

/* WRAP SECTIONS */

/* Ticker */
.ticker {
    background-color: #0D0D0D;
}

.ticker ul, .ticker li {
    margin: 0;
	padding: 0;
	list-style: none;
}

/*  NEWSTICKER  */

#nt-events {
	/*max-width: 620px; */
	margin: auto;
}
.n-p-right {
    padding-right: 0;
}
.n-p-left {
    padding-left:0;
}
#nt-container {
	text-align: center;
   /*	margin-top: 107px;
	margin-bottom: 40px;
	height: 300px;*/
}
#name {
	color: #f2f2f2;
	/*background: #000000;*/
	height: 60px;
	padding: 10px 16px 10px 16px;
	line-height: 40px;
	font-size: 24px;
	text-align: left;
    	font-weight: 700;
}

#nt-container i {
	font-size: 36px;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#nt-container i:hover {
	color: #333;
}
#nt-events li {
	color: #f2f2f2;
	/*background: #000000;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 60px;
	padding: 10px 16px 10px 16px;
	line-height: 40px;
	list-style: none;
	font-size: 24px;
	text-align: left;
}
#nt-events li .state {
	font-size: inherit;
	margin: 0;
}
#nt-events span.hour {
	font-weight: 700;
}
#nt-events a {
    color: #FFFFFF;
}

#nt-events a:hover, #nt-events a:focus {
    color: #FFFFFF;
}

@media (max-width: 1200px) {
	#name, #nt-events li {
		font-size: 18px;
		font-weight: 300;
	}
}
@media (max-width: 767px) {
	#name, #nt-events li {
		font-size: 12px;
		font-weight: 300;
	}
}