/* Add here all your css styles (customizations) */
/* Darker 007bb7 */
/* Lighter 3395c5 */
/* Red eb1e0e */
/* Yellow fff200 */
.headline-white h2,
.headline-white h3,
.headline-white h4 {
	border-bottom:2px solid #fff;
}

.bg-color-yellow { background-color: #FBF503 !important;}

.bg-pattern {
	background: url('../../img/navbar-background.png');
}

.container-navbar {
	width: 100%;
}

.header-v8 .navbar-nav > li > a,
.header-v8 .navbar-nav > li > a:hover,
.header-v8 .navbar-nav > li > a:focus,
.header-v8 .navbar-nav > .active > a,
.header-v8 .navbar-nav > .active > a:hover,
.header-v8 .navbar-nav > .active > a:focus {
    color: #eb1e0e;
	width: 120px;
    background: none;
	text-align: center;
	text-shadow: 2px 2px 4px #fff;
}
.header-v8 .mega-menu .nav,
.header-v8 .mega-menu .dropup,
.header-v8 .mega-menu .dropdown,
.header-v8 .mega-menu .collapse {
  	position: relative;
}
/*.header-v8 .navbar-nav > li > a {
	position: relative;
	background: #fff;
	width: 100%;
	height: 100%;
	-moz-border-radius:30px 0 0px 0px;
	-webkit-border-radius:30px 0 0px 0px;
	border-radius:30px 0 0px 0px;
	border: solid blue;
	border-right:none;
    text-align:center;
    color:#dbdbdb;
}*/
.header-v8 .navbar-nav .background-navbar:before {
	width: 100%;
	height: 50px;
	background: -webkit-linear-gradient(#B0E1FA, #007bb7, #B0E1FA); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#B0E1FA, #007bb7, #B0E1FA); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#B0E1FA, #007bb7, #B0E1FA); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#B0E1FA, #007bb7, #B0E1FA); /* Standard syntax (must be last) */
	top: 25px;
	left: 0px;
	position: absolute;
	content: '';
	display: block;
	-moz-border-radius:30px 0 0px 0px;
	-webkit-border-radius:30px 0 0px 0px;
	border-radius:30px 0 0px 0px;
	border: 1px solid #007bb7;
	border-right:none;
	text-align:center;
    color:#dbdbdb;
}
.header-v8 .navbar-nav .background-navbar:after {
	width: 15px;
	height: 50px;
	background: -webkit-linear-gradient(#B0E1FA, #007bb7, #B0E1FA); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#B0E1FA, #007bb7, #B0E1FA); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#B0E1FA, #007bb7, #B0E1FA); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#B0E1FA, #007bb7, #B0E1FA); /* Standard syntax (must be last) */
	top: 25px;
	right: -15px;
	position: absolute;
	content: '';
	display: block;
	border: 1px solid #007bb7;
	border-left:none;
}
.header-v8 .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
}
.header-v8 .navbar-toggle .icon-bar {
    height: 2px;
    width: 30px;
    font-size: 20px;
    background: #000;
    margin-bottom: 7px;
}

.header-v8 .dropdown-menu {
	border-top: solid 3px #3498db;
}
.header-v8 .dropdown-menu .active > a,
.header-v8 .dropdown-menu li > a:hover {
	color: #3498db;
}
.header-v8 .navbar-nav .open .dropdown-menu > li > a:hover,
.header-v8 .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #272727;
}
.header-v8 .navbar-nav .open .dropdown-menu > .active > a,
.header-v8 .navbar-nav .open .dropdown-menu > .active > a:hover,
.header-v8 .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #3498db;
}

.header-v8 .navbar-nav .open .dropdown-menu > .disabled > a,
.header-v8 .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.header-v8 .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	color: #3498db;
}
.header-v8 .navbar-nav > li > a:hover {
	color: #fff;
    text-shadow: 2px 2px 4px #000;
}
.header-v8 .navbar-nav > .active > a,
.header-v8 .navbar-nav > .active > a:hover,
.header-v8 .navbar-nav > .active > a:focus {
	color: #fff !important;
	text-shadow: 2px 2px 4px #000;
}
.header-v8 .mega-menu .mega-menu-fullwidth .dropdown-link-list li a:hover {
	color: #272727;
}
.header-v8 .navbar-brand img {
    width: auto;
    height: auto;
    max-width: 100vh;
    max-height: 100vh;
    display: inline-block;
    vertical-align: middle;
	margin-top: -14px;
}

