body{
	font-family: 'Lato', sans-serif;
	background: #eff3f6;
}
.site-header{
	background: rgb(38, 65, 177);
}
.site-header a{
	color: rgb(255, 255, 255);
	transition: .3s color;
	-moz-transition: .3s color;
	-ms-transition: .3s color;
	-webkit-transition: .3s color;
}
.site-header a:hover{
	color: rgb(0, 190, 225);
	text-decoration: none;
}
.main-col{
	display: block;
	margin: 15px 0;
	box-shadow: 0 5px 15px rgba(0,0,0,.08);
	color: #000;
	border-radius: 5px;
	background: #fff;
	position: relative;
}
.main-col:hover{
	text-decoration: none;
	box-shadow: 0 14px 25px rgba(0,0,0,.3);
}
.main-col img{
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.main-col p{
    font-size: 18px;
    line-height: 1.1em;
    font-weight: 900;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding: 15px 5px;
    text-align: center;
}
.insideArt{
	background: #fff;
	padding: 15px;
	margin-top: 15px;
	border-radius: 5px;
	box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
.insideArt h3.title{
	text-align: center;
	margin: 0;
}
.insideArt img{
	width: 100%;
	border-radius: 5px;
	margin-bottom: 15px;
}
.insideArt p {
    font-size: 19px;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 100;
}
.navigation{
	margin: 15px 0;
}
.navigation a{
	float: left;
    display: block;
    background: rgb(20, 104, 172);
    padding: 6px 15px;
    color: #fff;
    font-weight: 900;
    border-radius: 5px;
	transition: .3s background;
	-moz-transition: .3s background;
	-ms-transition: .3s background;
	-webkit-transition: .3s background;
}
.navigation a:hover{
	text-decoration: none;
	background: rgb(38, 65, 177);
}
.navigation a.right{
	float: right;
}
.shr{
	text-align: center;
	margin-bottom: 15px;
}
.shr a{
	display: inline-block;
    color: #fff;
    border-radius: 5px;
    padding: 5px 20px 5px 35px;
    font-size: 18px;
    transition: .3s background;
	-moz-transition: .3s background;
	-ms-transition: .3s background;
	position: relative;
	margin-bottom: 10px;
}
.shr a.facebook, .alternative span.facebook {
	background: rgb(66, 103, 178);
}
.shr a.pinterest, .alternative span.pinterest{
	background: rgb(199, 34, 44);
}
.shr a i{
	position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 28px;
}
.shr a.facebook:hover, .alternative span.facebook:hover{
	background: rgb(40, 73, 140);
}
.shr a.pinterest:hover,  .alternative span.pinterest:hover{
	background: rgb(130, 19, 26);
}
.shr a:hover{
	text-decoration: none;
}
.description{
	margin-bottom: 15px;
}
.description h3{
	margin-top: 10px;
    font-weight: 600;
    font-size: 23px;
	text-align: left;
	position: relative;
}
.description h3:after {
	content:"";
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	height: 1px;
	background: rgb(20, 104, 172);
}
.pagination a {
    display: block;
    float: left;
    background: rgb(20, 104, 172);
    margin-right: 5px;
    padding: 6px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s transition: all .3s;
}
.pagination a:hover{
	text-decoration: none;
	background: rgb(38, 65, 177);
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.alternative{
    position: absolute;
    width: 35px;
    left: 5px;
    top: 5px;
}
.alternative span{
	float: left;
    width: 35px;
    height: 35px;
    text-align: center;
    background: red;
    margin-bottom: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
}