/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* OVERALL ASPECT */


.news-container{
	width:100%;
}
.news-container-left{
	float:left;
	width:10%;
}
.news-container-right{
	float:right;
	width:85%;
}

.more-btn .button{
background: -webkit-linear-gradient(#021425, #021425); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#021425, #021425); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#021425, #021425); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#021425, #021425); /* Standard syntax */
    border: none;
    color: white;
    padding: 0px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
	border-radius:150px;
	font-weight:bold;
	display:block;
	margin-left:auto;
	margin-right:0px;
	margin-top:10px;
}
.more-btn .button:hover {
    background-color: #FFFF00;
    color: white;
}
.news-title{
	font-weight:bold;
	margin-bottom:10px;
	font-size:15px;
	line-height:20px;
}
.news-overview{
	font-size:15px;
	line-height:20px;
}

body {
	overflow-x: hidden;
}

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

.button {
	padding: 16px 30px;
	cursor: pointer;
	margin-bottom: 0;
	font-size: 18px;
	background: #74CFAE;
	color: #fff;
	display: inline-block;
	border-radius: none;
}

.button:hover {
	background-color: #37a079;
}



#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-example1 */

#nt-example1 {
	margin: auto;
}

#nt-example1-container {
	text-align: center;
	background: #fff;
    background: -webkit-linear-gradient(#ffffff, #e7e7e7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #e7e7e7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #e7e7e7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #e7e7e7); /* Standard syntax */
}

#nt-example1-container i {
	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;
	color: #1360a4;
}

#nt-example1-container i:hover {
	color: #1360a4;
}

#nt-example1 li {
	color: #4e4e4e;
	
	overflow: hidden;
	padding: 10px;
	line-height: 30px;
	list-style: none;
	font-size: 24px;
	text-align: left;
	border-bottom: 3px dotted #e4e2e2;
	height:200px;
}



