Mini Shell

Direktori : /home/emypro/www/en/css/
Upload File :
Current File : /home/emypro/www/en/css/style.css

/**
 * 1 Common
 * 2 Header
 * 3 Banner
 * 4 Pages
 * 5 Footer
 */

/**
 * 1 Common 
 */
body {
	font-family: 'Open Sans', sans-serif;
}
.top {
	width: 100%;
	padding: 8px 0; 
	color: #fff;
	background-color: #444;
}
.top span {
	margin-right: 10px;
}
.top img {
	margin-left: 20px;
}

/**
 * 2 Header 
 */
header {
	padding: 25px 0 20px 0;
}
.main-menu {
	padding-right: 0px;
	text-align: right;
}
.main-menu ul {
	margin: 0px;
	padding: 0px;
}
.main-menu li {
	display: inline-block;
	padding: 20px 5px;
}
.main-menu a {
	color: #444;
	text-transform: uppercase;
	-webkit-transition: color 0.3s ease-out;
	   -moz-transition: color 0.3s ease-out;
			transition: color 0.3s ease-out;
}
.main-menu a:hover {
	color: #a93d40;
	text-decoration: none;
}
#main-menu-mobile {
	padding: 5px 10px;
	border: none;
	color: #395d8b;
}
.dropdown-menu {
	background: #F3F3F3;
}
.dropdown-menu li {
	margin: 0;
}
.dropdown-menu a {
	font-size: 12px;
}
.dropdown-menu > li {
	padding: 5px 3px;
}

/**
 * 3 Banner
 */
#banner-carousel {
	height: 500px;
	overflow: hidden;
}
#banner-carousel img{
	width: 100%;
}
.carousel-caption {
	top: 15%;
	font-size: 40px;
	text-transform: uppercase;
}
.carousel-caption span {
	color: #f78e21;
	font-weight: bold;
}
.carousel-indicators li {
	background-color: #999999;
	border: none;
	width: 15px;
	height: 15px;
}
.carousel-indicators .active {
	background-color: #0078A4;
	border: none;
	width: 15px;
	height: 15px;
}
.caption-button {
	padding: 5px 8px;
	font-size: 20px;
	color: #fff;
	background-color: #f78e21;
}
.caption-button:hover {
	text-decoration: none;
	color: #fff;
}
/**
 * 4 Pages
 */
#pages {
	padding: 50px 0;
	font-size: 16px;
	text-align: justify;
	opacity: 0;
	-webkit-animation: fadeIn .6s ease-in .2s;
       -moz-animation: fadeIn .6s ease-in .2s;
    		animation: fadeIn .6s ease-in .2s;
    -webkit-animation-fill-mode: forwards;
       -moz-animation-fill-mode: forwards;
    		animation-fill-mode: forwards;
}
.blue-wrapper {
	padding: 30px 0;
	color: #fff;
	background-color: #395d8b;
	text-align: center;
	font-size: 35px;
}
#mvv {
	padding: 20px 0 30px 0;
	text-align: center;
	background-color: #eee;
}
#mvv h3 {
	text-transform: uppercase;
}
#posts-list h3{
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
}
.thumbnail {
	position: relative;
	margin: 20px 0;
	padding: 0;
	border: 0;
}
.thumbnail .caption {
    position: absolute;
	width: 100%;
	bottom: 0;
    z-index: 2;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}
/**
 * 5 Footer
 */
footer {
	padding: 40px 0;
	background-color: #444;
	color: #7a7a7a;
}
.nav-footer {
	text-align: right;
}
.nav-footer li {
	margin: 0 5px;
	display: inline-block;
}
.nav-footer a {
	color: #fff;
	text-transform: uppercase;
}

/**
 * X Medias Queries
 */
@media (max-width: 767px) {
	.main-menu {
		color: #fff;
		background-color: #a93d40;
	}
	.main-menu ul {
		width: 100%;
	}
	.main-menu li {
		padding: 10px 0;
		display: block;
	}
	.main-menu li a {
		display: block;
		padding-right: 10px;
		color: #fff;
	}
	.main-menu li a:hover {
		color: #fff;
		text-decoration: underline;
	}
}

/** 
 * Animations
 */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-moz-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}


.link1 {color: #fff;}
.link1:hover {color: #aaa;}

Zerion Mini Shell 1.0