.navbar .navbar-brand {
    display: inline-block;
    /*width: auto;*/
	position: absolute;
    z-index: 99;
}

.navbar .navbar-brand .brand-text {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	text-shadow: 1px 1px 2px #fbf503;
}
.navbar .navbar-brand .brand-text .brand-text-header {
	color: #eb1e0e;
	font-weight: bold;
	font-size: 25px;
}
.navbar .navbar-brand .brand-text .brand-text-address {
	color: #eb1e0e;
	font-size: 15px;
}
@media (max-width: 991px){	
	/*.header-v8 .dropdown .dropdown-submenu > a {
		font-size: 13px;
		color: #fff !important;
		text-transform: uppercase;
	}*/
	
	.header-v8 .navbar-nav > li > a,
	.header-v8 .navbar-nav > li > a:hover,
	.header-v8 .navbar-nav > li > a:focus,
	.header-v8 .navbar-nav > .active > a,
	.header-v8 .navbar-nav > .active > a:hover,
	.header-v8 .navbar-nav > .active > a:focus {
		width: 100%;
		background: none;
		text-align: left;
	}
	.header-v8 .navbar-nav .background-navbar:before {
		display: none;
	}
	.header-v8 .navbar-nav .background-navbar:after {
		display: none;
	}
	.header-v8 .navbar-brand img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		display: inline-block;
		vertical-align: middle;
	}
	
	.navbar .navbar-collapse {
		background: transparent;
		background-color: transparent;
	}
	.navbar .navbar-brand {
		position: static;
	}
	.navbar .navbar-brand .brand-text {
		vertical-align: middle;
	}	
	.navbar .navbar-brand .brand-text .brand-text-header {
		color: #eb1e0e;
		font-size: 15px;
	}
	.navbar .navbar-brand .brand-text .brand-text-address {
		color: #eb1e0e;
		font-size: 10px;
		margin: 0;
		font-weight: bold;
	}
}

