/*body #bg img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  z-index: -1000;
}*/
.container[role="main"] {
  /*background-color: #f8f8f8;*/
  background: url("../../img/pattern/bg-brightsquare.png") repeat 0 0;
  padding: 20px;
}

.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.order-card {
    color: #fff;
}

.bg-box1 {
    /*background: linear-gradient(0deg,#fca7a7,#fff);*/
	background: rgb(255,227,215);
	background: linear-gradient(90deg, rgba(255,227,215,1) 0%, rgba(255,255,255,1) 50%);
}

.card .card-block {
    padding: 15px;
}

/* logo motion */

.logo-wrapper .rotate {
animation-name: rotate ;
animation-duration: 5s;
animation-play-state: running;
animation-timing-function: linear;
animation-iteration-count: infinite;
opacity: 1.0;filter: alpha(opacity=50);}

/*.box-rotate img:hover {opacity: 1.0;filter: alpha(opacity=100);}*/

@keyframes rotate {
10% {transform:rotateY(36deg)}
20% {transform:rotateY(72deg)}
30% {transform:rotateY(108deg)}
40% {transform:rotateY(144deg)}
50% {transform:rotateY(180deg)}
60% {transform:rotateY(216deg)}
70% {transform:rotateY(252deg)}
80% {transform:rotateY(288deg)}
90% {transform:rotateY(324deg)}
100% {transform:rotateY(360deg)}
}

.logo-wrapper{
	-moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: relative;
    text-align: center;
    overflow: hidden;
    /*background-color: #2f2f37;*/
    flex-wrap: wrap;
}

.logo-wrapper h6{
  	font-size: 30px;
  	color: #F7AE1A;
  	font-family: "Montserrat-Bold";
  	font-weight: 80;
  	-webkit-transition: all 0.4s linear;
  	transition: all 0.4s linear;
}

.logo-wrapper h5{
	font-family: 'Open Sans', sans-serif;
  	font-size: 20px;
  	color: #000;
  	font-weight: 80;
}

.logo-center{
	/*float: none;
	margin: 0 auto;*/
	margin-top: auto;
	margin-bottom: auto;
}

.menu-kiri {
	max-width: 100%;
	padding: 15px;
}
.menu-dinamis ul {
  padding-left: 20px;
  list-style-type: square;
}
.menu-dinamis ul li {
  padding: 5px 0;
  border-bottom: 1px dotted #c0bfbf;
}
.menu-dinamis ul.menu-links {
  /*color: #d9d9d9;*/
  color:#333333;
}
.menu-dinamis ul.menu-links li {
  padding: 0;
}
.menu-dinamis ul.menu-links a {
  display: inline-block;
  position: relative;
  left: 0;
  padding: 6px 0;
}
.menu-dinamis ul.menu-links a:hover {
  left: 3px;
}

#slider {
	margin-top: 0px;
}
#sambutan {
	margin-top: 20px;
}
#gallery {
	margin-top: 20px;
}

.img-kepsek {
  	max-width: 100%;
}

.btn-wrapper {
    margin: 10px 0 0 0;
}

.banner {
	display: block;
	text-align: center;
	padding: 10px 0px;
}

.img-banner {
    padding: 5px;
    border: solid 1px #EFEFEF;
	margin: 0 0 5px 0;
	width: 250px;
	width: 100%;
}
a:hover img.img-banner {
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

.alert-box {
	background-color: #fffbcc;
	color: #777;
	font-size: 14px;
	line-height: 23px;
	padding: 13px 16px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
.alert-box .badge {
	background-color: #f58f2a;
	border-radius: 3px;
	color: #fff;
	margin-left: 4px;
	margin-right: 4px;
	padding: 3px 5px 3px 4px;
	font-weight:bold;
	text-transform: uppercase;
}

/* tooltip */
#tooltip{
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 70;
    padding: 15px;
}
#tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}
#tooltip.top:after{
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}
#tooltip.left:after{
    left: 10px;
    margin: 0;
}
#tooltip.right:after{
    right: 10px;
    left: auto;
    margin: 0;
}

.content-pengumuman h3 {
    /*background: #3d4c54;*/
	background: rgb(185,61,8);
	background: linear-gradient(90deg, rgba(185,61,8,1) 0%, rgba(110,26,13,1) 100%);
  	color:#FFF;
  	font-weight:normal;
  	text-align:center;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 15px 20px;
}
.box-pengumuman {
	/*background: #f2f2f2;*/
	background: rgb(255,227,215);
	background: linear-gradient(90deg, rgba(255,227,215,1) 0%, rgba(255,255,255,1) 50%);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
    position: relative;
    -webkit-transform:translateZ(0);
}
.ul-pengumuman {
  margin: 0;
  padding: 20px;
}
.ul-pengumuman li {
  margin-left: 15px;
}
.ul-pengumuman li a {
  text-decoration: none;
}

