body {
    margin: 0;
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;*/
	font-family: "Lato", Georgia, Times, serif;		
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f7f7f7;
	font-size: 14px;
}
.navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px;
}

/*
headeer top
*/
.topbar{
  background-color: #000;
  padding: 0;
}

.topbar .container .row {
  margin:-7px;
  padding:0;
}

.topbar .container .row .col-md-12 { 
  padding:0;
}

.topbar p{
  margin:0;
  display:inline-block;
  font-size: 13px;
  color: #f1f6ff;
}

.topbar p > i{
  margin-right:5px;
}
.topbar p:last-child{
  text-align:right;
} 

header .navbar {
    margin-bottom: 0;
}

.topbar li.topbar {
    display: inline;
    padding-right: 18px;
    line-height: 52px;
    transition: all .3s linear;
}

.topbar li.topbar:hover {
    color: #1bbde8;
}

.topbar ul.info i {
    color: #131313;
    font-style: normal;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: 4px;
}

.topbar ul.info li {
    float: right;
    padding-left: 30px;
    color: #ffffff;
    font-size: 13px;
    line-height: 44px;
}

.topbar ul.info i span {
    color: #aaa;
    font-size: 13px;
    font-weight: 400;
    line-height: 50px;
    padding-left: 18px;
}

ul.social-network {
  border:none;
  margin:0;
  padding:0;
}

ul.social-network li {
  border:none;  
  margin:0;
}

ul.social-network li i {
  margin:0;
}

ul.social-network li {
    display:inline;
    margin: 0 5px;
    border: 0px solid #2D2D2D;
    padding: 5px 0 0;
    width: 32px;
    display: inline-block;
    text-align: center;
    height: 32px;
    vertical-align: baseline;
    color: #000;
}

ul.social-network {
  list-style: none;
  margin: 5px 0 10px -25px;
  float: right;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: .3s ease-out;
    color: #fff;
}
a {
  color: #0a0a0a;
  text-decoration: none;
}

li {
    list-style-type: none;
}
.bg-image-full {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.bg-dark {
    background-color: #000!important;
}

.mx-background-top-linear {
	/*
    background: -webkit-linear-gradient(45deg, #FF6600 48%, #000 48%);
    background: -webkit-linear-gradient(left, #FF6600 48%, #000 48%);
    background: linear-gradient(45deg, #FF6600 48%, #000 48%);
	*/
    background: -webkit-linear-gradient(45deg, #FF6600 43%, #000 43%);
    background: -webkit-linear-gradient(left, #FF6600 43%, #000 43%);
    background: linear-gradient(45deg, #FF6600 43%, #000 43%);
}

.hide {display:none}


.col-custom-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
}

@media (min-width: 320px) {
	
	.text-arabic {
		text-align:right;		
	}	
	
	.col-custom-5ths {
		width: 50%;
		float: left;
	}
	
	.navbar-brand {
		font-size: 0.7em;
		margin-left:10px;
	}
	
	.navbar-nav > .active > a {
		margin-left:10px;
	}
	.nav-item > a:hover, .nav-item > a:link {
		margin-left:10px;
	}	
	
	.card-img-top {
		display: block;
		width: 100%;
		height: 230px;
	}	

	.card-block {
		height:70px;
	}	
}

@media (min-width: 481px) {
	
	.text-arabic {
		text-align:right;		
	}	
	
	.col-custom-5ths {
		width: 50%;
		float: left;
	}
	
	.navbar-brand {
		font-size: 1em;
		margin-left:10px;
	}
	
	.navbar-nav > .active > a {
		margin-left:10px;
	}
	.nav-item > a:hover, .nav-item > a:link {
		margin-left:10px;
	}	
	
	.card-img-top {
		display: block;
		width: 100%;
		height: 240px;
	}	
	
	.card-block {
		height:70px;
	}
}

@media (min-width: 641px) {
	
	.text-arabic {
		text-align:right;		
	}	
	
	.col-custom-5ths {
		width: 33%;
		float: left;
	}
	
	.navbar-brand {
		font-size: 1em;
		margin-left:0px;
	}
	
	.navbar-nav > .active > a {
		margin-left:0px;
	}
	.nav-item > a:hover, .nav-item > a:link {
		margin-left:0px;
	}	
	
	.card-img-top {
		display: block;
		width: 100%;
		height: 300px;
	}		

	.card-block {
		height:70px;
	}	
}

@media (min-width: 992px) {

	.text-arabic {
		text-align:right;		
	}	

	.col-custom-5ths {
        width: 33%;
        float: left;
	}
	
	.navbar-brand {
		font-size: 1em;	
		margin-left:0;
	}
	
	.navbar-nav > .active > a {
		color: #FF6600 !important;	
		font-size: 1.1em;
	}
	.nav-item > a:hover, .nav-item > a:link {
		color: #FF6600;
		font-size: 1.1em;
	}	
	
	.card-img-top {
		display: block;
		width: 100%;
		height: 400px;
	}
	.card-block {
		height:70px;
	}		
}

@media (min-width: 1200px) {

	.text-arabic {
		text-align:left;		
	}	
	
	.col-custom-5ths {
        width: 20%;
        float: left;
	}
	
	.navbar-brand {
		font-size: 1.2em;
		margin-left:0;
	}
	
	.navbar-nav > .active > a {
		color: #FF6600 !important;	
		font-size: 1.1em;
	}
	.nav-item > a:hover, .nav-item > a:link {
		color: #FF6600;
		font-size: 1.1em;
	}	
	
	.card-img-top {
		display: block;
		width: 100%;
		height: 300px;
	}
	.card-block {
		height:70px;
	}		
}

a:hover {text-decoration:none; color:#FF6600;}

h5 {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
    margin: 0;
}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
	
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-img-top2 {
	display: block;
	width: 100%;
	height: auto;
}	

.card-title {
    /*
	font-size: 1.28571429em;
    font-weight: 700;
	*/
    font-size: 0.9em;
    line-height: 1.2857em;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

.profile-inline ~ .card-title {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
}

.text-bold {
    font-weight: 700;
}

.meta {
    font-size: 1em;
    color: rgba(0, 0, 0, .4);
}

.meta a {
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
}

.meta a:hover {
    color: rgba(0, 0, 0, .87);
}

.hide { display:none }

.footer1 {
    height: auto;
    background-color: #282828;
    
    left: 0;
    right: 0;
    width: 100%;
}

.footer2 {
    
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
	height:auto;
}

.footer_text1{
	color:#fff;
}

.footer_text2{
	color:#FF6600;
}


.main-top {
	margin-bottom:70px;	
}

.top-koleksi-terbaru {
	margin-top:10px;
}

.submenu {
	background:#484848; color:#fff; line-height:35px;	
}

.submenu-item {
	width:100px;
}

@media (min-width: 320px) {
	.main-top {
		margin-bottom:100px;	
	}	
	.top-koleksi-terbaru {
		margin-top:10px;
	}	
	.submenu {
		margin-bottom:500px;
	}	
	.submenu-item {
		width:130px;
		margin-left:15px;		
	}	
}

@media (min-width: 641px) {
	.main-top {
		margin-bottom:70px;	
	}	
	.top-koleksi-terbaru {
		margin-top:10px;
	}		
	.submenu {
		margin-bottom:100px;
	}		
	.submenu-item {
		width:150px;
		margin-left:0px;
	}	
}	