/****
  Event
****/
.events .event {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.events .event:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.events .event aside {
  padding-left: 80px;
}
.events .event aside header {
  font-size: 18px;
  margin-bottom: 8px;
}
.events .event aside .additional-info {
  color: #767676;
  font-size: 12px;
  margin-bottom: 10px;
}
.events .event aside .description p {
  margin: 0 0 10px 0;
}
.events .event .date {
  background-color: #3498db;
  color: #fff;
  float: left;
  height: 70px;
  overflow: hidden;
  width: 70px;
}
.events .event .date .day {
  bottom: 15px;
  font-size: 60px;
  font-weight: bold;
  position: relative;
  right: -12px;
}
.events .event .date .month {
  font-size: 14px;
  padding-top: 5px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
.events.event-sm .link-calendar {
  float: right;
  position: relative;
  top: 25px;
}
.events.event-sm .event {
  border: none;
  margin-bottom: 40px;
  padding: inherit;
}
.events.event-sm .event aside header {
  font-size: 14px;
}
.events.event-sm .event aside .additional-info {
  color: #767676;
  font-size: 12px;
  margin-bottom: 0px;
}
.events.event-sm .event .date {
  background-color: #c5c5c5;
}
.events.event-sm .event.nearest .date {
  background-color: #3498db;
}
.events.event-sm .event.nearest-second .date {
  background-color: #fe9d68;
}

@media (max-width: 767px) {
  .events .event {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
  }
  .events .event a {
    position: relative !important;
  }
  .events .event aside {
    padding-left: 60px;
  }
  .events .event .date {
    height: 50px;
    width: 50px;
  }
  .events .event .date .month {
    font-size: 10px;
  }
  .events .event .date .day {
    bottom: 11px;
    font-size: 42px;
    right: -12px;
  }
}
/*
.navbar .navbar-brand {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    padding: 10px;
    text-align: center;
    z-index: 99;
    background-color: #4765a0;
}
.navbar .navbar-brand {
    text-decoration: none;
    color: #fff;
    display: table;
    width: auto;
}
*/

/*Profile Event*/
.event .home-event .heading-xs {
	margin-top: 0;
	text-transform: uppercase;
}

.event .home-event {
	background: #fff;
	padding: 0 15px;
	margin-bottom: 2px;
}

.event .home-event p {
	color: #999;
	margin-bottom: 20px;
}

.event .date-formats {
	color: #fff;
	float: left;
	text-align: center;
	background: #3498db;
	margin: 0 13px 0 0;
	padding: 7px 10px 4px;
	width: 70px;
}

.event .date-formats span {
	display: block;
	font-size: 22px;
	font-weight: 200;
	line-height: 25px;
}

/*Footer Logo*/
.footer-logo {
    margin: 17px auto 20px;
    display: block;
	width: 180px;
	height: 180px;
}

.project-details strong {
    min-width: 230px;
    display: inline-block;
}

@media (max-width: 480px) {
	.project-details strong {
		min-width: 100%;
	}
	
	.navbar .navbar-brand {
		display: initial;
		position: initial;
	}
}

.team-v4 img {
    width: 200px;
	height: 200px;
    margin: 0 auto 20px;
}
.team-v4 p {
	margin: 0 0 10px;
}
.img-gallery {
	height: 250px;
	width: 100%;
}
.img-profile {
	height: 250px;
	width: 250px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.img-gallery {
		width: 100%;
		height: auto;
	}
}

.gallery-grid {
    margin-bottom: 30px;
}

.gallery-grid a:hover  {
	text-decoration: none;
}

.gallery-grid .sorting-cover {	
	padding: 8px;
	display: block;
	margin-top: 1px;
	background: #fcfcfc;
}

.gallery-grid .sorting-cover p {	
	margin-bottom: 0;
}

.gallery-grid .sorting-cover span {	
	font-size: 16px;
}

.gallery-grid a:hover .sorting-cover {
	background: #3498db;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;	
}

.gallery-grid a:hover .sorting-cover p,
.gallery-grid a:hover .sorting-cover span {
	color: #fff;
}

/*
.bg-color-blue {
	background: #3498db  url('../../../html/universo/assets/img/background-city.png');
	height: auto;
	top: 0;
	width: 100%;
	overflow: hidden;
}
*/

.login-block, .reg-block {
    min-width: 400px;
    width: 380px;
    margin: 0px auto;
    padding: 20px;
}

.form-block img {
	margin: 20px auto;
	display: block;
}

.footer-v1 .footer .headline .headlines {
    border-bottom: 2px solid #fff;
}

.footer a, .copyright a, .footer a:hover, .copyright a:hover {
    color: #eb1e0e;
}

/*==================
 SLIDER SECTION
====================*/
#mu-slider {
  display: inline;
  float: left;
  width: 100%;
}
#mu-slider .mu-slider-single {
  display: inline;
  float: left;
  width: 100%;
  position: relative;
}
#mu-slider .mu-slider-single .mu-slider-img {
  display: inline;
  float: left;
  width: 100%;
  height: 400px;
}
#mu-slider .mu-slider-single .mu-slider-img:after {
  background-color: rgba(0, 0, 0, 0);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#mu-slider .mu-slider-single .mu-slider-img img {
  width: 100%;
  height: 100%;
}
#mu-slider .slick-prev,
#mu-slider .slick-next {
  height: 60px;
  width: 60px;
}
#mu-slider .slick-prev:before,
#mu-slider .slick-next:before {
  color: #fff;
  font-size: 25px;
}
#mu-slider .slick-prev,
#mu-slider .slick-next {
  background-color: #007bb7;
}

@media (max-width: 991px) {
	#mu-slider .mu-slider-single .mu-slider-img {
		height: 300px;
	}
}

@media (max-width: 640px) {
	#mu-slider .mu-slider-single .mu-slider-img {
		height: 250px;
	}
}

@media (max-width: 480px) {
	#mu-slider .mu-slider-single .mu-slider-img {
		height: 170px;
	}
	#mu-slider .slick-prev, #mu-slider .slick-next {
		height: 40px;
		width: 40px;
	}
}

.latest-list li {
    padding: 8px 0;
    border-top: 1px solid #fff;
}

.kategori {
    padding: 5px 10px;
    font-weight: bold;
    margin-bottom: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    cursor: move;
}

.dl-horizontal dt {
    float: left;
    width: 150px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: initial;
    white-space: initial;
}
.dl-horizontal dd {
    margin-left: 170px;
}