/* Slider Berita */
.content-slider {
    
}
.box-slider {
	
}

/* Slick Marquee Box */
.content-pendidik h3 {
    background: rgb(185,61,8);
	background: linear-gradient(90deg, rgba(185,61,8,1) 0%, rgba(110,26,13,1) 100%);
  	color:#FFF;
  	font-weight:normal;
  	text-align:center;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 15px 20px;
}
.box-pendidik {
	background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
    position: relative;
    -webkit-transform:translateZ(0);
}
.slick-slide {
	position: relative;
    display: inline-block;
}
.slick-slide .text {
	position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;        
    text-align: center;
    top: 70%;
    background: rgba(0, 0, 0, 0.80);
    font-family: Arial,sans-serif;
    color: #fff;
    width: 82%;
	height: 25%;
	box-shadow: inset 0 3px 6px rgba(0,0,0,0.16), 0 4px 6px rgba(0,0,0,0.45);
	padding: 2px;
}
.inner-centered {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.slick-slide .img-inner {
  	margin: 10px 15px;
}
.slick-slide .img-inner img{
    width:125px;
    height:150px;
    object-fit:contain;
    box-shadow:0 2px 8px rgba(0,0,0,0.25);
    padding:10px;
}

/* Slick Marquee Box */
.content-berita h4 {
    background: rgb(185,61,8);
	background: linear-gradient(90deg, rgba(185,61,8,1) 0%, rgba(110,26,13,1) 100%);
  	color:#FFF;
  	font-weight:normal;
  	text-align:center;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 15px 20px;
}
.box-berita {
	background: rgb(255,227,215);
	background: linear-gradient(90deg, rgba(255,227,215,1) 0%, rgba(255,255,255,1) 50%);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
    position: relative;
    -webkit-transform:translateZ(0);
}
.list-berita {
	padding: 20px 20px;
}
.thumb-berita {
	padding: 0;
	margin-top: 0;
}
.thumb-berita .image {
  width: 100%;
  overflow: hidden;
  height: 230px;
  text-align: center;
}
.thumb-berita .image .image-wrapper {
  left: 100%;
  margin-left: -200%;
  position: relative;
}
.thumb-berita .image .image-wrapper a {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.thumb-berita .image .image-wrapper a img {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 230px;
  width: auto;
}
.thumb-berita .image .image-wrapper a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.thumb-berita .image .image-wrapper a:hover img {
  -moz-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  -webkit-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}
.thumb-berita .description hr {
  margin: 10px 0;
}
.thumb-berita .description p {
  font-size: 12px;
}
.thumb-berita .description .course-meta {
  color: #767676;
  margin-bottom: 15px;
}
.thumb-berita .description .course-meta > span {
  margin: 0 5px;
}
.thumb-berita .description .course-meta .fa {
  color: #252525;
  margin-right: 5px;
}
.thumb-berita.small {
  display: table;
  padding-bottom: 0px;
}
.thumb-berita.small h3 {
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 0;
}
.thumb-berita.small .image {
  float: left;
  height: 80px;
  width: 80px;
}
.thumb-berita.small .image .image-wrapper a img {
  height: 80px;
}
.thumb-berita.small .description {
  padding-left: 100px;
}
.thumb-berita.small .description h3 {
  font-size: 13px;
}
.thumb-berita.small .description hr {
  margin: 5px 0;
}
.thumb-berita.small .description .btn {
  border: none;
  min-height: inherit;
  padding: 0;
}
.thumb-berita.small .description .btn:hover {
  background-color: transparent;
  color: #ea6645;
}

/* Sambutan Kepsek */
.content-sambutan {
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  	margin-bottom: 0px;
  	padding-bottom: 0px;*/
}
.box-sambutan {
	/*background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
    position: relative;
    -webkit-transform:translateZ(0);*/
}
.list-sambutan {
	/*padding: 20px 20px;*/
}
.thumb-sambutan {
	padding: 0;
	margin-top: 0;
}
.thumb-sambutan .image {
  width: 100%;
  overflow: hidden;
  height: 230px;
  text-align: center;
}
.thumb-sambutan .image .image-wrapper {
  left: 100%;
  margin-left: -200%;
  position: relative;
}
.thumb-sambutan .image .image-wrapper a {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.thumb-sambutan .image .image-wrapper a img {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 230px;
  width: auto;
}
.thumb-sambutan .image .image-wrapper a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.thumb-sambutan .image .image-wrapper a:hover img {
  -moz-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  -webkit-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}
.thumb-sambutan .description hr {
  margin: 10px 0;
}
.thumb-sambutan .description p {
  font-size: 12px;
}
.thumb-sambutan .description .course-meta {
  color: #767676;
  margin-bottom: 15px;
}
.thumb-sambutan .description .course-meta > span {
  margin: 0 5px;
}
.thumb-sambutan .description .course-meta .fa {
  color: #252525;
  margin-right: 5px;
}
.thumb-sambutan.small {
  display: table;
  padding-bottom: 0px;
}
.thumb-sambutan.small h3 {
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 0;
}
.thumb-sambutan.small .image {
  float: left;
  height: 100%;
  width: auto;
}
.thumb-sambutan.small .image .image-wrapper a img {
  height: 100px;
  padding: 0 15px 5px 0px;
}
.thumb-sambutan.small .description span.job-title {
  display: inline-block;
  margin-bottom: 9px;
  font-size: 14px;
}
.thumb-sambutan.small .description h3 {
  font-size: 13px;
}
.thumb-sambutan.small .description hr {
  margin: 5px 0;
}
.thumb-sambutan.small .description .btn {

}
.thumb-sambutan.small .description .btn:hover {

}


[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
    float: right;
}

/* Web Statistik */
.content-statistik {
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  	margin-bottom: 0px;
  	padding-bottom: 0px;*/
}
.box-statistik {
	/*background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
    position: relative;
    -webkit-transform:translateZ(0);*/
}
.list-statistik {
	/*padding: 20px 20px;*/
}
.list-statistik .statistik-widget{
    overflow:hidden;
}
.list-statistik .statistik-widget ul {
  	margin: 0;
  	padding: 0;
  	list-style: none;
}
.list-statistik .statistik-widget ul li {
  	border-bottom: 1px dashed #e9e9e9;
  	padding: 10px 0 10px 0;
  	color: #2d2d2d;
  	-webkit-transition: all 0.4s linear;
  	transition: all 0.4s linear;
}
.list-statistik .statistik-widget ul li span {
    display: block;
    text-align: center;
}
.list-statistik .statistik-widget ul li span a {
    font-size: 11px;
    margin-top: 2px;
    text-decoration: none;
}
.list-statistik .statistik-widget ul li a {
  	color: #484848;
  	-webkit-transition: all 0.4s linear;
  	transition: all 0.4s linear;
}
.list-statistik .statistik-widget ul li a:hover {
  	text-decoration: none;
  	color: #fbcf00;
}

/* Jajak Pendapat */
.content-polling {
	/*border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  	margin-bottom: 0px;
  	padding-bottom: 0px;*/
}
.box-polling {
	/*background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
    position: relative;
    -webkit-transform:translateZ(0);*/
}
.list-polling {
	/*padding: 20px 20px;*/
}
.list-polling .polling-widget {
    overflow:hidden;
    display: inline-block;
    margin-top: 0px;
}
.list-polling .polling-widget .block {
    display: block;
    margin: 0;
    padding: 0;
}
.section-polling h2 {
	
}
.polling-widget.form_radio input[type=radio] {
	display: none;	
}
.polling-widget.form_radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 0;
	line-height: 18px;
	user-select: none;
	font-weight: 300;
}
.polling-widget.form_radio h4 {
	color: #000066;
}
.polling-widget.form_radio label:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 18px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background: url(../../img/radio-1.png) 0 0 no-repeat;
}
 
/* Checked */
.polling-widget.form_radio input[type=radio]:checked + label:before {
	background: url(../../img/radio-2.png) 0 0 no-repeat;
}
 
/* Hover */
.polling-widget.form_radio label:hover:before {
	filter: brightness(120%);
}
 
/* Disabled */
.polling-widget.form_radio input[type=radio]:disabled + label:before {
	filter: grayscale(100%);
}

/* pojok artikel */
.thumb-artikel {
	padding: 0;
	margin-top: 0;
}
.thumb-artikel .image {
  width: 100%;
  overflow: hidden;
  height: 230px;
  text-align: center;
}
.thumb-artikel .image .image-wrapper {
  left: 100%;
  margin-left: -200%;
  position: relative;
}
.thumb-artikel .image .image-wrapper a {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.thumb-artikel .image .image-wrapper a img {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 230px;
  width: auto;
}
.thumb-artikel .image .image-wrapper a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.thumb-artikel .image .image-wrapper a:hover img {
  -moz-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  -webkit-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}
.thumb-artikel .description hr {
  margin: 10px 0;
}
.thumb-artikel .description .course-meta {
  color: #767676;
  margin-bottom: 15px;
}
.thumb-artikel .description .course-meta > span {
  margin: 0 5px;
}
.thumb-artikel .description .course-meta .fa {
  color: #252525;
  margin-right: 5px;
}
.thumb-artikel.small {
  display: table;
  padding-bottom: 0px;
}
.thumb-artikel.small h3 {
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 0;
}
.thumb-artikel.small .image {
  float: left;
  height: 80px;
  width: 80px;
}
.thumb-artikel.small .image .image-wrapper a img {
  height: 80px;
}
.thumb-artikel.small .description {
  padding-left: 100px;
}
.thumb-artikel.small .description h3 {
  font-size: 13px;
}
.thumb-artikel.small .description hr {
  margin: 5px 0;
}
.thumb-artikel.small .description .btn {
  border: none;
  min-height: inherit;
  padding: 0;
}
.thumb-artikel.small .description .btn:hover {
  background-color: transparent;
  color: #ea6645;
}

#gallery {
	margin-top: 20px;
}

.tab-content .demo-gallery {
  display: block;
  text-align: center;
  clear: both;
  display: table;
  overflow: hidden;  
}

.tab-content .demo-gallery .title {
  color: #333333;
}

.tab-content .demo-gallery ul {
  position: relative;
}

.tab-content .demo-gallery > ul > li {
  margin-bottom: 0px;
  width: 230px;
  display: inline-table;
  list-style: none;  
}

.tab-content .demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.tab-content .demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 162px;
  width: 230px;
}

