Your IP : 216.73.216.175


Current Path : /home/kamilrogam/komp/2018/180513/DARWIN/EDU/bootstrap/1/public/css/
Upload File :
Current File : /home/kamilrogam/komp/2018/180513/DARWIN/EDU/bootstrap/1/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
}

header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #f8f9fa;
	padding: 10px;
	z-index: 9;
	border-bottom: 2px solid #1e1e1e;
}

.topSection,
.offer {
	text-align: center;
}

.topSection {
	background: url(../img/bg.jpg) center center no-repeat;
	-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){background: #f3f3f3;}
.offer-box:hover{background: #e0e0e0;}
.offer-box:hover h4{-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-ms-transform: scale(1.2);-o-transform: scale(1.2);transform: scale(1.2);}
.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;
}