/**---------------------------------------------------------------------------------------------------------**/
/**BASE **/
/**---------------------------------------------------------------------------------------------------------**/

 html, html a {
    -webkit-font-smoothing: antialiased;
    /* text-shadow: 1px 1px 1px rgba(0,0,0,0.04); */
}
body{
	min-height:700px;
}

.wireframe{
	background-color:#ccc;
	border:1px solid #000;
	min-height:30px;
}
body,html{
	background: #F5F5F5 ;
	/* background: #F5F5F5 url(../img/page-head-bg.gif) repeat fixed top center; */
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px!important;
    font-weight: 400!important;
	-webkit-transition: none;
	transition: none;
	/* min-height:600px; */
}
a, a:active,a:focus,a:hover,button:active,button:focus {
    outline: none !important;
	text-decoration: none !important;
}
.btn-ktk{
	border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}
.modal {
    background: rgba(0,0,0,0.3);
}
.text-center{
text-align:center;	
}
/* .row {
  overflow: hidden; 
}

[class*="col-"]{
  margin-bottom: -99999px;
  padding-bottom: 99999px;
} */
/*MSC ---------------------------------------------------------------------------------------------------------------------*/
/*Rotating loading --------------------------------------------------------------------------------------------------------*/
@-webkit-keyframes rotating{from{-ms-transform:rotateY(0);-moz-transform:rotateY(0);-webkit-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0)}to{-ms-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-webkit-transform:rotateY(360deg);-o-transform:rotateY(360deg);transform:rotateY(360deg)}}@keyframes rotating{from{-ms-transform:rotateY(0);-moz-transform:rotateY(0);-webkit-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0)}to{-ms-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-webkit-transform:rotateY(360deg);-o-transform:rotateY(360deg);transform:rotateY(360deg)}}.rotating{-webkit-animation:rotating 2s linear infinite;-moz-animation:rotating 2s linear infinite;-ms-animation:rotating 2s linear infinite;-o-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}
/**---------------------------------------------------------------------------------------------------------**/
/** COLOR SCEME **/
/**---------------------------------------------------------------------------------------------------------**/
.red_grad{
background: #c00901;
background: -moz-linear-gradient(top,  #de0600 0%, #d40600 50%, #c00901 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#de0600), color-stop(50%,#d40600), color-stop(100%,#c00901));
background: -webkit-linear-gradient(top,  #de0600 0%,#d40600 50%,#c00901 100%);
background: -o-linear-gradient(top,  #de0600 0%,#d40600 50%,#c00901 100%);
background: -ms-linear-gradient(top,  #de0600 0%,#d40600 50%,#c00901 100%);
background: linear-gradient(to bottom,  #de0600 0%,#d40600 50%,#c00901 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0600', endColorstr='#c00901',GradientType=0 );
}
 
.blue_grad{
background: #08c; /* Old browsers */
background: -moz-linear-gradient(top,  #08c 0%, #08c 46%, #006699 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#08c), color-stop(46%,#08c), color-stop(100%,#006699)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #08c 0%,#08c 46%,#006699 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #08c 0%,#08c 46%,#006699 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #08c 0%,#08c 46%,#006699 100%); /* IE10+ */
background: linear-gradient(to bottom,  #08c 0%,#08c 46%,#006699 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08c', endColorstr='#006699',GradientType=0 ); /* IE6-9 */

}

.grey_grad{
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}

/**---------------------------------------------------------------------------------------------------------**/
/** globalbox **/
/**---------------------------------------------------------------------------------------------------------**/

.globalbox{
	margin-bottom: 20px;
	border-bottom: 5px solid #1489C6;
	display: block;
	position: relative;
}
.globalbox:before {
     border-color: #0d5981;
    border-style: solid;
    border-width: 5px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    content: "";
    left: 0;
    position: absolute;
    top: 32px; 
}

.globalbox:after {
	 border-color: #0d5981;
    border-style: solid;
    border-width: 5px;
    border-top-color: transparent;
    border-right-color: transparent;
    content: "";
    right: 0;
    position: absolute;
    bottom: 0; 
}
.globalbox-body{
	margin: 0 10px;
    border-left: 1px solid rgba(20, 137, 198, 0.3);
    border-right: 1px solid rgba(20, 137, 198, 0.3);
	/* box-shadow: 0 0 70px rgba(20, 137, 198, 0.3); */
}
/**---------------------------------------------------------------------------------------------------------**/
/** HEADER **/
/**---------------------------------------------------------------------------------------------------------**/
.top_header{
	/* background:#08c; */
	/* margin: 0 -15px; */
}
@media (min-width: 768px) and (max-width: 979px) {
	.top_header{text-align:center;}
	.top_header img{margin:0px;}
}
@media (max-width: 767px) {
	.top_header{text-align:center;}
	.top_header img{margin:0px;}
	.responsive-menu{background: rgba(6, 157, 232, 0.64)!important;}
}
 .top_menu{
    display: block;
	background-color: #08c;
	margin:0;
	padding: 0;
}
.top_menu li{
    display: inline-block;
    position: relative;
    z-index: 100;
}
 
 .top_menu li a{
	color: #fff;
	font-size:12px;
	display:block;
	padding:10px;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
}
 .top_menu li a:hover{
	background-color:#0077b3;
	-webkit-transition: all 100ms;
	-moz-transition: all 100ms;
	-o-transition: all 100ms;
	transition: all 100ms;
}
.main_header{
	margin: 0 -15px;
	background:  url(../img/top-header-left.png	) no-repeat center right;
}

/**---------------------------------------------------------------------------------------------------------**/
/** NAVIGATION **/
/**---------------------------------------------------------------------------------------------------------**/
#header{
	position:relative;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    /* border-bottom: 1px solid #046798; */
	background: #08c;
	/* min-height: 70px; */
	z-index:999;
	
}
#header.affix{
    z-index: 1000;
    width: 100%;
	position: fixed;
}
/* 		$(".top_header").css({"line-height":"37px"});
		$(".top_header img").css({height:37});
		$(".top_header img").attr('src',_HOST+'assets/img/logosmall.png'); */
		
#header.affix .top_header{line-height:37px;}
#header.affix .top_header img{height:37px;}
#header.affix #nav_upper{display:none;}
#header.affix-top .top_header{line-height:77px;}
#header.affix-top .top_header img{height:60px;}
#header.affix-top #nav_upper{display:block;}
nav {
/*     display: block;    
	background-color: #4d90fe;
    margin-bottom: 10px; */
}
.menu{
	/* font-family: OpenSansExtraboldRegular; */
	font-weight:bold;
	font-size: 12px;
}
/* .menu .sub-menu{font-family: OpenSansRegular;} */
.menu .sub-menu{
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.menu {
	padding: 0;
    text-align: right;
	margin:0;
}


.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
	text-align: left;
}

.menu li a {
    /* font-weight: 600; */
    text-decoration: none;
    padding: 11px 15px;
    display: block;
    color: #fff;
    -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.menu li.homer {
	border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
	background:red;
	/* padding: 10px; */
}

.menu li a:hover,.menu li:hover>a {
    color: #08c;
    /* background: #9ca3da; */
       background-color: #fff;
	   	-webkit-transition: all 100ms;
	-moz-transition: all 100ms;
	-o-transition: all 100ms;
	transition: all 100ms;
}
.menu li a.active{
color: #08c;
   background-color: rgba(255,255,255,.8);
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 200px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all 0.2s ease-out;
}

/* .menu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
} */

.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
	border-bottom: 1px solid #eee;
}

.menu ul li a {
    font-size: 12px;
    font-weight: normal;
    display: block;
    color: #797979;
    background: #fff;
	padding:10px;
}

.menu ul li a:hover,.menu ul li:hover>a {
    /* background: #9ca3da; */
    background: #5af;
    background: #08c;
    color: #fff;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul ul {
    left: 200px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}

/* .menu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
} */

.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.responsive-menu {
    display: none;
    width: 100%;
    padding: 10px;
    background: #374147;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
	
}

.responsive-menu:hover {
    background: #374147;
    color: #fff;
    text-decoration: none;
}

.responsive-menu:focus {
	
	color: #fff;
}

a.homer {
    /* background: #9ca3da; */
    background: #fff;
	color:#5af !important;
}


@media (min-width: 768px) and (max-width: 979px) {
	.menu{text-align: center;}
    .mainWrap {width: 768px;}
    .menu ul {top: 37px;}
    .menu li a {font-size: 12px;}
    a.homer {background: #374147;}
}
@media (max-width: 767px) {
    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }
    .menu {
		/* display: none; */
		}
    .responsive-menu {display: block;}
    nav {
        margin: 0;
        background: none;
    }
    .menu li {
        display: block;
        margin: 0;
    }
    .menu li a {
        background: #fff;
        color: #797979;
    }
    .menu li a:hover,.menu li:hover>a {
        background: #9ca3da;
        color: #fff;
    }
    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }
    .menu li:hover>ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }
    .menu ul ul {left: 0;transform: initial;}
    .menu li>ul ul:hover {transform: initial;}
}
@media (max-width: 480px) {}
@media (max-width: 320px) {}

/**---------------------------------------------------------------------------------------------------------**/
/** SIDEBAR **/
/**---------------------------------------------------------------------------------------------------------**/
.panel-primary_flat{
	border: 1px solid #e7e7e7;
	
	background-color: #ffffff;
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 2px rgba(0,0,0,0.15);	
}
.panel-primary_flat>.panel-heading {
	/* font: 16px 'OpenSansExtraboldRegular','Helvetica Neue',Helvetica,Arial,sans-serif; */
	font-size: 16px;
	background-color: #08c;
	color: #FFF;
	font-weight:bold;
}



.panel-heading {
    padding: 5px 10px;
    /* border-radius: 0; */
}

.sidebox{margin-bottom: 20px;}
.sidebox .post_cat{
	margin: 0;
    padding: 10px;
    position: relative;
    padding-top: 0;
}
.sidebox .post_cat:before {
    border-color: #0d5981;
    border-style: solid;
    border-width: 5px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    content: "";
    left: 0;
    position: absolute;
    top: 0
}
.sidebox .post_cat:after {
    border-color: #0d5981;
    border-style: solid;
    border-width: 5px;
    border-top-color: transparent;
    border-right-color: transparent;
    content: "";
    right: 0px;
    position: absolute;
    bottom: 15px;
}
.sidebox .post_cat li {
    border-bottom: 1px dotted #d4d4d4;
    font-size: 12px;
    list-style: none
}
.sidebox .post_cat li:last-child {
    margin-right: -10px;
	border-bottom: 5px solid #1489C6;
}
.sidebox .post_cat li:last-child a{
	margin-right: 10px;
}

.sidebox .post_cat li a {
    display: block;
    padding:10px;
    position: relative;
	
    color: #025e9d;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-o-transition: all 1000ms;
	transition: all 1000ms; 
}

.sidebox .post_cat li  a:hover {
    color: #1489c6;
	padding-left:20px;
	-webkit-transition: all 100ms;
	-moz-transition: all 100ms;
	-o-transition: all 100ms;
	transition: all 100ms; 
	font-weight:bold;
}

.sidebox .sidebox-heading{font-weight: bold;font-size: 16px;color: #fff;background: #1489C6;padding: 5px 10px;}
/**---------------------------------------------------------------------------------------------------------**/
/** BODY PAGE **/
/**---------------------------------------------------------------------------------------------------------**/
/* slide show */
.slide_cont{
	overflow: hidden;
	width:100%;
	    position: relative;
		margin-bottom: 15px;
		height:500px;
		margin-top: -20px;
		/* background-image: url("../img/slide/img (1).JPG"); */
		    /* background-size: cover; */
    /* background-position: 50% 50%; */
    /* background-repeat: none; */
}
.slide_cont:after{
	content: '';
    background: transparent url(../img/slide/pattern.png) repeat top left;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow{
	list-style:none;
	/* margin:0; */
	/* padding:0; */
}
.cb-slideshow,
.cb-slideshow:after {
    /* position: fixed; */
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
    background: transparent url(../img/slide/pattern.png) repeat top left;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 72s linear infinite 0s;
    -moz-animation: imageAnimation 72s linear infinite 0s;
    -o-animation: imageAnimation 72s linear infinite 0s;
    -ms-animation: imageAnimation 72s linear infinite 0s;
    animation: imageAnimation 72s linear infinite 0s;
}

.cb-slideshow li span { 
	background-image: url("../img/slide/img (1).JPG");
	background-position: center!important;}
.cb-slideshow li:nth-child(1) span { 
	background-image: url("../img/slide/img (1).JPG");
	background-position: center!important;
	}
.cb-slideshow li:nth-child(2) span {
    background-image: url("../img/slide/img (2).JPG");
	background-position: top!important;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url("../img/slide/img (3).JPG");
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.cb-slideshow li:nth-child(4) span {
    background-image: url("../img/slide/img (4).JPG");
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url("../img/slide/img (5).JPG");
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url("../img/slide/img (6).JPG");
	background-position: center!important;
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.cb-slideshow li:nth-child(7) span {
    background-image: url("../img/slide/img (7).JPG");
	background-position: center!important;
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}
.cb-slideshow li:nth-child(8) span {
    background-image: url("../img/slide/img (8).jpg");
	background-position: center!important;
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 42s;
    -o-animation-delay: 42s;
    -ms-animation-delay: 42s;
    animation-delay: 42s;
}
.cb-slideshow li:nth-child(9) span {
    background-image: url("../img/slide/img (9).JPG");
	background-position: center!important;
    -webkit-animation-delay: 48s;
    -moz-animation-delay: 48s;
    -o-animation-delay: 48s;
    -ms-animation-delay: 48s;
    animation-delay: 48s;
}
.cb-slideshow li:nth-child(10) span {
    background-image: url("../img/slide/img (10).JPG");
	/* background-position: bottom!important; */
    -webkit-animation-delay: 54s;
    -moz-animation-delay: 54s;
    -o-animation-delay: 54s;
    -ms-animation-delay: 54s;
    animation-delay: 54s;
}
.cb-slideshow li:nth-child(11) span {
    background-image: url("../img/slide/img (11).JPG");
	/* background-position: top!important; */
    -webkit-animation-delay: 60s;
    -moz-animation-delay: 60s;
    -o-animation-delay: 60s;
    -ms-animation-delay: 60s;
    animation-delay: 60s;
}
.cb-slideshow li:nth-child(12) span {
    background-image: url("../img/slide/img (12).JPG");
	/* background-position: bottom!important; */
    -webkit-animation-delay: 66s;
    -moz-animation-delay: 66s;
    -o-animation-delay: 66s;
    -ms-animation-delay: 66s;
    animation-delay: 66s;
}
.cb-slideshow li:nth-child(12) span {
    background-image: url("../img/slide/img (13).jpg");
	/* background-position: bottom!important; */
    -webkit-animation-delay: 66s;
    -moz-animation-delay: 66s;
    -o-animation-delay: 66s;
    -ms-animation-delay: 66s;
    animation-delay: 66s;
}
.cb-slideshow li:nth-child(12) span {
    background-image: url("../img/slide/img (14).JPG");
	/* background-position: bottom!important; */
    -webkit-animation-delay: 66s;
    -moz-animation-delay: 66s;
    -o-animation-delay: 66s;
    -ms-animation-delay: 66s;
    animation-delay: 66s;
}
.cb-slideshow li:nth-child(12) span {
    background-image: url("../img/slide/img (15).JPG");
	/* background-position: bottom!important; */
    -webkit-animation-delay: 66s;
    -moz-animation-delay: 66s;
    -o-animation-delay: 66s;
    -ms-animation-delay: 66s;
    animation-delay: 66s;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	/* 17% { */
	    /* opacity: 1; */
	    /* -webkit-transform: scale(1.1); */
	/* } */
	90% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	/* 17% { */
	    /* opacity: 1; */
	    /* -webkit-transform: scale(1.1); */
	/* } */
	90% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	/* 17% { */
	    /* opacity: 1; */
	    /* -webkit-transform: scale(1.1); */
	/* } */
	90% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	/* 17% { */
	    /* opacity: 1; */
	    /* -webkit-transform: scale(1.1); */
	/* } */
	90% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	/* 17% { */
	    /* opacity: 1; */
	    /* -webkit-transform: scale(1.1); */
	/* } */
	90% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}

/* end slide show */
.container{
	/* box-shadow: 0 0 3px #19191A;-moz-box-shadow: 0 0 15px rgba(0,0,0,0.3);-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);box-shadow: 0 0 15px rgba(0,0,0,0.3);
	background-color: #fbfbfb;
	*/
}
.main_content{
	min-height:550px;
	padding-top: 20px;
	/* background-color: #fbfbfb; */
	background-color: #fff;
	box-shadow: 0 0 3px #19191A;
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.content{
/*     background-color: #ffffff;
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 2px rgba(0,0,0,0.15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px; */
}

.main_content .content_title_cont{
	border-bottom: 2px solid #d9d9d9;
	/* border-top: 2px solid #d9d9d9; */
	/* padding: 6px 0; */
	margin: 0 0 10px;
	position: relative;
	/* min-height:30px; */
	padding-bottom: 5px;

}
.main_content .content_title_cont h1{margin: 0; display:inline;  font-size: 14px; font-weight: bold; color: #08c;}
.main_content .content_title_cont h1 a:hover{color: #1489c6;}
.main_content .content_title_cont .breadchumbsakti{margin: 0; padding:0;display: inline-block;}
.main_content .content_title_cont .breadchumbsakti li{list-style:none; display: inline-block;position: relative;}
.main_content .content_title_cont .breadchumbsakti li.active{color: #8E8E8E;}
.main_content .content_title_cont .breadchumbsakti li .b_divider{margin: 0 10px; color: #8E8E8E;}
.main_content .bold-line{background: #337ab7;width: 50px;height: 3px;position: absolute;left: 0;bottom: -2px; }
.main_content .small-line{background: #337ab7;width: 100%;height: 1px;position: absolute;left: 0;margin: 10px 0px;}
.main_content .content_body_cont {margin-bottom: 20px;}
.main_content .content_body_cont img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
}
/* .main_content .content_body_cont{font-size:14px;} */

.main_content label{font-weight: normal;}
.main_content h2{	
	position: relative;
	margin: 0;
	line-height: 0;
}
.main_content h2:after {
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #dddee1;
	left: 0;
	top: 49%;
	content: ' ';
}
.main_content h2 span{
	position: relative;
	padding-right: 5px;
	background: #fdfdfd;
	z-index: 1;
	font-size: 13px;
	font-weight: bold;
}


/* 
.globalbox .post_cat li {
    border-bottom: 1px dotted #d4d4d4;
    font-size: 12px;
    list-style: none
}
.globalbox .post_cat li:last-child {
    margin-right: -10px;
	border-bottom: 5px solid #1489C6;
}
.globalbox .post_cat li:last-child a{
	margin-right: 10px;
}

.globalbox .post_cat li a {
    display: block;
    padding:10px;
    position: relative;
	
    color: #025e9d;
	-webkit-transition: all 1000ms;
	-moz-transition: all 1000ms;
	-o-transition: all 1000ms;
	transition: all 1000ms; 
}

.globalbox .post_cat li  a:hover {
    color: #1489c6;
	padding-left:20px;
	-webkit-transition: all 100ms;
	-moz-transition: all 100ms;
	-o-transition: all 100ms;
	transition: all 100ms; 
	font-weight:bold;
} */

.globalbox .globalbox-heading{font-weight: bold;font-size: 16px;color: #fff;background: #1489C6;padding: 5px 10px;}

/**---------------------------------------------------------------------------------------------------------**/
/** HOME **/
/**---------------------------------------------------------------------------------------------------------**/
.layanan_cont{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align:center;
	position: absolute;
	width: 100%;
    height: 100%;
}
.box-layanan{
    background-color: #f5f5f5;
	margin: 10px;
    padding: 10px;
	min-height: 165px;
	text-align: left;
}
.box-layanan .text-layanan{
	font-weight:bold;text-align: center;color: #08c;font-size: 16px;
}
.box-layanan .pub_title{
	font-weight:bold;
	text-align: left;
	color: #08c;
	font-size: 18px;
	margin-left: 10px;
}

.box-layanan .pub_desc{
	text-align: left;
	color: #484848;
	font-size: 14px;
	margin-left: 110px;
}
.hovereffect img {
	display:block;
	position:relative;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
}
.box-layanan.publik:hover .hovereffect img{
		-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}



/* .pub_title:hover + .hovereffect img{
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

.hovereffect:hover img {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
} */



.pizza-link {
    display: block;
    width: 100%;
    /* border: 1px solid #ccc; */
    float: left;
    position: relative;
    overflow: hidden;
    padding: 1.5em;
    margin: 1.5em;
    text-align: center;
    text-decoration: none;
    color: black;
    margin: 0;

}
.pizza-link h3 {
	border-bottom: 1px solid #eee;
    margin: 25px 0 0 0;
    padding: 20px 0 10px 0;
    position: relative;
}
.pizza-link p {
  color: #999;
  margin: 0;
  position: relative;
  font-size: 0.9rem;
}
.pizza-link h3, .pizza-link p {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pizza-link .icon {
    position: absolute;
    color: white;
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 1.5em;
    margin-left: -25px;
    left: 50%;
    top: 15px;
}
.pizza-link:before {
  content: "";
  background: #D62121;
  background: #08c;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  left: 50%;
  margin-left: -25px;
  -moz-transition: width 0.2s, left 0.2s, margin-left 0.2s, top 0.2s 0.2s, height 0.2s 0.2s;
  -o-transition: width 0.2s, left 0.2s, margin-left 0.2s, top 0.2s 0.2s, height 0.2s 0.2s;
  -webkit-transition: width 0.2s, left 0.2s, margin-left 0.2s, top 0.2s, height 0.2s;
  -webkit-transition-delay: 0s, 0s, 0s, 0.2s, 0.2s;
  transition: width 0.2s, left 0.2s, margin-left 0.2s, top 0.2s 0.2s, height 0.2s 0.2s;
}
.pizza-link:hover h3, .pizza-link:active h3 {
  color: white;
  /* border-bottom-color: #E14646; */
  border-bottom-color:rgba(0, 0, 0, 0.2);
}
.pizza-link:hover p, .pizza-link:active p {
  color: white;
}
.pizza-link:hover:before, .pizza-link:active:before {
  width: 230px;
  width: 100%;
  left: 0;
  top: 0;
  margin-left: 0;
  height: 320px;
}



.home_slide{
/* 	background-image: url(../img/lia_banner.jpg);
    background-size: auto;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -o-background-position: center center;
    background-position: center center; */
/* 	min-height:400px;
	border-bottom: 5px solid #393e4b; */
}
.featured{
	z-index: 100;
    position: absolute;
    width: 100%;
}

.home_media .media{
    /* background: #f2f2f2; */
	background: #f5f5f5;
    /* border-bottom: 1px solid #fff; */
    /* border-radius: 2px 2px 0 0; */
    border-radius: 3px;
	overflow: visible;
	margin-bottom: 30px;
}
.home_media .media-left{
float: left;
    margin: 0 0 0 -9px;
    position: relative;
    border-bottom: 6px solid #80c1f9;
    padding: 0;
    height: 85px;
}
.home_media .media-left img{
	width: auto;
    max-height: 100%;
    height: auto;
	border-radius: 5px 0 0 0;
}
.home_media .media-left:after{
	bottom: -15px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 0 solid transparent;
    border-top: 9px solid #517a9d;
    content: "";
    left: 0;
    position: absolute;
}
.home_media .media-heading a{text-decoration: none; font-size:14px;}
.home_media .media-body{
	height: 135px;
	padding: 15px;
    padding-top: 5px;
}
.home_media .media-footer {
/* 	background-color: #73ade0;
	border-radius: 0 0 2px 2px;
    clear: both;
    color: #fff;
	font-style:italic;
    height: 36px;
    line-height: 36px;
    position: relative; */
	    clear: both;
    font-style: italic;
    height: 36px;
    line-height: 36px;
    position: relative;
    border-top: 1px solid rgba(81, 122, 157, 0.41);
	text-align:left;
}
.home_media .media-footer a.all_type {
	color:#337ab7;
	
	padding: 10px;
}

.home_media .media-footer a.all_type:hover .media-heading{font-weight:normal !important;}
.home_media .media-footer a.all_type:hover a.read_more{font-weight:normal; color:red;}
.home_media .media-footer i{
/*     font-size: 25px;
    vertical-align: middle; */
}
.home_media  .media-footer a.read_more{
	border-radius: 0 0 2px 0;
    color: #3A8BC3;
    float: right;
    text-align: right;
    text-decoration: none;
    width: 67%;
	background: #80c1f9;
	padding-right: 10px;

}
/* .med_article .media-heading a {color:#0BA05B;}
.med_article .media-left {border-bottom: 6px solid #18D07C;}
.med_article .media-left:after {border-top-color: #0BA05B;}
.med_article .media-footer {background-color: #0BA05B;}
.med_article .media-footer a.all_type {color: #206545;}
.med_article .media-footer a.read_more {color: #206545;background: #18D07C;} */

.home_media .media:hover .media-heading a{font-weight:bold; color:#08c;}
.home_media .media:hover a.read_more{font-weight:bold; color:#fff;}
.home_media .media-footer a.all_type:hover {font-weight:bold;color:#fff;}
.home_media .media-footer .post-meta{
/*     border: 1px solid #ededed;
    border-left: 0px;
    display: block;
    height: 38px;
    clear: both; */
	    font-size: 12px;
		color:#484848;
}
.home_media .media-footer .post-meta p{
    border-left: 1px solid #ededed;
    line-height: 35px;
    float: left;
    padding: 0px 10px;
    margin: 0;
}

.home_media .media:hover p{font-weight:normal; color:#08c;}
.home_media .media:hover i{font-weight:normal; color:#484848;}
/**---------------------------------------------------------------------------------------------------------**/
/** DOKTER **/
/**---------------------------------------------------------------------------------------------------------**/
.fltr_dktr{
    background: rgba(217, 217, 217, 0.58);
    display: block;
    height: 60px;
    margin: 0 15px;
    margin-bottom: 10px;
    border-left: 5px solid #337AB7;
    /* border-radius: 4px 0 0 4px; */
    padding: 5px 0;
}
.fltr_dktr label{ font-weight:bold}

.twitter-typeahead{
	display:block !important;
}
.tt-menu.tt-open {
      display: block;
}

.tt-menu {
	border: 1px solid #d9d9d9;
	max-height: 168px;
    overflow-y: auto;
	  background-color: #fff;
          box-shadow: 0px 0px 0px 1px green;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-selectable{
	border-bottom: 1px solid #d9d9d9;
    padding: 5px 0;
	cursor: pointer;
	padding: 5px 10px;
    -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.tt-selectable:hover{
	background:#337AB7;
	color:#fff;
	-webkit-transition: all 1ms;
	-moz-transition: all 1ms;
	-o-transition: all 1ms;
	transition: all 1ms;
	padding-left:15px;
}
.tt-selectable:hover .tt-highlight{
	
	color:#fff;
}	

.tt-highlight{
	color:#337AB7;
}

.dktr_no_dt{
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.box_doct{
	border: 1px solid transparent;
	/* border-bottom:1px dashed #000; */
	/* margin-bottom: 10px; */
	padding: 10px;
    -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.box_doct:hover{
	border: 1px solid #d9d9d9;
	border-color:#08c;
	 color: #08c;
	background-color: rgba(217,217,217,.5);
     /* background: red;  */
	-webkit-transition: all 1ms;
	-moz-transition: all 1ms;
	-o-transition: all 1ms;
	transition: all 1ms; 
}

/**---------------------------------------------------------------------------------------------------------**/
/** COMMENT **/
/**---------------------------------------------------------------------------------------------------------**/
.empty_cmnt{
	text-align: center;
    padding-top: 10px;
    font-size: 14px; 
}
.comment_lst .sub-comment_lst{
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.comment_lst {
	padding: 0;
	margin:0;
	list-style: none;
}

.comment_lst ul {
	list-style: none;
	margin: 0;
    padding-left: 50px;
}

.comment_lst li {
	/* border-top: 1px dashed #ccc; */
/*     display: inline-block;
    position: relative;
    z-index: 100;
	text-align: left; */
}
.comment_lst li:first-child {
	border:none;
}
.comment_lst li .com_head{
	font-weight:bold;
	color:#1489C6;
	background: rgba(20,137,198,0.1);
    padding: 5px;
}
.comment_lst li .com_head span{
	font-weight:normal;
	margin-left: 10px;
}
.comment_lst li .com_img{
	display: table-cell;vertical-align: top; padding: 5px;
}
.comment_lst li .com_img img{
	max-height: 100%;width: auto;max-width: 35px;' 
}
.comment_lst li .com_content{
	padding: 5px;
	display: table-cell;vertical-align: top; 
	width: 100%;
    /* border-bottom: 1px dashed #ccc; */
}
.comment_lst li .com_content p{
	margin:0;    min-height: 35px;
}
.comment_lst li .com_content a{margin-top: 5px;}
.comment_lst li .com_content a:hover{}

.comment_frm{
	padding: 0 10px 10px 10px;
	background: rgba(232, 243, 250, 0.65);
}
.comment_frm .frm_head {
	padding: 10px;
    margin: 0 -10px;
    background: #1489C6;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.comment_frm label{margin:0; }
.comment_frm .form-control {
	border-radius: 0;
    box-shadow: none;
}
.input-compact{
	padding: 0 5px;
	height: 25px;
	font-size: 12px;
    line-height: 1.5;
}


/**---------------------------------------------------------------------------------------------------------**/
/** Contact **/
/**---------------------------------------------------------------------------------------------------------**/
.contact_map{margin: 15px 0;}
.contact_frm{
	padding: 0 10px 10px 10px;
	background: rgba(232, 243, 250, 0.65);
}
.contact_frm .frm_head {
	padding: 10px;
    margin: 0 -10px;
    background: #1489C6;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.contact_frm label{margin:0; }
.contact_frm .form-control {
	border-radius: 0;
    box-shadow: none;
}
.contact_info {
    margin: 0;
	padding: 0;
    position: relative;
    padding-top: 0;
}
.contact_info li {
    border-bottom: 1px dotted #d4d4d4;
    font-size: 12px;
    list-style: none;
	padding: 5px;
}
.contact_info i {
	font-size: 18px;
    width: 25px;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}
.contact_info p {
	display: table-cell;
	vertical-align: middle;
}
/**---------------------------------------------------------------------------------------------------------**/
/** FOOTER **/
/**---------------------------------------------------------------------------------------------------------**/
.footer{
	background-color: #1F1F1F;
    padding-top: 10px;
}

.footer .panel-dark{
	border: none;
	background-color:transparent;
/*     -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 2px rgba(0,0,0,0.15);	 */
}
.footer .panel-dark>.panel-heading {
	font-size: 16px;
	/* background-color: #1F1F1F; */
	/* color: #c0c0c0; */
	color: #fff;
	font-weight:bold;
}
.footer .panel-heading {
    padding: 5px 0px;
	text-align:center;
	border-bottom:1px solid #d9d9d9;
}
.footer .panel-body {
	color:#c0c0c0;
	padding: 5px;
}
.footer .panel-body .img_gal {
    width: 100%;
    height: 50px;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
	margin-bottom: 15px;
}
.footer .panel-body .slim_pad {padding:0 7.5px;}
.footer .panel-body .slim_r {padding-right: 7.5px;}
.footer .panel-body .slim_l {padding-left: 7.5px;}
/* 2+3 5+3 8 */
.btm_footer{
   background-color: #1f1f1f;
} 
.btm_footer a{
	color: #999999;
	
}
a.gotop, .contact-button {
    position: fixed;
    left: 50%;
    margin-left: -18px;
    z-index: 99;
    bottom: 0;
    width: 36px;
    height: 46px;
    background-color: #08c;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    line-height: 46px;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.footer .bold-line{
    background: #337ab7;
    width: 25%;
    height: 2px;
    position: absolute;
    left: 37.5%;
    top: 31px;
	}
	
.footer .trbr{
	margin:0;
	padding:0;
}
.footer .trbr li{
	list-style: none;
	padding: 5px 0;
}
.footer .trbr li:hover{
	color:#1489C6 !important;
}
.footer .trbr li a{
	color:inherit;
}



/*PIC*/
.pic {
  height: 90px;
  width: 90px;
  overflow: hidden;
  margin: 20px;
  border: 10px solid white;

  -webkit-box-shadow: 5px 5px 5px #111;
  box-shadow: 5px 5px 5px #111;
  float: left;
}

.pic:hover {
  cursor: pointer;
}

/*GROW*/
.grow img {
  height: 90px;
  width: 90px;

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.grow img:hover {
  width: 100px;
  height: 100px;
}

/*datatable js  ------------------------------------------------------------------------------------------------------------*/
.dataTables_filter {
   
}
.dataTables_filter {
    float: right !important;
    text-align: right;
}

/*berkas peng  ------------------------------------------------------------------------------------------------------------*/
 .cont_apd_brks {
	float: right;
    margin-left: 10px;
}
 .berkas_rev {
	text-align: center;
	min-height: 150px;
	background: #fafafa;
    padding: 10px;
    margin: 0;
    border-radius: 5px 5px 0px 0px;
}
 .berkas_preview {
	text-align: center;
	min-height: 200px;
	background: #fafafa;
    padding: 10px;
    margin: 0;
    border-radius: 5px 5px 0px 0px;
	margin-bottom: 20px;
}
 .prev_cont .berkas_preview {
	height: 250px;
}
 .berkas_preview span {
	display:block;
}
 .berkas_rev i.fa{
    font-size: 100px;
    color: #ddd;
    display: block;
    margin-top: 15px;
}

 .berkas_cont {
  display: inline-block;
  /* border: solid .25em deeppink; */
  width: 100%; 
  height: 10em;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ccc;
	border-radius: 3px 3px 0px 0px;
    padding: 2px;
  
}
 .berkas_cont:after {
    display: inline-block;
    height: 100%;
	width: 0;
    vertical-align: middle;
    content: ''
}
 .berkas_cont   img {
    display: inline-block;
    width: auto; 
	height: auto;
    max-width: 100%; 
	max-height: 100px;
    vertical-align: middle;
}

 .berkas_cont a {
  display: inline-block;
  padding: 2px;
  /* margin: 0 0.5rem 1rem 0.5rem; */
  /* background-color: #fff; */
  line-height: 0;
  border-radius: 4px;
  transition: background-color 0.5s ease-out; 
 }
 .berkas_cont a:hover {
    background-color: #4ae;
    transition: none; 
}

 .berkas_cont img {
  /* width: 7rem; */
  border-radius: 4px; 
 }
 .btn_del_brks{
	width: 100%;
    border-radius: 0px 0px 3px 3px;
	margin-bottom: 10px;
}
	
.main_content  img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
}

.main_content  img.is_pdf {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background: none;
    border: none;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* cv */
/* @import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700); */
/* written by riliwan balogun http://www.facebook.com/riliwan.rabo*/
.board{
    width: 95%;
    margin: 0px auto;
    /* height: 500px; */
    background: #fff;
	 border: 1px solid #ddd;
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    /* margin: 40px auto; */
    margin: 0px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}

.board > div.board-inner{
    /* background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png); */
    /* background-color: #fafafa; */
    /* background-image:url(../img/mdc-back2.jpg); */
    /* background-size: 10%; */
	
	position: relative;
	z-index: 1;
}

.board > div.board-inner::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: .2; 
  z-index: -1;
  background-image:url(../img/mdc-back2.jpg);
  background-size: 10%;
}

.board-inner li p{
color: #757575;
    font-weight: bold;
	margin: 0;text-align: center;
}

p.narrow{
    width: 50%;
    margin: 10px auto;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs{
    color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs{
    background: #fff !important;
    border: 2px solid #febe29;
    color: rgb(34, 194, 34);
}

li.disabled span.round-tabs{
	color: #999;
    border: 2px solid #999;
}
/*
span.round-tabs.one{
    color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

li.disabled span.round-tabs.one{
	color: #999;
    border: 2px solid #999;
}

span.round-tabs.two{
    color: #febe29;border: 2px solid #febe29;
}

li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}
li.disabled span.round-tabs.two{
	color: #999;
    border: 2px solid #999;
}

span.round-tabs.three{
    color: #3e5e9a;border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}
li.disabled span.round-tabs.three{
	color: #999;
    border: 2px solid #999;
}

span.round-tabs.four{
    color: #f1685e;border: 2px solid #f1685e;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}
li.disabled span.round-tabs.four{
	color: #999;
    border: 2px solid #999;
}

span.round-tabs.five{
    color: #999;border: 2px solid #999;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}
li.disabled span.round-tabs.five{
	color: #999;
    border: 2px solid #999;
}
*/

.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.nav-tabs > li {
    /* width: 20%; */
    width: 16.666666666666666666666666667%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    
}
.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    /* border-bottom-color: #ddd; */
        /* border-bottom-color: rgb(34, 194, 34); */
    border-bottom-color:#febe29;
    
}
.nav-tabs > li a i{
	font-size: 35px;
}
.nav-tabs > li a{
   width: 70px;
   height: 70px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
       margin-top: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
}

.tab-content{
}
.tab-content .form-horizontal label {
	text-align:left;
}
.tab-content input, .tab-content select, .tab-content textarea , .tab-content .input_text {
	border-radius: 0;
	box-shadow: none !important;
	font-size:14px !important;
}
.tab-content .input_text {
    padding-top: 7px;
}
.tab-content label{
	font-size:14px !important;
}
.tab-content ul.list-inline{
    margin-bottom: 20px;
    margin-right: 15px;
}
.tab-pane{
   position: relative;
padding-top: 50px;
}
.tab-content .head{
    /* font-family: 'Roboto Condensed', sans-serif; */
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}
.bg-gray {
  color: #ffffff;
  background-color: #d2d6de !important;
}


@media( max-width : 585px ){
    
    .board {
width: 90%;
height:auto !important;
}
    span.round-tabs {
        font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

.nav-tabs > li.active:after {
content: " ";
position: absolute;
left: 35%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
}

/* end cv */


/* form_cetak */
#form_cetak .c_header{
    border-bottom: 3px solid #000;
}
#form_cetak .c_header h3{
    text-align:center;
}
#form_cetak .c_header img{
	display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 0px;
    line-height: normal;
    background: none;
    border: none;
    border-radius: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
	
	padding-left: 15px;
    margin-left: 15px;
	
}

.col-print-1 {width:8%;  float:left;}
.col-print-2 {width:16%; float:left;}
.col-print-3 {width:25%; float:left;}
.col-print-4 {width:33%; float:left;}
.col-print-5 {width:42%; float:left;}
.col-print-6 {width:50%; float:left;}
.col-print-7 {width:58%; float:left;}
.col-print-8 {width:66%; float:left;}
.col-print-9 {width:75%; float:left;}
.col-print-10{width:83%; float:left;}
.col-print-11{width:92%; float:left;}
.col-print-12{width:100%; float:left;}
/* .col-print-6,.col-print-4{ */
.col-print-2 ,.col-print-3 ,.col-print-4 ,.col-print-5,.col-print-6 ,.col-print-7 ,.col-print-8 ,.col-print-9.col-print-10 ,.col-print-11,.col-print-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	/* position:relative;min-height:1px;padding-right:15px;padding-left:15px */
}
/* end form_cetak */

/* page informasi */

/*
 * Component: Timeline
 * -------------------
 */
 .bg-green, .bg-yellow{color: #fff !important;}
 .bg-green {background-color: #00a65a !important;}
 .bg-yellow {background-color: #f39c12 !important;}
 
.timeline_info {
    position: relative;
    margin: 0 0 50px 0;
    padding: 0;
    list-style: none;
}
.timeline_info:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-radius: 2px;
}
.timeline_info > li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}
.timeline_info > li:before,
.timeline_info > li:after {
    content: " ";
    display: table;
}
.timeline_info > li:after {
    clear: both;
}
.timeline_info > li:before,
.timeline_info > li:after {
    content: " ";
    display: table;
}
.timeline_info > li:after {
    clear: both;
}
.timeline_info > li > .timeline-item {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 0;
    position: relative;
    border-top: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
}
.timeline_info > li > .timeline-item > .time {
    color: #999;
    float: right;
    padding: 10px;
    font-size: 12px;
}
.timeline_info > li > .timeline-item > .timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1;
	font-weight: bold;
}
.timeline_info > li > .timeline-item > .timeline-header > a {
    font-weight: 600;
}
.timeline_info > li > .timeline-item > .timeline-body a {margin-right: 10px;}
.timeline_info > li > .timeline-item > .timeline-body,
.timeline_info > li > .timeline-item > .timeline-footer {
    padding: 10px;
    border-top: 1px solid #f4f4f4;
}
.timeline_info > li > .fa,
.timeline_info > li > .glyphicon,
.timeline_info > li > .ion {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background: #d2d6de;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}
.timeline_info > .time-label > span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
}
.timeline_info-inverse > li > .timeline-item {
    background: #f0f0f0;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.timeline_info-inverse > li > .timeline-item > .timeline-header {
    border-bottom-color: #ddd;
}
/* end page informasi */


/*
 * Component: Box
 * --------------
 */
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); */
}
.box.box-primary {
  border-top-color: #3c8dbc;
}
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #dd4b39;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #f4f4f4;
}
.box .border-left {
  border-left: 1px solid #f4f4f4;
}
.box.box-solid {
  border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444444;
}
.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-success {
  border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.box-header > .box-tools .dropdown-menu > li > a {
  color: #444!important;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool.btn:active {
  box-shadow: none;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}
.chart-legend {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}
.box-comments {
  background: #f7f7f7;
}
.box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table;
}
.box-comments .box-comment:after {
  clear: both;
}
.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table;
}
.box-comments .box-comment:after {
  clear: both;
}
.box-comments .box-comment:last-of-type {
  border-bottom: 0;
}
.box-comments .box-comment:first-of-type {
  padding-top: 0;
}
.box-comments .box-comment img {
  float: left;
}
.box-comments .comment-text {
  margin-left: 40px;
  color: #555;
}
.box-comments .username {
  color: #444;
  display: block;
  font-weight: 600;
}
.box-comments .text-muted {
  font-weight: 400;
  font-size: 12px;
}
/*
 * Component: Social Widgets
 * -------------------------
 */
.box-widget-cont {
	margin-top:65px;
}
.box-widget {
  border: none;
  position: relative;
}
.widget-user .widget-user-header {
	padding: 20px;
	height: 120px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	background: Transparent!important;
	border: none;
	box-shadow: none!important;
	border: none!important;
}
.widget-user .widget-user-username {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.widget-user .widget-user-desc {
  margin-top: 0;
}
.widget-user .widget-user-image {
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -45px;
}
.widget-user .widget-user-image > img {
  width: 90px;
  height: auto;
  border: 3px solid #fff;
    border-radius: 50%;
}
.widget-user .widget-user-image > i {
    width: 90px;
    border-radius: 50%;
    font-size: 40px;
    height: 90px;
    padding-top: 25px;
    background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.075);
	text-align: center;
	color: #00a7d0 !important;
	border:1px solid #ddd;
}
.widget-user .box-footer {
  padding-top: 30px;
  text-align: center;
  border:1px solid #ddd;
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 1px 2px rgba(0,0,0,.075);
}
.widget-user .box-footer .counter-value{
	font-size: 35px;
    font-weight: bold;
    margin-top: 15px;
    color: #00a7d0 !important;
}
.widget-user .box-footer .counter-info{
  font-size: 18px;
  font-weight: bold;
	color: #333;
}


/*Fun begins*/
.tab_container {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.tab_container input,.tab_container section {
  clear: both;
  padding-top: 10px;
  display: none;
}

.tab_container label {
  font-weight: 700;
  font-size: 18px;
  display: block;
  float: left;
  /* width: 16.66666666666666666666667%; */
  width: 14.2857142857143%;
  padding: 10px;
  color: #757575;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #f0f0f0;
  /* border-bottom: 1px solid #ddd; */
  border-bottom:1px solid rgba(20, 137, 198, 0.3);
      height: 70px;
    padding: 5px;
	    line-height: 1;
}
.tab_container .tab_cont{
    border: 1px solid rgba(20, 137, 198, 0.3);
}
.tab_container #tab1:checked ~ .tab_cont #content1,
.tab_container #tab2:checked ~ .tab_cont #content2,
.tab_container #tab3:checked ~ .tab_cont #content3,
.tab_container #tab4:checked ~ .tab_cont #content4,
.tab_container #tab5:checked ~ .tab_cont #content5,
.tab_container #tab6:checked ~ .tab_cont #content6
 {
  display: block;
  padding: 0px;
  background: #fff;
  /* color: #999; */
  padding: 30px;
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
	-webkit-animation: fadeInScale 0.7s ease-in-out;
	-moz-animation: fadeInScale 0.7s ease-in-out;
	animation: fadeInScale 0.7s ease-in-out;
}
.tab_container .tab-content h3  {
	text-align: center;
	font-weight: bold;
    font-size: 18px;
}
.tab_container .tab-content p  {
	text-align: center;
}
.tab_container .tab-content .alert  {
	font-weight: bold;
	font-size: 16px;
	margin-top: 30px;
}
.tab_container [id^="tab"]:checked + label {
  box-shadow: inset 0 3px #1489c6;
  /* border: none; */
   border-right:1px solid rgba(20, 137, 198, 0.3);
   border-left:1px solid rgba(20, 137, 198, 0.3);
   background:#1489C6;
   color:#fff;
}
/* .tab_container [id^="tab1"]:checked + label { */
   /* border-left:1px solid rgba(20, 137, 198, 0.3); */
/* } */

/* .tab_container [id^="tab4"]:checked + label { */
   /* border-right:1px solid rgba(20, 137, 198, 0.3); */
/* } */


.tab_container [id^="tab"]:checked + label .fa {
  color: #fff;
}

.tab_container label .fa {
  font-size: 1.3em;
  /* margin: 0 0.4em 0 0; */
}
.tab_container label span {
	font-size:12px;
}

/*Media query*/
@media only screen and (max-width: 930px) {
  .tab_container label span {
    font-size: 14px;
  }
  .tab_container label .fa {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .tab_container label span {
    display: none;
  }

  .tab_container label .fa {
    font-size: 16px;
  }

  .tab_container {
    width: 100%;
  }
}

/*Content Animation*/
@keyframes fadeInScale {
  0% {
  	transform: scale(0.9);
  	opacity: 0;
  }
  
  100% {
  	transform: scale(1);
  	opacity: 1;
  }
}

