/*------------------------------------------*/
/*	    Fonts
/*------------------------------------------*/
@font-face {
  font-family: "Muli-Regular";

  src: url("../fonts/muli/Muli-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/muli/Muli-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Muli-Bold";

  src: url("../fonts/muli/Muli-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/muli/Muli-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Muli-Light";

  src: url("../fonts/muli/Muli-Light.woff") format("woff"), /* Modern Browsers */
    url("../fonts/muli/Muli-Light.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/*------------------------------------------*/
/*	    General
/*------------------------------------------*/
/* General */
body {	
	font-family: 'Muli Regular', Muli-Regular;
	font-size: 15px;
    line-height: 22.5px;
	font-weight: 300;
	color: #666;
}
strong, b {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	/*list-style: none;*/
}
ul {
    padding: 0;
    margin: 0;
    margin-left: 40px;
}
a {
    color: inherit;
	outline: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

a, {
    text-decoration: none;
}
a, a:focus{
	outline: 0;
}
a:focus{
	 border-bottom: 1px solid #000;
}
i {
	font-size: 1.1em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Muli Bold', Muli-Bold;
	color: #333;
}
p{
	font-size:14px;
}
p strong {
	font-weight: 600;
}


/*lang */
.dropdown-menu > .active {
}







/*	        Section
/*------------------------------------------*/
section{
	margin: 50px 0;
}
section .container{
	padding-bottom:50px;
}
section .container.footer{
	padding-bottom:0px;
}
section .container.noborder{
	border-bottom:none;
	padding-bottom:0px;
}
section.margin0{
	margin: 0;
}
.heading{
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	margin: 0 0 50px;
	position: relative;
	color:#333333;
}
section.blog {
	background: rgba(234, 243, 248, 0.5) none repeat scroll 0 0 !important;
	margin-top: 0;
	padding-top: 70px;
}
section.index-berita {
	background: rgba(234, 243, 248, 0.5) none repeat scroll 0 0 !important;
	margin-top: 0px;
	padding-top: 70px;
}

#preload {
			position: fixed;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			z-index: 999999;
			background: url(../../images/content/preload/Preloader_2.gif) 50% 50% no-repeat #fff;
		}

/* Viewportceck */
.dummy{
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	opacity: 0;
}
.dummy.visible{
	opacity: 1;
}
/*------------------------------------------*/
/*	    Rewrtie bootstrap
/*------------------------------------------*/

/* equal column */
@media(min-width:768px){
	.row-eq-height{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}

	.row-eq-height > [class*="col-"]{
		display: flex;
		flex-direction: column;
	}
}

/* thumbnail */
.thumbnail {
	border-width: 0;
	padding: 0;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.thumbnail .caption{
	padding: 5px 15px;
	background: #F8F4F5;
}
.thumbnail .caption p{
	margin-bottom: 15px;
}

/*------------------------------------------*/
/*	        Header
/*------------------------------------------*/
/* top-bar */
.top-bar {
	background: #06579d none repeat scroll 0 0;
    color: #fff;
    height: 50px;
    line-height: 50px;
}
.search{
	color: #fff;
}
.form-inline {
  width: 240px;
}
.dropdown-menu.search-box{
    background-clip: padding-box;
    float: left;
    font-size: 14px;
    left: 38px;
    list-style: outside none none;
    min-width: 220px;
    padding: 0px;
    position: absolute;
    text-align: left;
    top: 0;
    z-index: 10000;
} 
.dropdown-menu.brs {
  background-clip: padding-box;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  float: left;
  font-size: 14px;
  left: -293px;
  list-style: outside none none;
  margin: 2px 0 0;
  min-width: 390px;
  padding: 0px;
  position: absolute;
  text-align: left;
  top: 48px;
  z-index: 1000;
}
.chapta {
  background: #018ce7 none repeat scroll 0 0;
  margin-bottom: 20px;
  padding: 0 10px;
  text-align: center;
  width: 100px;
  color: #333;
  font-weight: bold;
  margin-left: 20px;
}
.btn.btn-sm.login.btn-danger {
  margin-top: -20px;
  padding: 5px 45px;
  font-weight: bold;
}
.form-control.input-login{
	display: initial;
    font-size: 11px;
    height: 28px;
    line-height: 1.42857;
    padding: 5px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.dropdown.open > a {
  background: #247ec2;
  padding: 17px 10px;
  color: #fff;
  text-decoration: none;
}
.login > .form-group >.col-md-12 {
	padding: 0;
}
.login > .form-group >.col-md-12 >.col-md-7 , .login > .form-group >.col-md-12 >.col-md-5 {
	padding: 0 20px;
	line-height: 30px;
}
.input-group.cweb {
    margin-top: 10px;
}
.list-unstyled >li {
  float: left;
  margin-left:10px;
  text-decoration:none;
}
.input-group-btn >button {
    margin-bottom: 16px;
}
.top-bar .contact-info{list-style:none;margin:0;padding:0;font-size: 12px;}
.top-bar .contact-info li{height:30px;line-height:30px;display: inline-block;margin-right:15px}

/***** Brand logo *****/
.brand-logo{
	margin: 30px 0 20px;
	text-align: center;
}
.brand-logo img{
	height: 95px;
}
.hist {
    color: #000 !important;
}
/***** lang button *****/
.lang-button{
	margin: 3px 0 0 15px;
	padding: 0;
	list-style: none;
}
.lang-button li{
	display: inline-block;
	margin-left: 5px;
}
.lang-button, .frm-search{
	display: inline-block;
}
.lang-button{
	margin: 0 30px 0 0;
}
.lang-button li{
	height: 40px;
	line-height: 40px;
	text-transform: capitalize;
	margin: 0;
}
.lang-button li:last-child:before{
	content: '|';
	margin: 0 7px;
}
.lang-button a{
	color: #333;
}



/*------------------------------------------*/
/*	                Navbar
/*------------------------------------------*/
.navbar{
	border-radius: 0 0 0;
	border-width: 0;
	margin: 0;
}
.navbar-default{
	background: rgba(1,136,225,0.8);
	top:0;
	width:100%;
}
.navbar-brand{padding-top: 5px;}
.navbar-brand > img {
	height: 30px;
	margin-top: 5px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background: #8ed8f8;
	color: #fff;
}
	.navbar-nav > li > a {
		text-transform: uppercase;
	}
@media(min-width:768px){
	
	/* .navbar.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		width: 100%;
		
	} */
	.navbar-collapse{
		text-align: center;
	}
	.navbar-nav{
		display: inline-block;
		float: none;
	}
	.navbar-brand{padding-top: 0px;}
	.navbar-brand > img {
		height: 94px;
		margin-top: 10px;
	}
	.navbar-nav > li{
		margin-left: 30px;
	}
	.navbar-nav > li > a {
		text-transform: uppercase;
		padding: 30px 0;
	}
	.navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		background: #8ed8f8;
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
		background-color: rgba(255,255,255,0);
	}
	.navbar-default .navbar-nav > li > a{
		color:#FFF;
		font-size:14px;
		font-weight:bold;
	}
	.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
		color:#FFF;
	}
	
	/* submenu */
	.navbar ul ul {
		display: none !important;
	}
	.navbar-nav li:hover > ul {
		display: block !important;
		moz-animation: fadeInDown .1s ease-out ;
		-webkit-animation: fadeInDown .1s ease-out ;
		animation:fadeInDown .1s ease-out ;
	}
	.navbar-nav ul{
		margin: 0;
		padding: 0;
		border: 1px solid rgba(0, 0, 0, 0.05);
		border-width: 2px 0 0 0;
		border-style: solid;
		border-color: #ddd;
		font-size: 13px;
		text-transform: capitalize;

		box-shadow: 0 0 0 ;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.navbar-nav > li > .dropdown-menu{ 
		left: 0;
		right: auto;
	}
	.navbar-nav > li > .dropdown-menu li{ border-bottom: 1px solid #eee; position: relative }
	.navbar-nav > li > .dropdown-menu li:last-child{ border-bottom: 0 }
	.navbar-nav > li > .dropdown-menu li,
	.navbar-nav > li > .dropdown-menu li a {font-weight: 300 }
	.navbar-nav > li > .dropdown-menu a { padding: 10px 15px; position: relative }
	.navbar-nav > li > .dropdown-menu a:hover,
	.navbar-nav > li > .dropdown-menu > .active > a, 
	.navbar-nav > li > .dropdown-menu > .active > a:focus, 
	.navbar-nav > li > .dropdown-menu > .active > a:hover{color: #000 !important;}

	/* sub submenu */
	.navbar-nav ul ul{	
		left: 200px !important;
		top: -1px;
		border-top: 0;
	}
	
	.navbar-brand{
		margin-top: 5px;
	}
}

/*-------------- preload -------------------*/
.loader {
    background: #fff url("../../images/content/preload/Preloader_2.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.item-title {
    position: relative;
}
/*--------------- logo---------------------*/
.navbar-brand {
    margin-left: -15px;
    position: relative;
    z-index: 1000;
}
.navbar-brand > img{
	
}
.cweb-logo {
	margin-top:-5px;
	height: 100px;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-0-transform: skew(-20deg);
	background: rgba(255,255,255,0.9);
	}
.cweb-logo img {
	margin-top: 15px;
	-webkit-transform: skew(12deg);
	-moz-transform: skew(12deg);
	-0-transform: skew(12deg);
}



/*------------------------------------------*/
/*	        Slider
/*------------------------------------------*/
#slider{
	overflow: hidden;
	border-bottom: 0 solid #434a54;
}
.carousel-inner{height: 100%;}
.carousel-inner > .item{height: 100%;}
.carousel-indicators{}
.carousel-progress{
	padding: 1px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.carousel-bar{
	height:3px;
	background:rgba(255, 255, 255, 0.7);
	display:block;
}
.carousel-control{
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 2px solid #fff;
	color: #fff;
	font-size: 20px;
	left: 0;
	opacity: 0.7;
	position: absolute;
	text-align: center;
	top: 50%;
	margin-top: -25px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	z-index: 10000;
	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-control.left{
	left: 90px;
}
.carousel-control.right{
	right: 90px;
}

.caption-container{
	max-width: 500px;
}
.caption-container>h3{
	color: #fff;
    font-size: 24px;
     text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.14); 
    text-transform: capitalize !important;
    /* background: rgba(1,136,225,0.7); */
    padding: 14px;
	background: rgba(255, 255, 255, 0.0) url("../../images/content/bg/title.png") repeat scroll 0 0;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
	background-repeat: no-repeat;        
    position: relative;                  
    margin-left: auto;      
    margin-right: auto; 
}
.this-title {
    height: auto;
    position: relative;
    width: 100%;
}
.image-h3 {
    position: absolute;
    height: 100%;
    width: 100%;
	opacity: 0.4;
	
}
.this-title > h3 {
    padding: 10px;
	color: #fff;
}

.image-box {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	opacity: 0.6;
}

.cap {
    border-right: 50px solid transparent;
    border-top: 50px solid rgba(1,136,225,0.7);;
    height: 100%;
    width: 0;
    position: absolute;
    right: -50px;
    top: 0;
}

 
.caption-container p{
	color: #FFF;
}
.btn-readmore{
	background: #FFB600;
	color: #FFF;
}
.btn-readmore:hover, .btn-readmore:focus{
	color: #FFF;
	opacity: 0.8;
}
.button {
    margin-top: 15px;
}
.btn-lang {
    margin-left: 20px;
    color: #ddd;
}

/*-----------post home -------------------------*/
.post-item {
    position: relative;
	margin-bottom: 30px;
}

.title-box {
  text-transform: capitalize;
  color: #fff;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  z-index: 100;
  font-weight: bold;
  
}

.post-text {
    border: solid 1px #06579d;
    padding: 20px;
    border-top: none;
	position: relative;
}
.post-title {
    color: #07579E;
	font-size: 20px;
	text-align: left;
	margin-bottom: 20px;
}
.post-desc {
  margin-bottom: 20px;
}
.btn-more {
    background: #06579d none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
	font-size: 20px;
    padding: 15px 18px;
    position: absolute;
    right: 0;
}
.btn-more:hover {
    background: rgba(6, 87, 157, 0.7);
    color: #333;

}
.small-item {
	border-bottom: solid 1px #06579d;
	margin-bottom: 45px;
}

@media (max-width: 980px){
	.post-item {
		margin-bottom: 30px;
	}
}
/*--------------------section links ---------------------- */

.link-list {
    margin-top: -70px;
    padding-top: 230px;
	 background: rgba(237,237,237,0.6);
	 height: 100%;
}
.links {
    background: rgba(0, 0, 0, 0.8) url("../../images/content/bg/mahasiswa.jpg") repeat scroll 0 0;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-repeat: no-repeat;        
    position: relative;                  
    height: 610px;       
    margin-left: auto;      
    margin-right: auto; 
	background-repeat :no-repeat;
}

.this-links {
    bottom: 20%;
    position: relative;
    top: 25%;
}
.col-links{
	background: rgba(0, 114, 188, 0.9) none repeat scroll 0 0;
	height: 100px;
	margin-bottom: 30px;
	color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(-50%);
	padding: 20px;
}

/*-------------------- banner ----------------------*/
.banner img {
  height: 140px;
}
.container-banner {
    margin-top: 100px;
}


/*----------------------- media ------------------------*/
.media-cweb{
	 background: rgba(0, 0, 0, 0.8) url("../../images/content/bg/mahasiswa2.jpg") repeat scroll 0 0;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-repeat: no-repeat;        
    position: relative;                        
    margin-left: auto;      
    margin-right: auto; 
	background-repeat :no-repeat;
}
.leyer-media {
    padding-bottom: 70px;
    padding-top: 70px;
	background: rgba(237, 237, 237, 0.6) none repeat scroll 0 0;
}

.cweb-gallery {
    margin-bottom: 10px;
}
.gallery-widget > li {
  width: 50%;
  float: left;
}
.cweb-mini {
    padding: 3px;
}
.cweb-btn {
    margin-top: 80px;
	position: relative;
}
.cweb-panel > li {
    margin-bottom: 100px;
}
.btn.btn-primary.btn-photo , .btn.btn-primary.btn-video {
    background: rgba(6,87,157,0.6);
    border-color: #06579d;
    color: #fff;
    width: 126px;
    padding: 13px 0;
	
}
.btn-voting{
	background: rgba(6, 87, 157, 1) none repeat scroll 0 0;
    border-color: #06579d;
    bottom: 10px;
    color: #fff;
    padding: 10px 0;
    position: absolute;
    right: 10px;
    width: 126px;
}
.poling-text {
    margin-bottom: 35px;
}
.btn-photo {
    position: absolute;
    left: 0;
    bottom: 0;
	
}
.btn-video {
    bottom: 0;
    position: absolute;
    right: 0;
}
.poling {
	position: relative;
	background: rgba(1, 136, 225, 0.6) none repeat scroll 0 0;
	color: #fff;
	padding: 40px 30px;
	width: 100%;
}
.testimonial {
    background: rgba(6,87,157,0.9)none repeat scroll 0 0;
    padding: 40px 25px;
    width: 100%;
    color: #fff;
	height: 200px;
	position: relative;
}
.more-testimonial {
    position: absolute;
    right: 0;
    top: -28px;
    color: #06579d;
    font-size: 14px;
}
.ul-testi >li {
    float: left;
}
.image-testimonial>.img-circle {
	border-radius: 50px;
	height: 100px;
	width: 100px;
}
.col-md-4.image-testimonial {
    margin-right: -30px;
}
.tesnimonil-title {
	background: rgba(0, 0, 0, 0) url("../../images/content/bg/testimoni.png") no-repeat scroll 0 0 / cover ;
	height: 67px;
	left: 20px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: -30px;
	width: 200px;
	padding: 15px ;
	font-weight: bold;
	
}
.testimonial-name {
	margin-top: 20px;
	font-style: italic;
}
#silde-new > .owl-controls  {
	position: relative;
}
#silde-new > .owl-controls >.owl-buttons {
	position: absolute;
    right: -19px;
    top: -71px;
    font-size: 25px;
}
@media (min-width: 1024px){
	.slider-item {
		height: 550px;
	}	
}

@media (min-width: 320px) and  (max-width: 480px) {
	.slider-item {
		height: 200px;
	}
	.slider-item > img {
	  width: 100%;
	  height: 100%;
	}
	.cling{
		display: none;
	}
}
.slider-item >img {
	height: 100%;
	width: 100%;
}
/*----------- OUR PARNER ------------*/
.partners {
  background: #0188e1 none repeat scroll 0 0;
  margin-top: -70px;
  padding-top: 40px;
}
.title-white {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.our-partners >.img-responsive {
  width: 100%;
  padding: 0 10px ;
  height: 60px;
}
.our-partners img{
  object-fit: contain;
}
/*--------- no index -------------*/
.no-slider {
    margin-top: -70px;
}
.big-img{
	 /* The image used */
    background-image: url("../../images/content/bg/dalam.jpg");

    /* Set a specific height */
    height: 500px; 
	background-position: 50% 50%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	text-align: center;
	width:100%;
}
.links-right >li{
    background: rgba(0, 114, 188, 0.9) none repeat scroll 0 0;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 15px 20px;
    text-align: center;
}
.links-right >li:hover{
	background: rgba(0, 114, 188, 0.5) none repeat scroll 0 0;
}
.links-text {
    min-height: 50px;
}
.img-banner {
	width: 100%;
}
.banner-right {
    margin-top: 70px;
}
.banner-right > li {
	margin-bottom: 10px;
}

/*--------pegination-------------*/
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin-left: 0;
}
.pagination > li {
    display: inline;
    float: left;
    margin-right: 10px;
}
.pagination > li > a, .pagination > li > span {
	background-color: #fff;
	border: 1px solid #0072bc;
	color: #337ab7;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 10px 18px;
	position: relative;
	text-decoration: none;
}
.prev.disabled {
    display: none;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

/*------------------------------------------*/
/*			Footer
/*------------------------------------------*/

footer h3{
	color: #fff;
	margin-bottom: 20px;
}
footer a:hover, .footer a:hover{
	text-decoration: underline;
}
.footer-widget{
    padding: 50px 0 30px;
}
.footer-icon{width: 20px;}
.navbar-footer{
}
.navbar-footer li{
	margin-bottom: 8px;
}
.copyright-section{
	background: #06579d;
	font-size: 13px;
	padding: 15px;
}
.copyright-section p{
	font-family: muli-light;
	margin: 0;
}
.footer .name-comp{
	font-size: 24px;
	text-align: left;
	padding: 20px 0;
}
.footer .al-footer-menus ul li{
	width: auto;
	text-align: left;
	padding: 5px;
	margin:3px;
}
/*.footer .al-footer-menus ul li{
	border: 1px dotted #07579e;
	width: auto;
	text-align: left;
	float: left;z
	padding: 10px;
	margin:3px;
}
*/
.footer table tr td{
	text-align: left;
	padding-right: 10px;
}
.post-text >p , .text-testimonial ,.poling-text{
    font-family: Muli-Light;
}
.tesnimonil-title {
    font-family: muli-bold;
}
.partners>.container>h1 , .partners>.container>h2 , .partners>.container>h3 {
    font-family: muli-regular;
}
.office {
  font-family: muli-bold;
}
/*-------------------------- Detail Berita---------------------------------*/
.post-detail{
	margin: 0;	
}
.image-post > img {
	width: 100%;
}
.image-post {
	height: 100%;
	
}

.title-text {
    min-height: 117px;
    position: relative;
}
.image-title-post {
	height: 100%;
	opacity: 0.4;
	position: absolute;
	width: 100%;
}
.relative {
    position: relative;
}
.sidebar-space {
    margin-top: 80px;
}

.title-box-post{
	color: #fff;
    font-weight: bold;
    padding: 10px 68px 10px 30px;
    position: relative;
    text-transform: capitalize;
    bottom: -38px;
    z-index: 100;
	min-height: 135px;
	top: -76px;
	
}
.title-box-post > h3  , .title-box-post > h4 ,.title-box-post > h2{
  position: relative;
  color: #fff;
}
.image-box-post{
	height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
}
.post-content {
    border-bottom: 1px solid #ccc;
    padding-bottom: 19px;
}
.autor > span {
    color: #0188e1;
}
.post-text-detail {
    margin-top: 30px;
    /*text-align: justify;*/
	margin-bottom: 70px;
	
}
.related-news {
    margin: 30px 0;
}



@media (min-width: 480px) and  (max-width: 500px) {
	.title-box-post {
		top: -79px;
	}
	
	.cling{
		display: none;
	}
}


@media (min-width: 620px) and  (max-width: 769px) {
	.title-box-post {
		top: 24px;
	}
}


@media (min-width: 650px) and  (max-width: 790px) {
	.title-box-post {
		top: 24px;
	}
	.post-content {
		margin-top: 90px;
	}
}






/* galery*/
.category{
	display: block;
	text-align: center;
	text-transform: uppercase;
}
.category ul{
	padding:0;
	margin-bottom: 50px
}
.category li{
	list-style:none;
	display:inline-block;
}
.category a{
	background: #fafafa;
	border: 1px solid #ddd;
	color: #666;
	margin-right: 5px;
	padding: 5px 10px;
	display: block;
}
.category a:hover,
.category a:focus{
	text-decoration: none;
	background: #ddd;
	color: #333;
}
.category .active a{background: #06579d ;border-color: #06579d ;color: #fff }

.gallery-item {
    margin-bottom: 30px;
}



.addres {
    margin-bottom: 40px;
    margin-top: 40px;
}
.icon {
    margin-bottom: 27px;
	font-size:30px;
}

.section-contact {
    margin-bottom: 30px;
}

/* event */
.event-item{
	background: rgba(255,255,255,0.5);
	margin-bottom: 20px;
	padding: 30px;
}
.event-date{}
.event-date .start-date,
.event-date .end-date{
	display: inline-block;
	position: relative;
}
.event-date .end-date{
	margin-left: 10px;
}
.event-date .end-date:before{
	content: '_';
}
.event-date .day{
	font-size: 20px;
	display: block;
}
.event-date .month{
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}
.event-date .start-date .day{
	font-weight: 200;
	font-size: 52px;
	line-height: 52px;
	font-family: georgia;
}
.event-date .start-date .month{
	font-size: 16px;
	font-weight: 600;
}
.event-thumb{
	width: 70px;
	margin-right: 15px;
	background: #ddd;
}
.event-name h2, .event-name h3{
	font-weight: 200;
	margin: 0;
}
.event-name a{
	color: inherit;
}
.event-address{
	margin-top: 10px;
}
.event-address .fa{
	margin-right: 10px;
}

.nav-filter{
	margin: 50px 0 70px 0;
	text-align: center;
}
.nav-filter li{
	list-style:none;
	display:inline-block;
}
.nav-filter span,.nav-filter a{
	background: #fafafa;
	border: 1px solid #ddd;
	color: #666;
	margin-right: 5px;
	padding: 10px 12px;
}
.nav-filter a:hover,
.nav-filter a:focus{
	text-decoration: none;
	border-color: #aaa;
}
.nav-filter .active{
	background: #06579d;
	border-color:#06579d;
	color: #fff
}
.nav-filter span {
    background: #fff none repeat scroll 0 0;
    border-color: #fff;
    color: #06579d;
}


.img-responsive.event-image {
  width: 100%;
}

.form-testimoni {
    margin-top: 70px;
}
.lg-sub-html > h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
}
/*------------------------------------------*/
/*			Our team
/*------------------------------------------*/
.team-item{
	margin-bottom: 30px;
	text-align: center;
}
.team-thumb{
	background: #f44336;
	position: relative;
	overflow: hidden;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.team-social{
	height: 60px;
	line-height: 60px;
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: -40px;
	margin-bottom: -30px;
	transition: all 0.3s ease 0s; 
}
.team-social-icon li{
	display: inline-block;
	font-size: 30px;
	margin: 0 5px;
}
.team-social-icon li a{
	color: #fff;
}
.team-name{
	margin: 30px 0 0;
}
.team-position{
	color: #f44336;
	font-family: georgia;
	font-style: italic;
}
.team-thumb img{
	transition: all 0.5s ease 0s;
	overflow: hidden;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.team-thumb:hover img{
	transform: scale(1.2);
	transition: all 0.5s ease 0s;
	opacity: 0.3;
}
.team-thumb:hover .team-social{
	bottom: 50%;
	transition: all 0.3s ease 0s; 
	transition-delay: 0.3s;
}

.content-title {
    margin-bottom: 30px;
}


/* Team */
.team-list{
	margin-bottom: 30px;
}
.team-list .square-content{
	padding: 3px;
	border: 1px solid rgba(0, 0, 0, 0.22);
}
.team-list .crew-info{
	padding: 10px 0;
	background: #607d8b;
}
.team-list .crew-info:hover{
	background: #3c4b53;
}
.crew-info .crew-name a{
	color: #fff;
	font-size: 16px;
}
.info-detail{
	position: relative;
	
}
.spek-detail {
	margin-bottom: 70px;
    margin-top: 50px;
}
.team-title {
    text-transform: capitalize;
}
.info-detail .square-content{
	padding: 3px;
	border: 1px solid rgba(0, 0, 0, 0.22);
}
.info-detail .detail li{
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid rgba(200, 200, 200, 0.5);
}
.info-detail .detail li span{
	display: inline-block;
	width: 150px;
	font-weight: bold;
}
.info-detail .team-network .fa{
}
.team-network-index{
	position: absolute;
	top: 10px;
	text-align: center;
	float: left;
	margin-left: 0px;
	padding-left: 10px;
}
.team-network{
	padding: 20px 0px;
}
.team-network li,.team-network-index li{
	display: inline;
	margin: 0px 2px;
}
.team-network li .fa,.team-network-index li .fa{
	font-size: 16px;
}
.team-network li a{
	border-radius: 0;
	display: inline-block;
	width: 35px;
	height: 35px;
	color: #d83f41;
	text-align: center;
	line-height: 35px;
	transition: all 0.5s ease 0s;
	background: #fff;
}
.team-network {
    margin-top: 30px;
}
.table-team span {
    text-transform: capitalize;
	font-style: italic;
}
.team-network-index li a{
	border-radius: 14px;
	display: inline-block;
	width: 28px;
	height: 28px;
	color: #d83f41;
	border: 1.5px solid #99b9de;
	text-align: center;
	line-height: 27px;
	transition: all 0.5s ease 0s;
	background: #fff9;
}
.team-item > a > h4 {
    text-align: center;
}
.search-hasil {
    margin-bottom: 40px;
}
.post-date {
    margin-bottom: 26px;
}


.content-polling {
    padding: 20px;
}
.from-poling {
  margin-left: 40px;
}

.title-polling > h4 {
    font-style: italic;
    text-transform: capitalize;
}
.modal-body > #vote {
    min-height: 250px;
}

.progress {
  height: 35px;

}
.progress .skill {
  font: normal 12px "Open Sans Web";
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}
.progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

.progress-bar {
  text-align: left;
  transition-duration: 3s;
}
.chaptha {
    float: right;
}
.spach {
    margin-top: 68px;
}

/* testimonial */
.list-testimonial{

}
.testimonial-item{
	margin-bottom: 30px;
}
.list-testimonial .testimonial-name{
	position: relative;
	font-size: 20px;
	font-weight: bold;
}
.list-testimonial .testimonial-name:before{
	content: '\f2bd';
	font-family: "fontawesome";
	z-index: 1;
	padding-right: 15px;
	color: #00A85A;
}
.list-testimonial .testimonial-message{
	font-style: italic;
	margin-left: 20px;
	padding-left: 10px;
	border-left: 2px solid rgba(0,0,0,0.1);
}



@media (min-width: 320px) and  (max-width: 767px) {
	.navbar-default .navbar-nav > li > a {
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
	}
	.banner-right li {
		margin-bottom: 30px;
	}
	
	footer, .footer {
		 margin-top: 0;
		 
	}
	footer h3 {
		font-size: 16px;
	}
}



/*------------------------------------------*/
/*		Team	Social button
/*------------------------------------------*/

/***** team social icon *****/
.team-network {
	list-style:none;
	padding: 0;
}
.team-network li{
	display: inline-block;
	margin-left: 5px;
}
.team-network  li:first-child{
	margin-left: 0;
}
.team-network  li:last-child{
	border-right: 1px solid rgba(0,0,0,0.03);
}
.team-network a{
	background: #666;
	color: #fff;
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	position: relative;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.team-network  a:hover{
	color: #fff;
}
.team-network  a:hover:after{
	background: rgba(255,255,255,0.2);
	content: '';
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	right: 0;
	z-index: 1;
	position: absolute;
}
.team-network .facebook{background: #3B5998;}
.team-network .instagram{background: red;}
.team-network .twitter{background: #00C5F9;}
.team-network .google-plus{background: #E05A4E;}
.team-network .linkedin{background: #117BB8;}
.team-network .youtube{background: #CB312E;}
.team-network .pinterest{background: #EE3324;}
.team-network .flickr{background: #ED1384;}
.team-network .dribbble{background: #EB4C89;}
.team-network .skype{background: #00B0F6;}
.team-network .rss{background: #FBA933;}
.team-network .instagram{background: #E05A4E;}

.team-network .facebook:hover{background: #3B5998;}
.team-network .instagram:hover{background: blue;}
.team-network .twitter:hover{background: #00C5F9;}
.team-network .google-plus:hover{background: #E05A4E;}
.team-network .linkedin:hover{background: #117BB8;}
.team-network .youtube:hover{background: #CB312E;}
.team-network .pinterest:hover{background: #EE3324;}
.team-network .flickr:hover{background: #ED1384;}
.team-network .dribbble:hover{background: #EB4C89;}
.team-network .skype:hover{background: #00B0F6;}
.team-network .rss:hover{background: #FBA933;}

.team-network > li > a {
  color: #fff;
}



.poling-text {
    font-weight: bold;
}


.poling-heading {
    margin-bottom: 20px;
    text-transform: uppercase;
}





/*------------------------------------------*/
/*			Social button
/*------------------------------------------*/

/***** social icon -----------*/
.social-icon{
	list-style:none;
	padding: 0;
	margin-bottom: 30px;
}
.social-icon li{
	display: inline-block;
	border-left: 1px solid rgba(0,0,0,0.03);
	margin-left: 5px;
}
.social-icon li:first-child{
	margin-left: 0;
}
.social-icon li:last-child{
	border-right: 1px solid rgba(0,0,0,0.03);
}
.social-icon a{
	background: #rgba(255,255,255,0.1) none repeat scroll 0 0;
	color: #fff;
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	text-align: center;
	position: relative;
	border: solid 2px #fff;
	
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}
.social-icon a:hover{
	color: #fff;
}
.social-icon .facebook{background: #3B5998;}
.social-icon .instagram{background: #125688;}
.social-icon .twitter{background: #00C5F9;}
.social-icon .google-plus{background: #E05A4E;}
.social-icon .linkedin{background: #117BB8;}
.social-icon .youtube{background: #CB312E;}
.social-icon .pinterest{background: #EE3324;}
.social-icon .flickr{background: #ED1384;}
.social-icon .dribbble{background: #EB4C89;}
.social-icon .skype{background: #00B0F6;}
.social-icon .rss{background: #FBA933;} 

/*------------------------------------------*/
/*			Social Share
/*------------------------------------------*/
.social-share {margin-bottom: 15px;}
.social-share span {
	margin-right: 4px;
	font-size: 13px;
	color: #666;
}
.social-share a {
	display: inline-block;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.social-share a.facebook {background-color: #507CBE;}
.social-share a.facebook:hover {background-color: #3E68A8;}
.social-share a.twitter {background-color: #63CDF1;}
.social-share a.twitter:hover {background-color: #36BFED;}
.social-share a.google-plus {background-color: #F16261;}
.social-share a.google-plus:hover {background-color: #EF4545;}
.social-share a.linkedin {background-color: #90CADD;}
.social-share a.linkedin:hover {background-color: #72BBD3;}
.social-share a.pinterest {background-color: #C52228;}
.social-share a.pinterest:hover {background-color: #9E1B20;}
.social-share a.mail {background-color: #FFC107;}
.social-share a.mail:hover {background-color: #FFB300;}
.social-share a i {
	color: #fff;
    display: block;
    font-size: 1em;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

/*------------------------------------------*/
/*			Thumbnail [aspect ratio]
/*------------------------------------------*/
.square {
    position: relative;
    width:    100%; /* desired width */
}

.square:before {
    content:     "";
    display:     block;
    padding-top: 100%; /* initial ratio of 1:1*/
}

.square .square-content {
    position: absolute;
    top:      0;
    left:     0;
    bottom:   0;
    right:    0;
}
.img-wrap{
	width: 100%;
	height: 100%;
	position: relative;
    overflow: hidden;
}
.img-wrap img{
	min-width:100%;
	min-height:100%;
	
	position: absolute;
    top: -10000px;
    bottom: -10000px;
    left: -10000px;
    right: -10000px;
    margin: auto;
}

/* Other ratios - just apply the desired class to the "box" element */
.ratio2_1:before{
    padding-top: 50%;
}
.ratio1_2:before{
    padding-top: 200%;
}
.ratio4_3:before{
    padding-top: 75%;
}
.ratio16_9:before{
    padding-top: 56.25%;
}
.ratio2_1 .landscape, .ratio16_9 .landscape{max-height:inherit !important;max-width:100% !important;}
.ratio2_1 .potrait, .ratio16_9 .potrait{max-height:100% !important;max-width:inherit !important;}

.squared{max-width:100% !important;max-height:100% !important;}
.landscape{max-height:100% !important;max-width:inherit !important;}
.potrait{max-width:100% !important;max-height:inherit !important;}

.img-wrap.default{background: #07579e; }
.img-wrap.dark{background: rgba(0,0,0,0.8); }


/*------------------------------------------*/
/*			Thumbnail hover animate
/*------------------------------------------*/

/***** Zoom *****/
.effect-zoom img{
	transition: all 0.5s ease 0s;
}
.effect-zoom:hover img{
	transform: scale(1.2);
	transition: all 0.5s ease 0s;
}

/***** Bubba *****/
figure.effect-bubba {
	text-align: center;
	cursor: pointer;
}
figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-bubba:hover img {
	opacity: 0.5;
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/   Border style 
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
	/*border-right: 1px solid #fff;
	border-left: 1px solid #fff;*/
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}
figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba .icon-view {
	opacity: 0;
	color: #ffdf2a;
	display: block;
	font-size: 24px;
	height: 50px;
	left: 50%;
	line-height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
	z-index: 10;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-bubba:hover .icon-view {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/*------------------------------------------*/
/*			Animate
/*------------------------------------------*/
.animated{
	display:block;
	/*
	animation-duration: 3s;
	animation-delay: 2s;
	animation-iteration-count: infinite;
	*/
}
.animated.title{animation-delay: 0.5s;}
.animated.info{animation-delay: 1s;}
.animated.button{animation-delay: 1.5s;}


/*------------------------------------------*/
/*			Owl Carousel
/*------------------------------------------*/

/* Styling Owl Pagination*/
.owl-pagination {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 16px;
	height: 16px;
	margin: 2px 4px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #444;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.touch-slider:hover .owl-controls .owl-page span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	border-color: #00b6e3;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

/* Custom Owl Pagination*/
.owl-container{
	position: relative;
}
.owl-container .owl-buttons [class*="owl-"]{
	position: absolute;
	top: 50%;
	font-size: 24px;
	z-index: 1000;
}
.owl-container .owl-buttons .owl-prev{
	left: 0;
}
.owl-container .owl-buttons .owl-next{
	right: 0;
}

/* ======================================
Form 
========================================*/

/* btn */
.btn{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-default{
	background: #01B5EA;
	border-color:  #01B5EA;
	color: #fff;
}
.btn-default:hover,
.btn-default.focus, .btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
	background-color: #009FCC;
	border-color: #009FCC;
	color: #fff;
}

/* input */
.form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form-control:focus {
	box-shadow: none;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.control-group select, .control-group textarea, .control-group input[type="text"], .control-group input[type="password"], .control-group input[type="datetime"], .control-group input[type="datetime-local"], .control-group input[type="date"], .control-group input[type="month"], .control-group input[type="time"], .control-group input[type="week"], .control-group input[type="number"], .control-group input[type="email"], .control-group input[type="url"], .control-group input[type="search"], .control-group input[type="tel"], .control-group input[type="color"] {
	background: none repeat scroll 0 0 #FFFFFF;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
	background-color: #FFFFFF;
	border-color: #01B5EA;
	color: #696969;
	box-shadow: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	background-color: #FFFFFF;
	border-color: #D5D5D5;
	border-width: 1px;
	color: #858585;
	box-shadow: none;
}
.checkbox label, .radio label {
	padding-left: 0;
	padding-right: 20px;
}
.checkbox-inline, .radio-inline {
	padding-left: 0;
}
/* .checkbox input[type=checkbox],.radio input[type=radio],.checkbox-inline input[type=checkbox],.radio-inline input[type=radio] { opacity: 0; } */
input[type=checkbox]+.lbl,
input[type=radio]+.lbl {
	cursor: pointer;
	font-weight: normal;
	padding-left: 25px;
	padding-top: 5px;
	position: relative;
}
input[type=checkbox]:disabled+.lbl, input[type=radio]:disabled+.lbl { color: #bbb; cursor: not-allowed }
input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before,
input[type=radio]+.lbl::after{
	position: absolute;
	display: block;
	left: 0;
	top: 3px;
}
input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before{
    font-family: fontAwesome;
    content: "\a0";
    border: 1px solid #CCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	font-size: 12px;
    height: 16px;
    line-height: 14px;
    width: 16px;
	text-align: center;
}
input[type=checkbox]:checked+.lbl::before,
input[type=radio]:checked+.lbl::before {
    content: '\f00c';
    background-color: #fff;
    border-color: #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1)
}
input[type=radio]+.lbl::before,
input[type=radio]:checked+.lbl::before {
    content: "";
	border-radius: 8px;
}
input[type=radio]:checked+.lbl::after {
    background: #00b6e3;
	border-radius: 8px;
	content: "";
	height: 10px;
	left: 3px;
	top: 6px;
	width: 10px;
}
input[type=checkbox]:disabled+.lbl::before,
input[type=radio]:disabled+.lbl::before,
input[type=checkbox][disabled]+.lbl::before,
input[type=radio][disabled]+.lbl::before,
input[type=checkbox].disabled+.lbl::before,
input[type=radio].disabled+.lbl::before {
    background-color: #DDD!important;
    border-color: #CCC!important;
    box-shadow: none!important;
    color: #BBB
}
input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before{
    color: #00b6e3;
}
input[type=checkbox]:hover+.lbl::before,
input[type=radio]:hover+.lbl::before,
input[type=checkbox]+.lbl:hover::before,
input[type=radio]+.lbl:hover::before {
    border-color: #ffc107
}
.checkbox, .radio {
	margin-bottom: 15px;
}
.btn-spinner{
	font-size: 18px;
	border: 1px solid #ddd;
}

/* input range [jRange]*/
.theme-green .back-bar {
	background-color: #eee;
	background-image: none;
	height: 10px;
}
.theme-green .back-bar .selected-bar {
	background-color: #01B5EA;
	background-image: none;
}
.theme-green .back-bar .pointer {
	background-color: #00A6D6;
	background-image: none;
	border-color: #00A6D6;
	height: 16px;
	width: 16px;
	top: -3px;
}
.theme-green .scale ins {
	color: #000;
}

/* btn filter */
.btn-filter{margin-top: 15px}

/*------------------------------------------*/
/*			Page Nav
/*------------------------------------------*/
.page-nav{ margin: 30px 0; text-align: center; }
.page-nav ul{margin:0;padding:0}
.page-nav li{ display: inline-block; border:none !important }
.page-nav span,
.page-nav a{
	padding: 3px 10px;
	margin: 2px;
	color: #666;
	border: 1px solid #eee;
	display: block;
}
.page-nav a:hover{
	background: #ddd;
	border-color: #ddd;
}
.page-nav span{ color: #999; }
.page-nav .active a,.page-nav .current{ background: #e45938; border-color: #e45938; color: #fff }
.page-nav .disabled span{ background: #fafafa; border-color: #eee }

/*------------------------------------------*/
/*			Misc
/*------------------------------------------*/
.xhide{opacity:0}
.iconleft{margin-right:5px}
.iconright{margin-left:5px}
.no-border{border:none}
.no-shadow{box-shadow: 0 0 rgba(0,0,0,0)}
.circle{
	border: 1px solid #bbb;
	padding: 4px;
	
	webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
		-o-border-radius: 50%;
		   border-radius: 50%;
}

/* sparator */
.sparator{
	background: #333;
	height: 1px;
}

/* typo */
.lowercse{text-transform: lowercse !important;}
.uppercase{text-transform: uppercase !important;}
.capitalize{text-transform: capitalize !important;}

/* color */
.white{color: #ffffff !important}
.red{color: #cd3333 !important}
.orange{color: #FF9800 !important}
.deep-orange{color: #f46e39 !important}
.purple{color: #c032bb !important}
.green{color: #37c770 !important}
.lime{color: #CDDC39 !important}
.lime-dark{color: #827717 !important}
.blue{color: #4993e6 !important}
.amber{color: #FFC107 !important}
.pink{color: #e91e63 !important}


@media (min-width: 421px) and  (max-width: 360px) {}
@media(min-width:1200px){}


/*--------------------------- media query--------------------------- */

@media (min-width: 768px) and  (max-width: 1024px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 12px;
	}
	.navbar-nav > li {
		margin-left: 15px;
	}
	.carousel-inner > .item {
		height: 400px;
	}
	.slider-item > img {
		width: 100%;
		height: 100%;
	}
}

@media (min-width: 900px) and  (max-width: 989px) {
	.title-box-post {
		top: 240px;
	}
	.post-content {
		margin-top: 0;
	}
	.title-box-post {
		top: -68px;
	}
} 




@media (max-width: 980px){
	.sidebar-space {
		margin-top: 0px;
	}
	.img-responsive.img-banner {
		height: 100px;
	}
	.banner-right > li {
		margin-bottom: 30px;
	}
	footer, .footer {
		margin-top: 0;
	}
	
}

@media (min-width: 800px) and  (max-width: 980px) {
	.cweb-logo {
		background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
		height: 50px;
		margin-top: 8px;
		transform: skew(-20deg);
		width: 50px;
		margin-left: 0;
	}
	.cweb-logo img {
		margin-top: 8px;
		transform: skew(12deg);
	}
	
	.carousel-control {
		border: 2px solid #fff;
		border-radius: 72px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
		color: #fff;
		font-size: 15px;
		height: 40px;
		left: 0;
		line-height: 40px;
		margin-top: -25px;
		opacity: 0.7;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 40px;
		z-index: 10000;
	}
	
}

@media(max-width:800px){
	.slider-item {
		height: 100% ;
	}
	.col-links > span {
		font-size: 10px;
	}
	.nav.navbar-right.navbar-nav > li {
	  text-transform: uppercase;
	  color: #fff;
	}
	.navbar-default .navbar-nav > li > a {
	  color: #fff;
	  font-weight: bold;
	}
	
}
@media (max-width: 641px){
	.poling {
		 padding: 15px 20px;
	}
	.poling-text {
		margin-bottom: 50px;
		font-size: 12px;
	}
	.btn-voting {
		background: rgba(6, 87, 157, 1) none repeat scroll 0 0;
		border-color: #06579d;
		bottom: 10px;
		color: #fff;
		padding: 6px 0;
		position: absolute;
		right: 10px;
		width: 126px;
	}
	.image-testimonial > .img-circle {
		border-radius: 40px;
		height: 60px;
		width: 60px;
	}
	.testimonial {
		color: #fff;
		font-size: 12px;
	}
	.testimonial {
		height: 100%;
	}
	.more-testimonial {
		color: #06579d;
		font-size: 12px;
		position: absolute;
		right: 0;
		top: 100%;
		bottom: 0;
	}
	#silde-new > .owl-controls > .owl-buttons {
		 top: -87px;
	}
	.leyer-media {
		padding-bottom: 0;
	}
	.social-icon a {
		border: 2px solid #fff;
		border-radius: 24px;
		color: #fff;
		display: block;
		font-size: 10px;
		height: 25px;
		line-height: 25px;
		position: relative;
		text-align: center;
		width: 25px;
	}
	.big-img{
		height: 200px;
	}
	.post-title {
		font-size: 16px;
		margin-bottom: 0;
	}
	
}

@media (min-width: 600px) and  (max-width: 940px) {
	.carousel-inner > .item {
		height: 300px;
	}
	.slider-item > img {
		width: 100%;
		height: 100%;
	}
	.banner img {
		height: 100px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 10px;
	}
	.navbar-nav > li {
		margin-left: 15px;
	}
	.carousel-control {
		  border: 2px solid #fff;
		  border-radius: 36px;
		  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
		  color: #fff;
		  font-size: 13px;
		  height: 30px;
		  left: 0;
		  line-height: 30px;
		  margin-top: -25px;
		  opacity: 0.7;
		  position: absolute;
		  text-align: center;
		  top: 50%;
		  width: 30px;
		  z-index: 10000;
	}
	.our-partners > .img-responsive {
		height: 140px;
	}    
	
}

@media (max-width: 350px){

	.title-box-post {
		padding: 5px 27px 4px 23px;
		min-height: 85px;
		top: 35px;
	}
	.title-box-post > h3, .title-box-post > h4, .title-box-post > h2 {
		font-size: 16px;
	}
	.post-content {
		margin-top: 60px;
	}
	.sidebar-space {
		margin-top: 0;
	}
	
	
}


@media (min-width: 320px) and  (max-width: 640px) {
	.slider-item {
		height: 200px !important;
	}
	.col-links > span {
		font-size: 8px;
	}	
	.col-links {
		font-weight: bold;
		height: 60px;
		margin-bottom: 30px;
		padding: 10px;

	}
	.banner img {
		height: 70px;
	}
	.container-banner {
		margin-top: 70px;
	}
	.banner {
		margin-top: 0;
		margin-bottom: 0;
	}
	.media-cweb {
		margin-top: 0px;
	}
	.banner img {
		height: 100px;
		margin-bottom: 30px;
		width:100%;
	}
	.testimonial {
		 padding: 30px 20px;
	}
	
	.title-box-post {
		min-height: 90px;
		top: -40px;
	}
	.title-box-post > h3, .title-box-post > h4, .title-box-post > h2 {
		font-size: 15px;
		padding: 10px 68px 5px 17px;
	}
	.img-banner {
		height: 100px;
	}
	.banner-right li {
		margin-bottom: 20px;
	}
	.event-item {
		border-bottom: 1px solid #337ab7;
		padding-bottom: 10px;
	}	
	.media.agenda {
		margin-bottom: 20px;
	}
	
}

@media (min-width: 320px) and  (max-width: 980px) {
	
	.link-list {
		background: rgba(237, 237, 237, 0.6) none repeat scroll 0 0;
		height: 100%;
		margin-top: -70px;
		padding-top: 100px;
	}
	.links {
		height: 100%;
	}
	.links-content {
		height: 60px;
		margin-bottom: 20px;
	}
	.banner img {
		
		margin-bottom: 30px;
		width:100%;
	}
	.cweb-panel {
		padding-top: 50px;
	}
}


@media (min-width: 320px) and  (max-width: 800px) {
	.carousel-caption {
		color: #fff;
		left: 20px;
		max-width: 400px;
		padding-bottom: 0;
		right: 0;
		text-align: left;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	}
	.this-title > h3 {
		color: #fff;
		padding: 10px;
		font-size: 12px;
	}
	.info > span {
		font-size: 10px;
	}
	.partners {
		margin-bottom: -1px;
	}

}

@media (min-width: 320px) and  (max-width: 789px) {
	.cweb-logo {
		background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
		height: 48px;
		margin-top: -5px;
		transform: skew(-20deg);
		width: 42px;
		margin-left: 20px;
	}
	.cweb-logo img {
		margin-top: 10px;
		transform: skew(12deg);
	}
	.partners {
		padding-top: 0;
	}
	.office >li > .media P {
		font-size: 10px;
	}
	.nav-footer {
		margin-top: 30px;
		
	}
	.nav-footer > li {
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
	}
	.copyright-section p {
		font-size: 10px;
	}
	.post-content {
		margin-top: 0;
	}
	.title-box-post {
		min-height: 70px;
		top: -35px;
	}
	.title-box-post > h3, .title-box-post > h4, .title-box-post > h2 {
		font-size: 12px;
		padding: 0;
	}
	.social-share a i {
		height: 30px;
		line-height: 30px;
		width: 30px;
	}
	.dalam {
		margin-top: 20px;
	}
	.nav-filter li {
		display: block;
		list-style: outside none none;
	}
	.nav-filter > li {
		margin-bottom: 30px;
	}
	.event-item {
		 padding: 0;
	}
	.event-name h2, .event-name h3 {
		font-size: 14px;
	}
}