.tab-content .demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.tab-content .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.tab-content .demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.tab-content .demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.tab-content .demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.tab-content .demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.tab-content .demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.tab-content .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.tab-content .demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.tab-content .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.tab-content .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.tab-content .demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.tab-content .demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}

.img-box {
    float: left;
    position: relative;
    width: 12.5%;
    padding-bottom: 20%;	
}

.boxInner {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    overflow: hidden;
}

.boxInner .info {
	width: 100%;
	text-align: center;
}

.boxInner .info .title {
	font-family: "Roboto", sans-serif !important;
	font-size: 13px;
	color: yellow;	
	padding: 7px;
	height: auto;
	word-wrap: break-word;
	white-space: pre-wrap;
	display: block;
}

/* tabel pendidik */
.img-pendidik {
    padding: 5px;
    border: solid 1px #EFEFEF;
}
.td-img {
	height:150px;
    width:150px;
}
.td-img > img {
    max-height:150px;
    max-width:150px;
    display:block;
    margin:0 auto;
}

/* tabel pengumuman */
.tbl-pengumuman .row-JUDUL {
  	width: 30%;
}
.tbl-pengumuman .row-ISI {
  	width: 45%;
}

/* tabel profil-1 */
.tbl-profil-1 .row-col1 {
  	width: 50%;
}
.tbl-profil-1 .row-col2 {
  	width: 50%;
}

