/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* Paragraph & Typographic */
p {
}

.centered {
    text-align: center;
}

.mt {
	margin-top: 40px;
}

/* Links */
a {

    word-wrap: break-word;


}

a:hover,
a:focus {
    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 */
 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #74cfae;
}

.navbar-brand {
	font-size: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.btn-theme {
	color: #ffffff;
	background-color: #74cfae;
	border-color: transparent;
}

.btn {
	padding: 10px 30px;
	margin-bottom: 0;
	font-size: 18px;
	border: 5px solid transparent;
	border-radius: 0px;
}

.lead {
	letter-spacing: 1px;
}


	NEWSTICKERS
*/


/* nt-title */

#nt-title-container {
	background: #F2F2F2;
}

#nt-title {
}

#nt-title li {
	font-size: 28px;
	color: #4E4E4E;
	white-space: nowrap;
	list-style: none;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* nt_left_news */

#nt_left_news {
	max-width: 620px;
	margin: auto;
}

#nt_left_news-container {
	text-align: center;
}

#nt_left_news-container i {
	font-size: 55px;
	margin: 1px;
	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;
	text-shadow: 1px 1px 5px 3px #333;
	color: #ccc;
}

#nt_left_news-container i:hover {
	color: #330066;
}

#nt_left_news li {
	color: #321962;
	overflow: hidden;
	height: 535px;
	padding: 5px 0px;
	list-style: none;
	text-align: left;
	margin-left: 0px;
}

#nt_left_news li:hover {
	background: #FFF;
}

/* nt_right_calendar */

#nt_right_calendar {
	max-width: 620px;
	margin: auto;
}

#nt_right_calendar-container {
	text-align: center;
}

#nt_right_calendar-container i {
	font-size: 55px;
	margin: 1px;
	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;
	text-shadow: 1px 1px 5px 3px #333;
	color: #ccc;
}

#nt_right_calendar-container i:hover {
	color: #330066;
}

#nt_right_calendar li {
	color: #321962;
	overflow: hidden;
	height: auto;
	padding: 5px 0px;
	list-style: none;
	text-align: left;
	margin-left: 0px;
}

#nt_right_calendar li:hover {
	background: #FFF;
}

@media (min-width: 768px) and (max-width: 1024px) {
#nt_left_news-container i, #nt_right_calendar-container i {
	font-size: 45px;
}
}