.content-section {
	margin-top: 100px;
}

.form-signin {
	max-width: 300px;
}

.box-shadow {
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid lightgrey;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	padding: 20px;
	/*border-radius: 15px;*/
}

/* video css */
.pb-video-container {
    padding-top: 20px;
    background: #bdc3c7;
    font-family: Lato;
}

.pb-video {
    border: 1px solid #e6e6e6;
    padding: 5px;
}

    .pb-video:hover {
        background: #2c3e50;
    }

.pb-video-frame {
    transition: width 2s, height 2s;
}

    .pb-video-frame:hover {
        height: 300px;
    }

.pb-row {
    margin-bottom: 10px;
}
/* end video css */

.ukm-slider-item {
	height: 200px;
}

.img-post {
	height: 50%;
	width: auto !important;
	float: left;
}

.more-post {
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 15px;
}