@import url('opensans.css');

html, body, div, applet, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, label, strong, sub, sup, tt, var,
b, u, i, center, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
}

h1{
  font-size: 20px;
}

h2{
  font-size: 18px;
}

h3{
  font-size: 16px;
}

h4{
  font-size: 15px;
}

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}


body{
	background: #f8f8f8;
	font-family: "Open Sans",sans-serif;
	font-size: 13px;
	color:#444;
}

p{
	margin-bottom: 20px;
}
h3{
	margin-bottom: 20px;
	border-bottom: 1px solid #aaa;
}

a{
	text-decoration: none;
	color: #333;
}
a:hover{
	color: #666;
}
.clear {
	width:100%;
	float:left;
	margin:15px 0;
}
/* MENU */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
   background: #8c8787;
  background: -webkit-linear-gradient(#8c8787, #8c8787);
  background: -moz-linear-gradient(#8c8787, #8c8787);
  background: -o-linear-gradient(#8c8787, #8c8787);
  background: -ms-linear-gradient(#8c8787, #8c8787);
  background: linear-gradient(#8c8787, #8c8787);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
  border-left:1px solid #ffffff;
}
#cssmenu > ul > li:last-child {
  border-right:1px solid #ffffff;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 20px 16px;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #fff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #ef8b09;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu > ul > li {
  float: left;
  border-right:0px solid rgba(255,255,255,.5);
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(255,255,255,.5);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #fff;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}

/* MENU */
.container{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px;
}
.wrap {
	width:1170px;
	margin:0 auto;
}
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: -150px;
}

#back-top a {
	width: 108px;
	display: hide;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
  width: 43px;
  height: 43px;
  padding: 8px 4px;
  position: fixed;
  right: 10px;
  bottom:10px;
  cursor: pointer;
  background: #FF7A01;
  color: #ffffff;
  -webkit-transition: all .4s ease-in;
  -moz-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  -ms-transition: all .4s ease-in;
  transition: all .4s ease-in;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
#back-top a:hover span {
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
#back-top img {
	max-height:100%;
}
.title {
	width:100%;
	height:30px;
	margin-bottom:15px;
	float:left;
	position:relative;
	border-bottom:1px solid #eee;
}
	.title h3 {
	  font-size: 18px;
	  font-weight: 100;
	  line-height: 20px;
	   color:#444;
	  border-bottom:1px solid #f49642;
	  position:absolute;
	  padding:4px 0;
	  margin-bottom:-1px;
	}
.title-front {
	width:auto;
	height:33px;
	margin-bottom:-3.5px;
	position:relative;
	border-bottom:1px solid #eee;
	display:inline-block;
	margin-right:5px;
	cursor:pointer;
}

	.title-front h3 {
	  font-size: 18px;
	  font-weight: 200;
	  line-height: 20px;
	  color:#444;
	  border-bottom:1px solid #f49642;
	  padding:4px 0;
	  margin-bottom:-1px;
	  display:inline-block;
	}
	.title-front h3::first-letter {
		font-size:24px;
		font-weight:500;
	}
.garis-bawah {
	width:100%;
	float:left;
	border-bottom:1px solid #d9d9d9;
}
.header{
	width:100%;
	float:left;
	border: 0px solid #dedede;
	overflow:hidden;
	transition:transform .5s ease-in-out;
	transition:transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
	-webkit-transition:transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
	-webkit-transition:transform .5s ease-in-out;
	position:relative;
	background:#f5f5f5;
}
	.logo{
		width:100%;
		float:left;
		border:0px;
		overflow:hidden;
		}
		.logo img {max-width:100%;}

.topmenu_wrap {
	width:100%;
    float: left;
	position:relative;
    font-weight: 400;
	border-top:0px solid rgba(0,0,0,0.3);
    border-bottom: 0px solid #FF7A01;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #FF7A01;
  background: -webkit-linear-gradient(#FF7A01, #FF7A01);
  background: -moz-linear-gradient(#FF7A01, #FF7A01);
  background: -o-linear-gradient(#FF7A01, #FF7A01);
  background: -ms-linear-gradient(#FF7A01, #FF7A01);
  background: linear-gradient(#FF7A01, #FF7A01);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
	.topmenu {
		width:100%;
		float:left;
		position:relative;
		overflow:hidden;
		background:;
}
	.f-nav {
		position:fixed;
		top:0;
		left:0;
		z-index:10;
		}
.date-wrap{
	width:100%;
	float:right;
	}
	.date {
		float:left;
		font-size:11px;
		color:#666;
		}

	.sosmed {
		width:100%;
		float:left;
		padding:2px 0;
	}

	.sosmed ul {
		margin:0;
		padding:0;
		list-style:none;
	}

	.sosmed ul li {
		width: 24px;
		height: 24px;
		float:left;
		margin:5px 3px;
		cursor:pointer;
	}

	.sosmed ul li img {
		max-width:100%;
	}
	.setting-web {
		width:100%;
		float:left;
		padding:2px 0;
		margin-top:20px;
	}

	.setting-web ul {
		margin:0;
		padding:0;
		list-style:none;
	}

	.setting-web ul li {
		width: 24px;
		height: 24px;
		float:right;
		margin:5px 3px;
		cursor:pointer;
	}

	.setting-web ul li img {
		max-width:100%;
	}

	.pencarian{
		width:100%;
		float:left;
		border:0px solid #CCC;
		padding:0;
		}
		.pencarian input[type=text]{
			width:100%;
			padding:10px;
			float:right;
			margin-right:0px;
			border:1px solid #d6d6d6;
			border-radius:4px;
			background:#fff url(../files/layout/search.png)no-repeat 96%;
			font-family: "Open Sans",sans-serif;
			font-size: 13px;
			margin-top:10px;
		}
.slide {
	width:100%;
	float:left;
	border:0px solid #fff;
	margin-bottom:25px;
}
	.menu-left-right {
		width:100%;
		float:left;
	}
	.menu-left-right ul {
		margin:0;
		padding:0;
		list-style:none;
	}

	.menu-left-right ul li {
		width:100%;
		float:left;
		position:relative;
		padding:0px;
		margin-bottom:5px;
		background:#f0f0f0;
	}
	.menu-left-right ul li:hover {background:#f8f8f8;}
	.menu-left-right ul li:after {
		width:0;
		height:0;
		border-bottom:15px solid #fff;
		border-left:15px solid transparent;
		content:"";
		position:absolute;
		bottom:0;
		right:0
	}
	.menu-left-right ul li a {
		color:#444;
	}
		.menu-left-right ul li .icon {
			width:24px;
			float:left;
		}
		.menu-left-right ul li .icon img {max-width:100%;}
		.menu-left-right ul li .nama-menu {
			width:100%;
			float:left;
			font-size:12px;
			font-weight:normal;
			color:#444;
			line-height:18px;
			cursor:pointer;
			text-transform:uppercase;
			padding:10px;
		}

		.buletin{
			width:100%;
			float:left;
		}
			.buletin ul {
				margin:0;
				padding:0;
				list-style:none;
			}
			.buletin ul li {
				width:100%;
				float:left;
				padding:10px;
			}
			.buletin ul li a {color:#4285f4;}
			.buletin ul li a:hover {text-decoration:underline;}
			.buletin img {max-width:100%;}

		.link{
			width:100%;
			float:left;
			margin-top:15px;
		}
			.link ul {
				margin:0;
				padding:0;
				list-style:none;
				vertical-align:top;
			}
			.link ul li {
				width:100%;
				float:left;
				padding:5px;
				margin-bottom:10px;
			}
			.link ul li .logo-link {
				width:36px;
				float:left;
				margin-right:10px;
			}
				.logo-link img {max-width:100%;}
			.link ul li a {color:#4285f4;}
			.link ul li a:hover {text-decoration:underline;}

		.tab-ppid, .tab-jdih {
			width:100%;
			float:left;
		}
		.tab-ppid .pict, .tab-jdih .pict {
			width:100%;
			height:50px;
			float:left;
			overflow:hidden;
			border:1px solid rgba(0,0,0,0.1);
			background:#f5f5f5;
		}
			.pict img {max-width:100%;}

		.pilihan {
			width:100%;
			float:left;
		}
		.pilihan select{
			width:100%;
			float:left;
			border:1px solid #eee;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			background:#fff url(../files/layout/select-arrow.png)no-repeat;
			background-position:right 7px center !important;
			border-radius:3px;
			font-family: "Open Sans",sans-serif;
			font-size: 13px;
			color:#808080;
			padding:2px;
		}
		.pilihan option {
			padding:4px 5px;
		}

		.live-stream {
			width:100%;
			float:left;
		}
		.live-stream ul {
			margin:0;
			padding:0;
			list-style:none;
		}
			.live-stream ul li {
				width:100%;
				height:200px;
				float:left;
				margin-bottom:5px;
				list-style:none;
				overflow:hidden;
			}
			.live-stream ul li video, .live-stream ul li img, .live-stream ul li iframe {width:100%;height:100%;}
		.pengaduan ul {
			margin:0;
			padding:0;
			list-style:none;
		}
			.pengaduan ul li {
				width:100%;
				float:left;
				margin-bottom:5px;
				list-style:none;
			}
			.pengaduan input[type=text] {
				width:100%;
				float:left;
				padding:10px 10px 10px 35px;
				border : 1px solid #eee;
				border-radius:4px;
				background:#fff;
				color:#808080;
			}
			.pengaduan textarea {
				width:100%;
				height:150px;
				overflow:hidden;
				float:left;
				padding:10px;
				vertical-align:text-top;
				border : 1px solid #eee;
				border-radius:4px;
				background:#fff;
				color:#808080;
				margin-bottom:10px;
			}
		.calendar {
			width:100%;
			height:175px;
			overflow:hidden;
			float:left;
			background:#f5f5f5;
		}
		.tab-calendar {
			width:100%;
			float:left;
		}

.content-front {
	width:100%;
	float:left;
	margin-top:0;
	padding:25px 0;
}
.content-web {
	width:100%;
	float:left;
	border:0px solid #eee;
	padding:0;
	/*box-shadow:0 1px 2px 1px rgba(166,166,166,.1);*/
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	background:#fff;
}
/* Main */
.left {
	padding:20px;
}
.middle {
	padding:20px;
}
.right {
	padding:20px;
	border:0px solid rgba(0,0,0,0.2);
}

.box-satu{
	width: 100%;
	float: left;
}
	.box-satu ul {
		margin:0;
		padding:0;
		list-style:none;
	}
.box-dua{
	width:75%;
	float: left;
}

.box-tiga{
	width: 50%;
	float: left;
}
.box-empat{
	width: 25%;
	float: left;
}
.box-lima{
	width: 20%;
	float: left;
}
.box-enam {
	width: 55%;
	float: left;
}


.footer{
	width: 100%;
	margin: 20px 0 20px 0;
	float: left;
}
	.footer ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	.footer ul li {
		width:24%;
		float:left;
		border:0px solid #000;
		margin-left:5px;
		margin-right:5px;
		padding:0px;
		overflow:hidden;
	}
	.footer ul li img, .footer ul li iframe, .footer ul li video {
		max-width:100%;
	}
	.footer h5 {
		font-size:13px;
		font-weight:600;
		margin-bottom:15px;
	}
.layer {
	width: 100%;
	margin-top: 40px;
	padding: 40px;
	float: left;
}
.layer h4, .footer h4{
	font-weight:normal;
	font-size:13px;
}
.box1 {
	width:19.8%;
	height:250px;
	margin-top:0px;
	border:0px solid #000;
	display:inline-block;
	padding:10px;
	color:#444;
	overflow:hidden;
}
.box1 ul {
	margin:0;
	padding:0;
	list-style:none;
}
.box1 ul li {
	width:100%;
	height:100%;
	padding:2px;
	float:left;
}
.box1 ul li iframe, .box1 ul li img, .box1 ul li video {max-width:100%;}
.box1 ul li a {color:#444;}
.box1 ul li a:hover {color:#ef8b09;}
.box1 ul li h5 {font-size:14px;font-weight:100;color:#444;text-transform:uppercase;}
.box1 ul li .icon {
	width:24px;
	height:24px;
	float:right;
	margin:4px 0px;
}
.box1 ul li .icon img{
	width:100%;
}
.logo-bawah {
	width:100%;
	height:60px;
	float:left;
	margin-bottom:20px;
}
	.logo-bawah img {
		max-width:100%;
	}
/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* untuk ukuran 1080px kebawah */
@media screen and (max-width: 1280px) {
	.container, .wrap {
		width:1170px;
	}
}
@media screen and (max-width: 1080px) {

	.container {
		width: 100%;
	}
	.wrap {
		width:100%;
	}
	.box-satu, .box-dua, .box-tiga, .box-empat, .box-lima, .box-enam {
		float:left;
	}
	.box1 {
		width:24%;
	}
	.pencarian input[type=text] {
		
	}
}


/* untuk ukuran layar 700px kebawah */
@media screen and (max-width: 780px) {

	.container {
		margin:0 auto;
	}

	.header,
	.footer{
		text-align: center;
	}
	.header {
		padding:0 20px;
	}
	.logo {height:auto;padding-top:15px;margin-bottom:5px;width:100%;}

	.left, .right {
		width:100%
	}
	.box-satu, .box-dua, .box-tiga, .box-empat, .box-lima, .box-enam {
		float: left;
	}

	.box1, .footer ul li{
		width:100%;
	}
	.footer ul li:first-child {width:100%;}
	.pencarian {
		margin-bottom:10px;
	}
	.pencarian input[type=text] {
		margin-top:0;
		float:left;
	}
	.setting-web {
		float:right;
		margin-top:0;
		margin-bottom:10px;
	}
	.style2 {
		display:none;
	}
}
@media screen and (max-width: 500px) {
	.date-wrap {padding:0 0;}
	.box-satu {
		float:left;	
	}
	
	.logo {height:auto;padding-top:0;margin-bottom:0;width:100%;}
	.pencarian input[type=text] {
		margin-top:0;
		margin-bottom:10px;
		float:left;
	}
	.box-tiga .date {
	}
	.box1, .footer ul li{
		width:100%;
		margin-left:0;
		margin-right:0;
		padding:10px;
	}
	.footer ul li:first-child {width:100%;margin-left:0;margin-right:0;padding:10px;}
	.box-satu, .box-dua, .box-tiga, .box-empat, .box-lima, .box-enam {
		width:100%;
		float: left;
	}	
	.box-satu, .box-dua, .box-tiga, .box-empat, .box-lima, .box-enam {
		width:100%;
		float: left;
	}	
}


#slider{
	height: 370px;
	overflow: hidden;
}
	#slider img {max-width:100%;}

.custom_button {
-moz-box-shadow: 0px 10px 14px -7px #276873;
-webkit-box-shadow: 0px 10px 14px -7px #276873;
box-shadow: 0px 10px 14px -7px #276873;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
background-color:#599bb3;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
display:inline-block;
cursor:pointer;


color:#ffffff;
font-family:Arial;
font-size:14px;
font-weight:bold;
padding:13px 32px;
text-decoration:none;
text-shadow:0px 1px 0px #3d768a;
}
.custom_button:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #b35968));
background:-moz-linear-gradient(top, #408c99 5%, #b35968 100%);
background:-webkit-linear-gradient(top, #408c99 5%, #b35968 100%);
background:-o-linear-gradient(top, #408c99 5%, #b35968 100%);
background:-ms-linear-gradient(top, #408c99 5%, #b35968 100%);
background:linear-gradient(to bottom, #408c99 5%, #b35968 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#b35968',GradientType=0);
background-color:#408c99;
}
.custom_button:active {
position:relative;
top:1px;
}

#style_selector .images,
.input-box,
.style-main-title {
    border-bottom: 1px solid rgba(23, 24, 26, .15);
    text-align: center
}

.icon-box .icon-box-title {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 0 16px;
    padding: 2px 0 0;
    text-transform: uppercase
}

#style_selector {
    background: #FFF;
    position: fixed;
    right: 0;
    top: 165px;
    width: 215px;
    z-index: 9;
}

#style_selector_container {
    border: 1px solid rgba(23, 24, 26, .15);
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    box-shadow: 0 2px 9px 2px rgba(0, 0, 0, .14);
    display: none
}

#style_selector_container img {
    border-radius: 100%
}

.style-main-title {
    background: #D9D9D9;
    color: #000;
    font-size: 15px;
    height: 44px;
    line-height: 44px
}

.box-title {
    font-size: 12px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #0078e7!important
}

.input-box {
    padding: 0 10px 10px
}

.input-box input[type=text] {
    background: #F7F7F7;
    border: 1px solid rgba(23, 24, 26, .15);
    color: #000;
    font-size: 11px;
    margin-left: 10px;
    padding: 3px;
    width: 60px
}

.input-box select {
    background: #F7F7F7;
    border: 1px solid rgba(23, 24, 26, .15);
    color: #000;
    margin-left: 5px;
    width: 120px
}

.input-box .radio-inline {
    margin: 0 10px!important
}

#style_selector .style-toggle {
    cursor: pointer;
    height: 44px;
    width: 35px;

    border: 1px solid rgba(23, 24, 26, .15);
    border-right: none;
    border-radius: 5px 0 0 5px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 18px;
	background:#fff url(../files/layout/setting.png)no-repeat;
}


#style_selector>.open {
    background-position: center;
    left: -35px;
    position: absolute;
    top: 44px;
    width: 35px;
    opacity: 1
}


#style_selector>.close {
    background-position: center;
    position: absolute;
    right: 0;
    top: 44px;
    width: 35px;
    opacity: .9
}

#style_selector .images {
    padding-bottom: 10px;
    position: relative
}

#style_selector .images img {
    height: 24px;
    width: 25px;
    z-index: 1000;
	margin:5px;
}

#style_selector .images img.active {
    border: 0 solid #CCC;
    opacity: .5
}

.layout-boxed .main-container,
.layout-boxed>.footer,
.layout-boxed>.navbar {
    max-width: 1170px!important;
    margin-left: auto!important;
    margin-right: auto!important;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-width: 1px;
    border-right-style: solid
}

#style_selector .images input {
    display: none
}

#style_selector .images .form-group {
    width: 50px;
    text-align: center;
    color: #AAA9A9;
    font-size: 10px;
    margin-bottom: 0;
    display: inline-block
}

#style_selector .images .add-on {
    background-color: #EEE;
    border: 1px solid #CCC;
    display: inline-block;
    font-weight: 400;
    line-height: 20px;
    min-width: 20px;
    padding: 5px;
    text-align: center;
    text-shadow: 0 1px 0 #FFF;
    width: auto;
    margin-left: 2px
}

#style_selector .images .add-on i {
    cursor: pointer;
    display: block;
    height: 20px;
    width: 20px
}

#style_selector .clear_style {
    margin-right: 20px
}
#disqus_thread{
     position: relative;
}
#disqus_thread:after{
     content: "";
     display: block;
     height: 55px;
     width: 100%;
     position: relative;
     bottom: 0px;
     background:white;
}
.pager{clear:both;text-align:center;}.item-list .pager li{background-image:none;display:inline;list-style-type:none;padding:0.5em;}.pager-current{font-weight:bold;}
