/*single-news*/
.magazine-section .view {
	margin-bottom: 2rem
}

.magazine-section .single-news {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 1.5rem
}

.magazine-section .single-news:last-of-type {
	border-bottom: none
}

@media (max-width:772px) {
	.magazine-section .single-news {
		padding-bottom: 1rem
	}
}

.magazine-section .single-news .news-data {
	margin-bottom: 5rem
}

.magazine-section .single-news .news-data h6 {
	float: left
}

.magazine-section .single-news .news-data p,.magazine-section .single-news a .fa-angle-right {
	float: right
}

.magazine-section .single-news h3 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem
}

.magazine-section .single-news a {
	color: #424242;
	font-weight: 300;
	margin-bottom: 1rem
}

.magazine-section .single-news a:hover {
	color: #616161;
	-webkit-transition: .2s;
	transition: .2s
}

.magazine-section .single-news p {
	color: #757575
}

.magazine-section .single-news strong {
	font-weight: 500
}

.magazine-section.multi-columns h6 {
	margin-bottom: 1.5rem;
	text-align: center
}

.magazine-section.multi-columns .view {
	margin-bottom: 2rem
}

.magazine-section.multi-columns .single-news {
	padding-bottom: 1rem
}

.magazine-section.multi-columns .single-news strong {
	font-size: 1.2rem
}

/*contact*/
.section .contact-icons {
	text-align: center;
	list-style-type: none;
	padding: 0
}

.section .contact-icons li {
	margin-bottom: 2.2rem
}

section .form form .btn-floating {
	float: right;
	position: relative;
	bottom: 3rem;
	margin-right: 0
}

section .contact {
	background-color: #103f6d;
	height: 100%;
	color: #FFF;
}

section .contact .contact-icons li i {
	float: left;
	clear: both;
	margin-right: 1rem
}

section .contact .contact-icons li i.fa {
	font-size: 1.5rem
}

section .contact .contact-icons li p {
	padding-top: .5rem;
	text-align: left
}

section .contact i {
	color: #6b89a5
}

.help-block.with-errors li {
	color: #ec7160;
	font-size: 13px;
	
	margin-bottom: 0
}