Your IP : 216.73.216.198


Current Path : /home/kamilrogam/komp/2018/180513/DARWIN/EDU/bootstrap/2/public/css/
Upload File :
Current File : /home/kamilrogam/komp/2018/180513/DARWIN/EDU/bootstrap/2/public/css/style.css

body {
	background: #fcfcfc
}

.anim {
	-webkit-transition: .2s all ease-in;
	-o-transition: .2s all ease-in;
	-moz-transition: .2s all ease-in;
	transition: .2s all ease-in
}

img {
	max-width: 100%;
	height: auto
}

.h100 {
	height: 100%
}

.p50 {
	padding: 50px 0 0
}
.btn,.form-control {-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(248, 249, 250, 0.5);
	padding: 10px;
	z-index: 9;
}

li.nav-item .btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

header li.nav-item {
	margin: 0 0 0 5px;
}

img.img-holder {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	height: 100vh;
	position: absolute;
	z-index: -1;
	-webkit-filter: brightness(.7);
	filter: brightness(.7);
}

.topSection {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100vh;
}

.topSection,
.topSection .container,
.topSection .row {
	min-height: 100vh;
}

.topSection .row > div {
	padding-top: 71px;
}

.topSection p,
footer p,
.bottom p {
	margin: 0;
}

.offer-box {
	padding-top: 15px;
	padding-bottom: 15px;
}

.offer-box:nth-child(2n+2) {
}

.offer-box:hover {
}


.list-group-item.active {
	background-color: #28a745;
	border-color: #28a745;
}

footer {
	background: #1e1e1e;
	padding: 25px 0;
	margin: 50px 0 0
}


.bottom {
	background: #171717;
	border-top: 1px solid #6c757d;
	padding: 10px;
}