/* tabel profil-2 */
.tbl-profil-2 .row-col1 {
  	width: 50%;
}
.tbl-profil-2 .row-col2 {
  	width: 25%;
}
.tbl-profil-2 .row-col3 {
  	width: 25%;
}

/* berita */
.daftar-berita {
  padding: 0;
  margin-top: 0;
}
.daftar-berita .image {
  width: 50%;
  overflow: hidden;
  height: 230px;
  text-align: center;
}
.daftar-berita .image .image-wrapper {
  left: 100%;
  margin-left: -200%;
  position: relative;
}
.daftar-berita .image .image-wrapper a {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.daftar-berita .image .image-wrapper a img {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 230px;
  width: auto;
}
.daftar-berita .image .image-wrapper a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.daftar-berita .image .image-wrapper a:hover img {
  -moz-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  -webkit-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}
.daftar-berita .description hr {
  margin: 10px 0;
}
.daftar-berita .description .course-meta {
  color: #767676;
  margin-bottom: 15px;
}
.daftar-berita .description .course-meta > span {
  margin: 0 5px;
}
.daftar-berita .description .course-meta .fa {
  color: #252525;
  margin-right: 5px;
}
.daftar-berita.small {
  display: table;
  padding-bottom: 30px;
}
.daftar-berita.small h3 {
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 0;
}
.daftar-berita.small .image {
  float: left;
  height: 100px;
  width: 100px;
}
.daftar-berita.small .image .image-wrapper a img {
  height: 100px;
}
.daftar-berita.small .description {
  padding-left: 120px;
}
.daftar-berita.small .description p {
  font-size: 12px;
}
.daftar-berita.small .description hr {
  margin: 5px 0;
}
.daftar-berita.small .description .btn {
  border: none;
  min-height: inherit;
  padding: 0;
}
.daftar-berita.small .description .btn:hover {
  background-color: transparent;
  color: #ea6645;
}

/* footer */
.footer-about {
  padding-right: 50px;
}
.footer-about .logo {
  float: left;
}
.footer-about .logo img {
  margin-right: 20px;
}
.footer-about span{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.footer-about p{
    color: #fff;
    padding-top: 10px;
}
.social-circle [class*="fa fa-"] {
    width: 35px;
    height: 35px;
    color: white;
    background-color: #021d3a;
    border-radius: 35px;
    line-height: 35px;
    margin: auto 0 0 0;
    font-size: 20px;
    text-align: center;
}
.social-circle ul {
    margin: 0;
    padding: 0;

}
.social-circle ul li {
    display: inline-block;
    margin-right: 10px;

}
.social-circle ul li:last-child{
    margin-right: 0;
}
.social-circle ul li a:hover .fa{
    background-color: #ffc600;
    color: #021d3a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

/* back-to-top */
.back-to-top{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background-color: #ffc600;
    color: #fff;
    font-size: 28px;
    border-radius: 5px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: none;
}
.back-to-top:hover{
    color: #fff;
    background-color: #021d3a;
}

/* banner/Iklan */
.thumb-banner {
  padding: 0;
  margin: 0;
  text-align: center;
}
.thumb-banner .image {
  overflow: hidden;
  width: 100%;  
  height: 368px;  
}
.thumb-banner .image .image-banner {
  left: 100%;
  margin-left: -200%;
  position: relative;
}
.thumb-banner .image .image-banner a {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.thumb-banner .image .image-banner a img {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 368px;
  width: auto;
}
.thumb-banner .image .image-banner a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.thumb-banner .image .image-banner a:hover img {
  -moz-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  -webkit-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}

/* universitas */
.list-universitas {
    padding: 0px 0px;
}
.list-universitas .universitas-widget {
    overflow:hidden;
}
.list-universitas .universitas-widget ul {
    margin: 0;
    padding: 0;
    font-size: 12px;
	color: #333333;
}
.list-universitas .universitas-widget ul li {
    list-style: square;
    margin-left: 16px;
    margin-bottom: 6px;
    border-bottom: 1px dotted #c0bfbf;
    padding-bottom: 6px;
}
.list-universitas .universitas-widget ul li i {
    margin-right: 10px;
}
.list-universitas .universitas-widget ul li a {
    text-decoration: none;
}
.list-universitas .universitas-widget ul li a:hover {
    text-decoration: none;
    color: #fbcf00;
}
.tbl-universitas .row-JUDUL {
    width: 30%;
}
.tbl-universitas .row-URL {
    width: 45%;
}

/* Icon Box */
.widget_pw_icon_box .icon-box { display: inline-block; width: 100%; border: 1px solid #e6e6e6; border-bottom: 4px solid #b9babc; border-top-left-radius: 2px; border-top-right-radius: 2px; padding: 27px 30px 20px 30px; line-height: 1.3; transition: all 100ms ease-out; }
.widget_pw_icon_box .icon-box { border-bottom: 6px solid #A21F17; text-decoration: none; }
.widget_pw_icon_box .icon-box:hover { box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1); }
/*.widget_pw_icon_box .icon-box:hover .fa { color: #4ab9cf; }*/
.widget_pw_icon_box .icon-box .fa { color: #4ab9cf; }
.widget_pw_icon_box .icon-box__title { margin-top: 8px; margin-bottom: 10px; font-size: 16px; }
.widget_pw_icon_box .icon-box__subtitle { color: #153F6C; font-size: 13px; }
.widget_pw_icon_box .icon-box .fa { float: right; font-size: 45px; color: #b9babc; padding: 10px 0 10px 10px; transition: all 100ms ease-out; }

/* Deafult Margin & Padding */
/*-- Margin Top --*/
.mt-0 {
	margin-top: 0px;
}
.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-35 {
	margin-top: 35px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-45 {
	margin-top: 45px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-55 {
	margin-top: 55px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-65 {
	margin-top: 65px;
}
.mt-70 {
	margin-top: 70px;
}
.mt-75 {
	margin-top: 75px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-85 {
	margin-top: 85px;
}
.mt-90 {
	margin-top: 90px;
}
.mt-95 {
	margin-top: 95px;
}
.mt-100 {
	margin-top: 100px;
}
.mt-105 {
	margin-top: 105px;
}
.mt-110 {
	margin-top: 110px;
}
.mt-115 {
	margin-top: 115px;
}
.mt-120 {
	margin-top: 120px;
}
.mt-125 {
	margin-top: 125px;
}
.mt-130 {
	margin-top: 130px;
}
.mt-135 {
	margin-top: 135px;
}
.mt-140 {
	margin-top: 140px;
}
.mt-145 {
	margin-top: 145px;
}
.mt-150 {
	margin-top: 150px;
}
.mt-155 {
	margin-top: 155px;
}
.mt-160 {
	margin-top: 160px;
}
.mt-165 {
	margin-top: 165px;
}
.mt-170 {
	margin-top: 170px;
}
.mt-175 {
	margin-top: 175px;
}
.mt-180 {
	margin-top: 180px;
}
.mt-185 {
	margin-top: 185px;
}
.mt-190 {
	margin-top: 190px;
}
.mt-195 {
	margin-top: 195px;
}
.mt-200 {
	margin-top: 200px;
}

.mt-m5 {
	margin-top: -5px;
}
.mt-m10 {
	margin-top: -10px;
}

/*-- Margin Bottom --*/
.mb-0 {
	margin-bottom: 0px;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-55 {
	margin-bottom: 55px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-65 {
	margin-bottom: 65px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mb-75 {
	margin-bottom: 75px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mb-85 {
	margin-bottom: 85px;
}
.mb-90 {
	margin-bottom: 90px;
}
.mb-95 {
	margin-bottom: 95px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-105 {
	margin-bottom: 105px;
}
.mb-110 {
	margin-bottom: 110px;
}
.mb-115 {
	margin-bottom: 115px;
}
.mb-120 {
	margin-bottom: 120px;
}
.mb-125 {
	margin-bottom: 125px;
}
.mb-130 {
	margin-bottom: 130px;
}
.mb-135 {
	margin-bottom: 135px;
}
.mb-140 {
	margin-bottom: 140px;
}
.mb-145 {
	margin-bottom: 145px;
}
.mb-150 {
	margin-bottom: 150px;
}
.mb-155 {
	margin-bottom: 155px;
}
.mb-160 {
	margin-bottom: 160px;
}
.mb-165 {
	margin-bottom: 165px;
}
.mb-170 {
	margin-bottom: 170px;
}
.mb-175 {
	margin-bottom: 175px;
}
.mb-180 {
	margin-bottom: 180px;
}
.mb-185 {
	margin-bottom: 185px;
}
.mb-190 {
	margin-bottom: 190px;
}
.mb-195 {
	margin-bottom: 195px;
}
.mb-200 {
	margin-bottom: 200px;
}
.mb-300 {
	margin-bottom: 300px;
}
.mb-400 {
	margin-bottom: 400px;
}
.mb-500 {
	margin-bottom: 500px;
}
.mb-580 {
	margin-bottom: 580px;
}

/*-- margin left --*/
.ml-0 {
	margin-left: 0px;
}
.ml-5 {
	margin-left: 5px;
}
.ml-10 {
	margin-left: 10px;
}
.ml-15 {
	margin-left: 15px;
}
.ml-20 {
	margin-left: 20px;
}
.ml-25 {
	margin-left: 25px;
}
.ml-30 {
	margin-left: 30px;
}
.ml-35 {
	margin-left: 35px;
}
.ml-40 {
	margin-left: 40px;
}
.ml-45 {
	margin-left: 45px;
}
.ml-50 {
	margin-left: 50px;
}
.ml-55 {
	margin-left: 55px;
}
.ml-60 {
	margin-left: 60px;
}
.ml-65 {
	margin-left: 65px;
}
.ml-70 {
	margin-left: 70px;
}
.ml-75 {
	margin-left: 75px;
}
.ml-80 {
	margin-left: 80px;
}
.ml-85 {
	margin-left: 85px;
}
.ml-90 {
	margin-left: 90px;
}
.ml-95 {
	margin-left: 95px;
}
.ml-100 {
	margin-left: 100px;
}
.ml-105 {
	margin-left: 105px;
}
.ml-110 {
	margin-left: 110px;
}
.ml-115 {
	margin-left: 115px;
}
.ml-120 {
	margin-left: 120px;
}
.ml-125 {
	margin-left: 125px;
}
.ml-130 {
	margin-left: 130px;
}
.ml-135 {
	margin-left: 135px;
}
.ml-140 {
	margin-left: 140px;
}
.ml-145 {
	margin-left: 145px;
}
.ml-150 {
	margin-left: 150px;
}
.ml-155 {
	margin-left: 155px;
}
.ml-160 {
	margin-left: 160px;
}
.ml-165 {
	margin-left: 165px;
}
.ml-170 {
	margin-left: 170px;
}
.ml-175 {
	margin-left: 175px;
}
.ml-180 {
	margin-left: 180px;
}
.ml-185 {
	margin-left: 185px;
}
.ml-190 {
	margin-left: 190px;
}
.ml-195 {
	margin-left: 195px;
}
.ml-200 {
	margin-left: 200px;
}
/*-- margin right --*/
.mr-0 {
	margin-right: 0px;
}
.mr-5 {
	margin-right: 5px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-15 {
	margin-right: 15px;
}
.mr-20 {
	margin-right: 20px;
}
.mr-25 {
	margin-right: 25px;
}
.mr-30 {
	margin-right: 30px;
}
.mr-35 {
	margin-right: 35px;
}
.mr-40 {
	margin-right: 40px;
}
.mr-45 {
	margin-right: 45px;
}
.mr-50 {
	margin-right: 50px;
}
.mr-55 {
	margin-right: 55px;
}
.mr-60 {
	margin-right: 60px;
}
.mr-65 {
	margin-right: 65px;
}
.mr-70 {
	margin-right: 70px;
}
.mr-75 {
	margin-right: 75px;
}
.mr-80 {
	margin-right: 80px;
}
.mr-85 {
	margin-right: 85px;
}
.mr-90 {
	margin-right: 90px;
}
.mr-95 {
	margin-right: 95px;
}
.mr-100 {
	margin-right: 100px;
}
.mr-105 {
	margin-right: 105px;
}
.mr-110 {
	margin-right: 110px;
}
.mr-115 {
	margin-right: 115px;
}
.mr-120 {
	margin-right: 120px;
}
.mr-125 {
	margin-right: 125px;
}
.mr-130 {
	margin-right: 130px;
}
.mr-135 {
	margin-right: 135px;
}
.mr-140 {
	margin-right: 140px;
}
.mr-145 {
	margin-right: 145px;
}
.mr-150 {
	margin-right: 150px;
}
.mr-155 {
	margin-right: 155px;
}
.mr-160 {
	margin-right: 160px;
}
.mr-165 {
	margin-right: 165px;
}
.mr-170 {
	margin-right: 170px;
}
.mr-175 {
	margin-right: 175px;
}
.mr-180 {
	margin-right: 180px;
}
.mr-185 {
	margin-right: 185px;
}
.mr-190 {
	margin-right: 190px;
}
.mr-195 {
	margin-right: 195px;
}
.mr-200 {
	margin-right: 200px;
}


/*-- Padding Top --*/
.pt-0 {
	padding-top: 0px;
}
.pt-5 {
	padding-top: 5px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-25 {
	padding-top: 25px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-35 {
	padding-top: 35px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-45 {
	padding-top: 45px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-55 {
	padding-top: 55px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-65 {
	padding-top: 65px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-75 {
	padding-top: 75px;
}
.pt-80 {
	padding-top: 80px;
}
.pt-85 {
	padding-top: 85px;
}
.pt-90 {
	padding-top: 90px;
}
.pt-95 {
	padding-top: 95px;
}
.pt-100 {
	padding-top: 100px;
}
.pt-105 {
	padding-top: 105px;
}
.pt-110 {
	padding-top: 110px;
}
.pt-115 {
	padding-top: 115px;
}
.pt-120 {
	padding-top: 120px;
}
.pt-125 {
	padding-top: 125px;
}
.pt-130 {
	padding-top: 130px;
}
.pt-135 {
	padding-top: 135px;
}
.pt-140 {
	padding-top: 140px;
}
.pt-145 {
	padding-top: 145px;
}
.pt-150 {
	padding-top: 150px;
}
.pt-155 {
	padding-top: 155px;
}
.pt-160 {
	padding-top: 160px;
}
.pt-165 {
	padding-top: 165px;
}
.pt-170 {
	padding-top: 170px;
}
.pt-175 {
	padding-top: 175px;
}
.pt-180 {
	padding-top: 180px;
}
.pt-185 {
	padding-top: 185px;
}
.pt-190 {
	padding-top: 190px;
}
.pt-195 {
	padding-top: 195px;
}
.pt-200 {
	padding-top: 200px;
}

.pt-m5 {
	padding-top: -5px;
}
.pt-m10 {
	padding-top: -10px;
}

/*-- Padding Bottom --*/
.pb-0 {
	padding-bottom: 0px;
}
.pb-5 {
	padding-bottom: 5px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-25 {
	padding-bottom: 25px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-35 {
	padding-bottom: 35px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-45 {
	padding-bottom: 45px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-55 {
	padding-bottom: 55px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-65 {
	padding-bottom: 65px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-75 {
	padding-bottom: 75px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pb-85 {
	padding-bottom: 85px;
}
.pb-90 {
	padding-bottom: 90px;
}
.pb-95 {
	padding-bottom: 95px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-105 {
	padding-bottom: 105px;
}
.pb-110 {
	padding-bottom: 110px;
}
.pb-115 {
	padding-bottom: 115px;
}
.pb-120 {
	padding-bottom: 120px;
}
.pb-125 {
	padding-bottom: 125px;
}
.pb-130 {
	padding-bottom: 130px;
}
.pb-135 {
	padding-bottom: 135px;
}
.pb-140 {
	padding-bottom: 140px;
}
.pb-145 {
	padding-bottom: 145px;
}
.pb-150 {
	padding-bottom: 150px;
}
.pb-155 {
	padding-bottom: 155px;
}
.pb-160 {
	padding-bottom: 160px;
}
.pb-165 {
	padding-bottom: 165px;
}
.pb-170 {
	padding-bottom: 170px;
}
.pb-175 {
	padding-bottom: 175px;
}
.pb-180 {
	padding-bottom: 180px;
}
.pb-185 {
	padding-bottom: 185px;
}
.pb-190 {
	padding-bottom: 190px;
}
.pb-195 {
	padding-bottom: 195px;
}
.pb-200 {
	padding-bottom: 200px;
}
.pb-590 {
	padding-bottom: 590px;
}

/*-- Padding left --*/

.pl-0 {
	padding-left: 0px;
}
.pl-5 {
	padding-left: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-25 {
	padding-left: 25px;
}
.pl-30 {
	padding-left: 30px;
}
.pl-35 {
	padding-left: 35px;
}
.pl-40 {
	padding-left: 40px;
}
.pl-45 {
	padding-left: 45px;
}
.pl-50 {
	padding-left: 50px;
}
.pl-55 {
	padding-left: 55px;
}
.pl-60 {
	padding-left: 60px;
}
.pl-65 {
	padding-left: 65px;
}
.pl-70 {
	padding-left: 70px;
}
.pl-75 {
	padding-left: 75px;
}
.pl-80 {
	padding-left: 80px;
}
.pl-85 {
	padding-left: 85px;
}
.pl-90 {
	padding-left: 90px;
}
.pl-100 {
	padding-left: 100px;
}
.pl-105 {
	padding-left: 105px;
}
.pl-110 {
	padding-left: 110px;
}
.pl-115 {
	padding-left: 115px;
}
.pl-120 {
	padding-left: 120px;
}
.pl-125 {
	padding-left: 125px;
}
/*-- Padding right --*/

.pr-0 {
	padding-right: 0px;
}
.pr-5 {
	padding-right: 5px;
}
.pr-10 {
	padding-right: 10px;
}
.pr-15 {
	padding-right: 15px;
}
.pr-20 {
	padding-right: 20px;
}
.pr-25 {
	padding-right: 25px;
}
.pr-30 {
	padding-right: 30px;
}
.pr-35 {
	padding-right: 35px;
}
.pr-40 {
	padding-right: 40px;
}
.pr-45 {
	padding-right: 45px;
}
.pr-50 {
	padding-right: 50px;
}
.pr-55 {
	padding-right: 55px;
}
.pr-60 {
	padding-right: 60px;
}
.pr-65 {
	padding-right: 65px;
}
.pr-70 {
	padding-right: 70px;
}
.pr-75 {
	padding-right: 75px;
}
.pr-80 {
	padding-right: 80px;
}
.pr-85 {
	padding-right: 85px;
}
.pr-90 {
	padding-right: 90px;
}
.pr-95 {
	padding-right: 95px;
}
.pr-100 {
	padding-right: 100px;
}
.pr-105 {
	padding-right: 105px;
}
/* Background Color */

.gray-bg {
	background: #edf0f2;
}
.white-bg {
	background: #fff;
}
.black-bg {
	background: #222;
}
/* Color */

.white {
	color: #fff;
}
.black {
	color: #222;
}