/*

UNTUK CUSTOM TEMPLATE

*/

body {background: #EEE !important;}

@font-face {
	font-family: "ProximaNova-Reguler,Helvetica,Arial,Sans-serif";
	src: url('../fonts/Actor-Regular.ttf');
}

/* NAV CUSTOM */
.nav-custom {
	background: #333 !important;
	border-radius: 0px !important;
	font-size: 12px !important;
	font-family: "ProximaNova-Reguler,Helvetica,Arial,Sans-serif";
	z-index: 9999;
	left: 0;
	top: 0;
}
.nav-custom li {border-left: 1px solid #000;border-collapse: collapse;}
.nav-custom li a {color: #DDD !important;font-weight: normal !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;}
.nav-custom li a:hover {background: #111 !important;color: #FFF !important;}
.mainmenu-area { width: 100%; z-index: 99;}
.brand-custom {width: 140px !important;height: 50px !important;}

/* BTN CUSTOM */
.btn-join {padding: 10px 30px !important;font-weight: bold !important;}
.form-search {width: 100% !important;}
.radius-def {border-radius: 0 !important;}

.container {font-family: "ProximaNova-Reguler,Helvetica,Arial,Sans-serif"; font-size: 16px;}

/*Dropdown*/

ul.dropdown-menu {
	padding: 0;
}
ul.dropdown-menu li a {
	padding: 15px 10px;
	border-bottom: 1px solid #222;
}

.breadcrumb {
	font-size: 14px;
}

/*BOX*/

.box-custom {
	background: #FFF;
	padding: 15px; margin: 20% auto;
	box-shadow: 1px 3px 2px #AAA;}

/*Conten*/

.content {background: #FFF; border: 1px solid #DDD; padding: 10px; margin-bottom: 10px; width: 100%;}
.content a {color: #000;}
.content a:hover {color: #555; text-decoration: none}

/*Sidebar*/

.sidebar {background: #fff;border: 1px solid #DDD;border-top: none; border-bottom: 0; padding: 10px;}
.sidebar-item {border-bottom: 1px solid #EEE;padding: 10px 0;}
.sidebar-img {width: 60px !important;height: 60px !important;}
.sidebar a {color: #000;}
.sidebar a:hover {color: #555; text-decoration: none;}
.sidebar-footer {padding: 10px 0;}

/*Panel*/

.panel-yellow {background: #f0ad4e !important; color: #fff;}
.panel-collapse {margin-bottom: 0px !important;}

.sm {font-size: 12px;}
.heading {color: #555;}

/*ALUMNI*/
.img-user {
	border: 1px solid #DDD;
	width: 40%;
	margin-bottom: -20px;
	box-shadow: 1px 2px 2px #666;
	border-radius: 50%;
}
.quote {font-size: 13px;}
.user-name {font-size: 12px; color: #777;}

/*Event*/

.event {
	background: #eed100;
	padding: 10px;
	color: #fff;
	border-radius: 7px;
}

/* Clients List */

.clients-carousel {
	background: #FFF !important;
	border: 1px solid #f6f6f6;
	overflow: hidden;
}

.clients-carousel li {

	float: left;
	width: 120px;
	padding: 0px 20px;
	overflow: hidden;
	margin-left: 1px;

}

.clients-carousel ul.clients {
	background: #fcfcfc;
}

.clients-carousel li img {
	float: none !important;
	margin: 0 auto !important;
    /*filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */
  	-webkit-transform: scale(1);
   	-moz-transform: scale(1);
   	-o-transform: scale(1);
   	-ms-transform: scale(1);
   	transform: scale(1);
}

.clients-carousel li:hover {
	background: #fafafa;
}

.clients-carousel li img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.page-footer {background: #DDD !important;z-index: 999;}
.footer-copyright {
	background: #222 !important;
	padding: 16px 20px;
	color: #FFF;
	font-size: 14px;
	font-family: "ProximaNova-Reguler,Helvetica,Arial,Sans-serif";
}

.tap {
	background: #222;
	width: 50px;
	height: 50px;
	color: #fff;
	margin: 20px auto; padding: 10px;
	border-radius: 5px;
}
