/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
modified by : masnuril @nuril.isbah@gmail.com
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a, a:hover {text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
.margin-none {margin:0;}
/*end reset*/
body{
	font-family: "Helvetica Neue",helvetica,arial,sans-serif;
	font-size: 13px;
	color: #666;
	-webkit-font-smoothing: subpixel-antialiased;
	/*background:#E2E7ED;*/
	line-height: 1;
}
/* Header */
#main-header {
	z-index: 10;
}
.sill {
	position: relative;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),0 3px 6px rgba(0, 0, 0, 0.23);
}
body .main-header {
	font-family: "Helvetica Neue",helvetica,arial,sans-serif;
	color: #666;
	font-size: 16px;
	font-weight: 300;
}
.main-header {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 60px;
}
.main-header .logo {
	width : 225px;
	height: 47px;
	display: block;
}
.logo img {
	margin : 12px 0;
}
.main-header, .main-sub-header .m-group {
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 1080px;
	min-width: 220px;
}
.wrap{
	width:80%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.header{
	background: #FFF;
	padding: 2% 0;
}
.single-header{
	background: #FFF;
	padding:2% 0 1.6% 0;
	border-bottom: 1px solid #EBEBEB;
}
.logo {
	float:left;
	width: 20.5%;
}
.header-right{
	float:right;
	padding-top:10px;
	width: 62.5%;
}
/*--menu--*/
#cssmenu {
  	float: left;
	color: #000;
	margin-right:6.6%;
	padding-top: 5px;
	/*width: 70.5%;*/
}
#cssmenu > ul > li {
  display: inline-block;
  z-index: 99;
  position: relative;
}
#cssmenu > ul > li > a {
  color:#000;
  font-size:0.85em;
  padding:25px 10px;
  -webkit-transition: color .15s;
  -moz-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s;
  text-transform: uppercase;
}
#cssmenu ul li a:hover{
	padding : 25px 10px;
}
#cssmenu ul li ul li a:hover{
	padding : 5px 8px 7px 16px;
}
#cssmenu li.active a {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-right: 1px solid rgba(0, 0, 0, 0.16);
	border-left: 1px solid rgba(0, 0, 0, 0.23);
	color: #fff;
}
#cssmenu li a:hover {
	
	color: #fff;
}
#cssmenu > ul > li > ul {
	opacity: 0;
	visibility: hidden;
	padding: 16px 0 20px 0;
	text-align: left;
	position: absolute;
	top:35px;
	left: 0%;
	margin-left: -80px;
	width: 250px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),0 3px 6px rgba(0, 0, 0, 0.23);
	-webkit-transition: all .3s .1s;
	-moz-transition: all .3s .1s;
	-o-transition: all .3s .1s;
	transition: all .3s .1s;
 }
#cssmenu > ul > li:hover > ul {
  opacity: 1;
  top:45px;
  visibility: visible;
}
/*#cssmenu > ul > li > ul:before {
  content: '';
  display: block;
  border-color: transparent transparent #f5f5f5 transparent;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  top: -20px;
  left: 45%;
  margin-left: 0px;
}*/
#cssmenu > ul ul > li {
  position: relative;
}
#cssmenu ul ul a {
  /*color: #323232;*/
  color: #000;
  font-size:0.85em;
  padding: 5px 8px 7px 16px;
  display: block;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
#cssmenu ul ul > li:hover > ul {
  opacity: 1;
  left: 190px;
  visibility: visible;
}
#cssmenu ul ul a:hover {
  color:#fff;
}
.search_box{
	float: left;
	background:#f1f3f6;
   -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding:5px 10px;
	position: relative;
	cursor: pointer;
	width: 19.5%;
}
.search_box img {
	vertical-align: middle;
	margin-right: 10px;
}
.search_box form input[type="text"] {
	border: none;
	outline: none;
	background: none;
	font-size: 0.85em;
	color:#999;
	width:87%;
	font-family: 'Open Sans', sans-serif;
	-webkit-apperance: none;
}
.search_box form input[type="submit"] {
	border: none;
	cursor: pointer;
	background: url(../images/search.png) no-repeat 0px -5px;
	position: absolute;
	right: 0;
	width:31px;
	height:33px;
	outline: none;
}
/**** Slider *****/
.banner-wrap{
	width:77%;
	margin:0 auto;
	padding:6% 0;
}
.index-banner{
	background:#31333e;
	height: 603px;
}
.wmuSlider {
	position: relative;
	overflow: hidden;
}
.wmuSlider .wmuSliderWrapper article {
	position: relative;
	text-align: center;
}
.wmuGallery .wmuGalleryImage {
	position: relative;
	text-align: center;
}
.wmuGallery .wmuGalleryImage img {
	max-width: 100%;
	width: auto;
	height: auto;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.wmuSliderPrev, .wmuSliderNext {
	position: absolute;
	width: 68px;
	height: 58px;
	text-indent: -9999px;
	background: url(../images/img-sprite.png) no-repeat;
	top:45%;
	z-index: 2;
	cursor: pointer;
}
.wmuSliderPrev {
	background-position:20px 3px;
	left:-30px;
}
.wmuSliderNext {
	background-position:-46px 3px;
	right:-30px;
}
.span_2_of_3 h1{
	color:#fff;
	font-size:2.7em;
}
.banner{
	text-align: center;
}
.btn a{
	border: none;
	float:left;
	color:#fff;
	cursor: pointer;
	padding:20px 62px;
	display: inline-block;
	font-size: 1.2em;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	background:#00aeff;
}
.btn a:hover{
	background:#00a2ee;
}
/*--content--*/
/*  GRID OF THREE   ============================================================================= */
.content-top{
	padding: 7% 0 5% 0;
}
.col_1_of_3{
	display: block;
	float: left;
	margin: 0% 0 0% 5.6%;
	text-align: center;
}
.col_1_of_3:first-child { margin-left: 0; }
.span_1_of_3  p  {
	font-size: 0.85em;
	padding: 0.5em 0;
	color: #999;
	line-height: 1.8em;
}
.span_1_of_3 .btn-link{
	padding-top:10px;
}
.span_1_of_3 .btn-link a{
	color:#00aeff;
	cursor:pointer;
	font-size:0.85em;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease!important;
	-moz-transition: all 0.2s ease!important;
	-o-transition: all 0.2s ease!important;
	transition: all 0.2s ease!important;
}
.span_1_of_3 .btn-link a:hover{
	color:#333;
}
/*--content-bottom--*/
/*  GRID OF FOUR   ============================================================================= */
.content-bottom{
	background:#e2e7ed;
	padding: 1% 0;
}
.col_1_of_4{
	display: block;
	float:left;
	margin:0 0 0 1.6%;
}
.col_1_of_4:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
.span_1_of_4 {
	width:23.8%;
}
.span_1_of_4 img{
	border: 1px solid #f0f0f0;
	padding: 5px;
	background:#fff;
}
.text{
	text-align:center;
}
.text h4{
	padding: 10px 0;
}
.text h4 a{
	color: #00AEFF;
	font-size: 1em;
	text-transform:uppercase;
}
.text h4 a:hover{
	color:#333;
}
.text p{
	color:#999;
	font-size:0.85em;
}
.bottom-box{
	margin-bottom:30px;
}
.imageOuter {
	width: 350px;
	float: left;
	margin: 0 37px 0 0;
}
span.rollover {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background: url(../images/magnifier.png) center center no-repeat #0A95DD;
	cursor: pointer;
	height: 253px;
	width: 313px;
	position: absolute;
	z-index: 10;
	opacity: 0;
}
span.rollover:hover {
	opacity: .7;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}
h2.head{
	color:#555;
	font-size:2em;
	margin-bottom:20px;
}
/*--thumbs--*/
.clients{
	padding:4% 0;
}
#jquery-script-menu {
	position: fixed;
	height: 90px;
	width: 100%;
	top: 0;
	left: 0;
	border-top: 5px solid #316594;
	background: #fff;
	-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
	z-index: 999999;
	padding: 10px 0;
}
.jquery-script-center {
	width: 960px;
	margin: 0 auto;
}
.jquery-script-center ul {
	width: 212px;
	float:left;
	line-height:45px;
	margin:0;
	padding:0;
	list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {
	width: 728px;
	height:90px;
	float:right;
}
.jquery-script-clear {
	clear:both;
	height:0;
}
.clearout {
	height: 20px;
	clear: both;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width:80%;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	padding-right:50px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	positon: relative;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:40px;
	height:50px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 0px;
	background: url(../images/img-sprite.png) no-repeat -83px 4px;
}
.nbs-flexisel-nav-right {
	right: 0px;
	background: url(../images/img-sprite.png) no-repeat -120px 4px;
}
/*--footer--*/
.footer{
/*	background: #31333E;
	padding:4% 0;*/
	border-top: #666 solid 6px;
	background: #333;
}
.footer-header-text {
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 6px;
}
.text-body-medium {
	font-weight: 400;
	line-height: 24px;
	font-size: 17px;
	color: #666;
}
.footer-link li {
	line-height: 1.9;
	font-size: 13px;
}
.footer-link a {
	color: #CCC!important;
	font-weight: 300;
}
.footer-section-border {
	border-bottom: 1px solid #232323;
}
.footer-copyright {
	color : #666;
	text-align: center;
	margin-top: 24px;
}
.footer-left {
	float:left;
}
.footer-nav{
	color:#fff;
}
.footer-nav li{
	display:inline-block;
}
.footer-nav li a{
	color:#fff;
	font-size:0.85em;
	margin:15px 15px;
}

.footer .menu {
	margin-top: 10px;
	text-align: center;
}
.copy{
	padding-top:20px;
}
.copy p{
	color:#fff;
	font-size:0.85em;
}
.copy p a{
	color:#00AEFF;
}
.copy p a:hover{
	color:#fff;
}
.social {
	float:right;
}
.social ul li:first-child, ol li:first-child {
	margin-top: 0px;
	margin-left: 0;
}
.social li {
	background: none;
	padding:0px 0 0 5px;
	display: inline-block;
}
li.facebook a span {
	height:40px;
	width:40px;
	display: block;
	background: url(../images/img-sprite.png) no-repeat -176px -4px;
}
li.facebook a span:hover {
	opacity:0.8;
}
li.linkedin a span {
	height:40px;
	width:40px;
	display: block;
	background: url(../images/img-sprite.png) no-repeat -222px -4px;
}
li.linkedin a span:hover {
	opacity:0.8;
}
li.twitter a span {
	height:40px;
	width:40px;
	display: block;
	background: url(../images/img-sprite.png) no-repeat -270px -4px;
}
li.twitter a span:hover {
	opacity:0.8;
}
li.pinterest a span {
	height:40px;
	width:40px;
	display: block;
	background: url(../images/img-sprite.png) no-repeat -319px -4px;
}
li.pinterest a span:hover {
	opacity:0.8;
}
li.dribble a span {
	height:40px;
	width:40px;
	display: block;
	background: url(../images/img-sprite.png) no-repeat -366px -4px;
}
li.dribble a span:hover {
	opacity:0.8;
}
li.google a span {
	height:40px;
	width:40px;
	display: block;
	background: url(../images/img-sprite.png) no-repeat -413px -4px;
}
li.google a span:hover {
	opacity:0.8;
}
/*--single--*/
/*  GRID OF Content and sidebar   ============================================================================= */
.single-top{
	padding:4% 0;
}
.cont{
	display: block;
	float:left;
}
.rsidebar{
	display: block;
	float:left;
	margin:0 0 0 4.6%;
}	
.span_2_of_3 {
	width:66.1%;
}
.span_1_of_3 {
	/*width: 29.2%;*/
}
.single-top  h3,
.single-top  h3 {
	color: #555;
	margin-bottom: 0.5em;
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.single-top p{
	color:#999;
	font-size:0.85em;
	line-height:1.8em;
	margin:20px 0;
}
.extra{
	color:#999;
	font-size:0.85em;
	padding: 10px 0;
}
.extra a{
	color:#000;
}
.extra a:hover{
	color:#555;
}
.links {
	padding: 10px 0px;
	border: 1px solid #eee;
	border-left: none;
	border-right: none;
	margin: 30px 0 50px 0;
}
.links ul li {
	display: inline-block;
}
.links ul li a {
	font-size:0.85em;
	color: #999;
	padding-left: 20px;
}
.links ul li a:hover{
	color:#555;
}
.links ul li img {
	vertical-align: middle;
	padding-right: 10px;
}
.comment h2{
	color:#555;
	font-size:1.5em;
	margin-bottom:20px;
	text-transform: uppercase;
}
ul.comment-list{
	border:1px solid #eee;
	padding:20px;
}
ul.comment-list img{
	float: left;
	width: 7%;
	margin-right: 20px;
}
ul.comment-list .desc{
	float: left;
	width: 90%;
	margin: 0;
}
ul.comment-list .desc h5 a{
	color:#555;
}
ul.comment-list .desc h5 a:hover{
	color:#000;
}
ul.comment-list .desc p{
	margin:0px;
}
.reply {
	margin-top: 20px;
}
.reply a {
	color:#555;
	font-size:0.85em;
}
.reply a:hover{
	color:#999;
}
.comments-area{
	padding-top:50px;
}
.comments-area h2 {
	color: #555;
	font-size: 1.5em;
	margin-bottom:10px;
	text-transform: uppercase;
}
.comments-area p {
	position: relative;
	padding: 8px 0;
	margin:0;
}
.comments-area label {
	display: block;
	color: #999;
}
.comments-area span {
	color:#00AEFF;
	position: absolute;
	left: 4px;
	top: 30px;
}
.comments-area input[type="text"] {
	padding: 7px 15px;
	width: 47%;
	color: #999;
	font-size: 13px;
	border: none;
	background:#F1F3F6;
	outline: none;
	display: block;
}
.comments-area textarea {
	padding: 7px 15px;
	width: 70%;
	color: #999;
	font-size: 13px;
	outline: none;
	height: 100px;
	display: block;
	border: none;
	background:#F1F3F6;
	font-family: 'Open Sans', sans-serif;
}
.comments-area input[type="submit"] {
	padding:10px 20px;
	color:#fff;
	background:#00AEFF;
	font-size:1em;
	border:none;
	outline:none;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
}
.comments-area input[type="submit"]:hover {
	background:#049FE7;
}
ul.sidebar {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
}
ul.sidebar li {
	list-style-image: url(../images/marker2.png);
	margin: 0 15px 10px 25px;
	vertical-align: bottom;
}
ul.sidebar li a {
	font-size: 0.85em;
	color: #999;
}
ul.sidebar li a:hover{
	color:#555;
}
.archive {
	padding: 20px 0;
}
/*--works--*/
.work-top{
	background: #E2E7ED;
	padding:2% 0;
}
/*  GRID OF TWO   ============================================================================= */
.margin_1 {
	margin : 1% 0;
}
a[class^="grid-"] { 
	padding : 1.5em 0;
	display: block;
	width: 100%;
	text-indent: 0.5em;
	color: #fff;
	font-size: 1.2em;
}
a[class^="grid-"]:hover {
	background: rgba(0,0,0,0.2);
}
a[class^="grid-"] i {
	float: right;
	display: inline-block;
	margin: -5px 10px 0 0;
	font-size: 2.3em;
}
.grid-box{
	background:#908ef3;
	padding: 4% 0;
}
.grid-box1{
	background:#58da9c;
	padding: 4% 0;
}
.grid-box2{
	background:#f4776d;
	padding: 4% 0;
}
.grid-box3{
	background:#edca52;
	padding: 4% 0;
}
.grid-box4 {
	background: #607D8B;
	padding: 4% 0;
}
.grid-box5 {
	background: #00897B;
	padding: 4% 0;
}
.grid-box-white{
	border: 1px solid #ccc;
	padding: 2% 4%;
	background:#fff;
}
.col_1_of_2{
	display: block;
	float:left;
	margin: 1% 0 1% 3.6%;
}
.col_1_of_2:first-child { margin-left: 0; }
.span_1_of_2 {
	width:48.2%;
}
.span_1_of_2 h3{
	color:#fff;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	padding: 20px 0;
}
.span_1_of_2  p{
	font-size:0.85em;
	color: #fff;
	line-height: 1.8em;
}
.single-menu{
	float:right;
	padding-top: 20px;
}
.single-menu ul li{
	display: inline-block;
}
.single-menu ul li a {
	color:#000;
	display: block;
	margin:0px 10px;
	letter-spacing: 1px;
	font-size:0.85em;
	font-family: 'Open Sans', sans-serif;
}
.single-left{
	float:left;
}
.single-left h1{
	color:#626262;
	font-size:3em;
}
h4.single-head{
	color: #FFF;
	font-size: 2em;
	margin-bottom: 20px;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/top-move.png) no-repeat right top;
}
/*--blog--*/
.grid_1 {
	width:7.5%;
	float: left;
}
.alpha {
	margin-right:2.6%;
}
.date {
	font-size:0.85em;
	line-height: 18px;
	font-weight: 300;
	padding: 10px 0px 10px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
}
.date span {
	display: inline-block;
	margin-bottom: 7px;
	font-size: 30px;
	line-height: 30px;
}
.span_2_of_single{
	width:89.1%;
}
h4.blog_title{
	font-size: 1.2em;
	text-transform: uppercase;
	margin: -5px 0 5px 0;
}
.wrapper_single{
	width: 66.2%;
	float: left;
}
.wrapper_top{
	margin-bottom:6%;
}

h4.blog_title a:hover{
	color:#555;
}
.blog_info {
	font-size:0.85em;
	line-height: 18px;
	color:#999;
	margin-bottom: 28px;
}

.blog_info a:hover{
	text-decoration:underline;
}
h5.m_head a{
	color:#00AEFF;
	font-size:0.85em;
	text-transform:uppercase;
}
h5.m_head a:hover{
	color:#555;
}
.m_img{
	margin-bottom: 26px !important;
}
p.m_para{
	color:#999;
	font-size:0.85em;
	line-height:1.8em;
	margin-bottom: 20px;
}
.arrow_btn {
	display: inline-block;
	background: url(../images/arrow_btn.png) no-repeat 51px 15px;
	padding: 8px 22px 9px 11px;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: left;
	transition: 0.2s;
}
.arrow_btn:hover{
	background: url(../images/arrow_btn.png) no-repeat 51px 15px;
	text-decoration: none;
}
.pagination__posts {
	margin: 0;
	text-align: center;
}
.pagination ul {
	display: inline-block;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
	display: inline;
}
.pagination__posts ul li a {
	border-color: #ECECEC;
	color:#00AEFF;
	font-size:0.85em;
}
.pagination ul > li > a, .pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #DDD;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
	background-color: #F5F5F5;
}
h4.m_2{
	color: #555;
	margin-bottom:20px;
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
	/*letter-spacing: -1px;*/
	text-transform: uppercase;
}
/*--about--*/
/*  GRID OF Content and sidebar   ============================================================================= */
.lsidebar{
	display: block;
	float:left;
	margin:0% 1.6% 0% 0;
} 	
.span_2_of_about {
	width: 66.1%;
}
.span_1_of_about {
	width:32.2%;
}
.span_2_of_about  h3 a{
	color:#555;
	margin-bottom:0.5em;
	font-size:1em;
	text-transform:uppercase;
	letter-spacing: -1px;
}
.span_2_of_about  h3 a:hover{
	color:#000;
}
.span_2_of_about p,
.span_1_of_about  p  {
	font-size:0.85em;
	padding:0.5em 0;
	color: #999;
	line-height: 1.8em;
}
.about-desc{
	padding-bottom:4%;
}
.about-desc p{
	font-size:0.85em;
	padding:0.5em 0;
	color: #999;
	line-height: 1.8em;
}
.about-desc h3 a {
	color: #555;
	margin-bottom: 0.5em;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.about-desc h3 a:hover {
	color: #000;
}
.button{
	display: inline-block !important;
	padding: 0 15px;
	margin-bottom: 0;
	font-size:0.85em;
	line-height: 45px !important;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #F5F5F5;
	background: #FFF;
	color: #555;
	text-transform: uppercase;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 45px;
	top: 0 !important;
	margin-top: 10px;
}
.button:hover {
	color:#fff;
	background:#00AEFF;
}
.about-top{
	padding-bottom:4%;
}
ul.about-list li {
	list-style-image: url(../images/icon_1.png);
	margin: 0 0px 20px 15px;
}
ul.about-list li a {
	font-size: 0.85em;
	/*color: #555;*/
	vertical-align: top;
	text-transform: uppercase;
}
ul.about-list li a:hover {
	/*color:#000;*/
}
ul.about-list li p{
	padding:0;
	line-height: 1.5em;
}
.span_1_of_4 h3{
	padding:10px 0;
}
.span_1_of_4 h3 a {
	color: #555;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.span_1_of_4 h3 a:hover{
	color: #00AEFF;
}
.span_1_of_4 p{
	font-size: 0.85em;
	color: #999;
	line-height: 1.8em;
}
/*--contact--*/
.contact{
	padding:4% 0;
}
.contact-form{
	position:relative;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.85em;
	color: #999;
	padding-bottom:10px;
}
.contact-form input[type="text"],.contact-form textarea{
	padding:8px;
	display:block;
	width:90%;
	background:#fff;
	border: none;
	outline:none;
	color:#999;
	font-size:0.85em;
	border:1px solid #EBEBEB;
	font-family: 'Open Sans', sans-serif;
	-webkit-appearance:none;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	cursor:pointer;
	color:#fff;
	font-size: 1.5em;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	background: #00AEFF;
	padding:17px 80px;
	border:none;
   font-family: 'Open Sans', sans-serif;
   margin-top: 20px;
   -webkit-appearance: none;
}
.contact-form input[type="submit"]:hover{
	background-color:#31333E;
}
.contact-form input[type="submit"]:active{
	background-color:#31333E;
}
.contact-form p{
	color:#999;
	font-size:0.85em;
	margin-bottom:4%;
}
h4.contact-head {
	color:#555;
	font-size: 2em;
	margin-bottom: 20px;
}
.map{
	padding:20px;
	background:#e2e7ed;
	margin-bottom: 5%;
}
.map-border{
	border: 2px solid #FFF;
}
.list3 li>img {
	float: left;
	margin-right: 10px;
}
.company_address{
	overflow: hidden;
}
.company_address h3{
	padding:0;
	color:#555;
}
.company_address p{
	color:#999;
	font-size:0.85em;
	line-height:1.8em;
}
.company_address p span {
	color:#00AEFF;
	cursor: pointer;
}
.company_address p span:hover{
	text-decoration:underline;
}
/*--404--*/
.page-not-found {
	padding:4% 0;
}
.page-not-found h1 {
	font-size: 15em;
	color: #F0F0F0;
	text-align: center;
	text-shadow: 1px 1px 6px #AAA;
	-moz-text-shadow: 1px 1px 6px #aaa;
	-webkit-text-shadow: 1px 1px 6px #aaa;
	-o-text-shadow: 1px 1px 6px #aaa;
}
/*--responsive design--*/
@media (min-width:1200px){
	.wrap{
		width:90%;
	}
	.span_2_of_3 h1 {
		font-size: 2.5em;
	}
	/*span.rollover {
		height: 240px;
		width: 297px;
	}*/
	.header-right {
		width: 66.5%;
	}
	#cssmenu > ul > li:hover > ul {
		top:45px;
	}
}
@media (min-width:992px){
	.wrap{
		width:90%;
	}
	.span_2_of_3 h1 {
		font-size: 2.4em;
	}
	.header-right {
		width: 70.5%;
	}
	/*span.rollover {
		height: 226px;
		width: 280px;
	}*/
}
@media (min-width:768px){
	.wrap{
		width:90%;
	}
	.span_2_of_3 h1 {
		font-size:1.9em;
	}
	.header-right {
		width: 69.5%;
	}
	#cssmenu {
		margin-right:2.6%;
	}
	#cssmenu > ul > li > a {
		padding:25px 10px;
	}
	.btn a {
		padding: 15px 49px;
	}
	.index-banner {
		height: 550px;
	}
	span.rollover {
		height: 185px;
		width: 225px;
	}
	.grid_1 {
		width: 9.5%;
	}
	.span_2_of_single {
		width: 87.1%;
	}
	.single-left h1 {
		font-size: 2.5em;
	}
	.single-menu {
		padding-top: 16px;
	}
	ul.comment-list .desc {
		width: 89%;
	}
	.links ul li a {
		padding-left: 15px;
	}
	#cssmenu > ul > li:hover > ul {
		/*top:60px;*/
	}
}
@media (max-width:767px){
	.wrap{
		width:90%;
	}
	.span_2_of_3 h1 {
		font-size:1.5em;
	}
	.header-right {
		width:60.5%;
		padding-top: 15px;
	}
	#cssmenu {
		margin-right:2.6%;
		/*width: 78.5%;*/
	}
	#cssmenu > ul > li > a {
		padding:0px 5px;
	}
	.btn a {
		padding:12px 26px;
	}
	.index-banner {
		height:476px;
	}
	span.rollover {
		height: 148px;
		width: 179px;
	}
	.grid_1 {
		width: 11.5%;
	}
	.span_2_of_single {
		width: 85.1%;
	}
	.single-left h1 {
		font-size: 2.5em;
	}
	.single-menu {
		padding-top: 16px;
	}
	.search_box {
		width: 14.5%;
	}
	.footer-nav li a {
		margin: 0 4px;
	}
	ul.comment-list .desc {
		width: 88%;
	}
	.links ul li a {
		padding-left: 15px;
	}
	.contact-form input[type="submit"] {
		padding: 13px 60px;
	}
	#cssmenu > ul > li:hover > ul {
		top:50px;
	}
}


.slicknav_menu {
	display:none;
}

@media screen and (max-width: 767px) {
	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}
/* bootstrap overwrite */
.list-group li {
	padding : 0;
}
.list-group-item.active a {
	color : #fff;
}
.list-group-item-meta {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

/* home event style */
.post-item {
	display: block;
	text-decoration: none;
	border: 1px solid #F7F7F7;
	background-color: #FFF;
	/*box-shadow: 0 2px 1px #F7F7F7;*/
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),0 3px 6px rgba(0, 0, 0, 0.23);
	
}
.post-item:hover {
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #DEDEDE;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}
.post-item--poster {
	position: relative;
	border: 0;
	border-top: 6px solid #EDEDED;
	min-height: 330px;
	width: 100%;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: border-top-color .5s;
	-moz-transition: border-top-color .5s;
	transition: border-top-color .5s;
}
.post-item--poster:hover {
	border-top-width: 6px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.post-item--poster:hover > .post-item--poster .post-item--poster__header:after  {
	visibility: visible;
}
.post-item--poster .post-item--poster__header {
	position: relative;
	height: 110px;
}
.post-item--poster .post-item--poster__header:after {
	position: absolute;
	content: ' ';
	width: 100%;
	height: 110px;
	top: 0;
	right: 0;
	background-color: #FFF;
	opacity: .7;
	-ms-filter: "alpha(Opacity=70)";
	visibility: hidden;
}
.post-item--poster .post-item__image {
	float: inherit;
	/*position: absolute;*/
	bottom: 0;
	border: 0;
}
.post-item__image {
	border-right: 1px solid #EDEDED;
	/*float: left;*/
	/*overflow: hidden;*/
	text-align: center;
	display: block;
	line-height: 0;
}
.post-item__image img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
.post-item__description {
	position: relative;
}
.img-90 {
	/*width: 90px;*/
	height: 90px;
}
.l-padded-h-2 {
	padding-left: 20px;
	padding-right: 20px;
}
.post-item__description--title {
	color: #0F90BA;
}
.text-body-large {
	font-weight: 400;
	line-height: 27px;
	font-size: 21px;
}
.text--truncated-two-line {
	position: relative;
	display: -webkit-box;
	max-height: 50px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
}
.text--truncated {
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
}
.l-block-3 {
	margin-top: 18px;
}
.post-item--poster .post-item__footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.l-padded-v-3 {
	padding-top: 18px;
	padding-bottom: 18px;
}
.affix {
	width : 19.47%;
	top: 15px;
	z-index: 100;
}
.list-group-item.active a:hover {
	background: inherit;
}
.empty-event {
	background: #ccc;
}
.empty-event h3 {
	text-align: center;
	padding-top: 6em;
}
i.icon { width:16px; height: 16px; display: inline-block; }
i.flag-id { background: url('../images/flag_id.png') center center no-repeat; }
i.flag-en { background: url('../images/flag_en.png') center center no-repeat; }

/* person profile */
.people{
	/*float:left;*/
	/*width: 22.3333%;*/
	/*margin-left: 3.3%;*/
	border: 1px solid rgb(206, 206, 206);
	box-shadow: 0px 40px 20px -40px rgb(133, 133, 133);
	-webkit-box-shadow: 0px 40px 20px -40px rgb(133, 133, 133);
	-moz-box-shadow: 0px 40px 20px -40px rgb(133, 133, 133);
	-o-box-shadow: 0px 40px 20px -40px rgb(133, 133, 133);
}
.people:first-child{
	/*margin-left: 0;*/
}
.people img{
	width:100%;
}
.people div {
	margin: 10px;
}
.people h3{
	margin-bottom: 2%;	
}
.people h3 a,.ser_grid h3 a{
	font-size: 1.1em;
	color: #000;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.people h6
{
	font-size: 1em;
	text-transform: capitalize;
	color: #033071;
	text-shadow: 0 1px 0 #ffffff;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	/*padding: 0.7em 0em;*/
}
.people h6:hover
{
 	color:#181818;	
}
.people h3 a:hover{
	color: #033071;
}
.people p,.ser_grid p{
	font-size: 0.8125em;
	color: #888888;
	line-height: 1.8em;
	padding:1em 0em;
}
/* section content */
#content section { 
	min-height: 525px; 
	border : 1px solid #ccc;
	background: #fff;
	padding : 10px;
	border-radius : 5px;
	-webkit-border-radius : 5px;
	-moz-border-radius : 5px;
}
h3.blocktitle {
	position: relative;
	font-family: inherit;
	border-bottom: 1px dotted #888;
	font-size: 1.2em;
	margin: 0px 0px 26px 0px;
	line-height: 30px;
	font-weight: normal;
}
h3.blocktitle span {
	width: 100%;
	display: block;
	z-index: 1;
	font-family: inherit;
	padding: 3px 10px 5px 10px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius : 5px 5px 0 0;
	-moz-border-radius : 5px 5px 0 0;
}
#registration .form-group {
	margin: 10px 0;
}

/* post meta */
.entry-meta a:before {
	content: "\f303";
	margin-right: 1px;
	position: relative;
	top: 1px;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}
/* form signin */
.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin input[type="email"] {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
}
.form-signin input[type="text"]:focus,
.form-signin input[type="password"]:focus,
.form-signin input[type="email"]:focus {
	z-index: 2;
}
.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-radius: 0;
}

/* ask me post */
.post-wrap, .replyWrap { clear:both;padding : 15px 0;}
.postWrap abbr,.replyWrap abbr{border:0}
.list-profile{float:left;width:90px;padding:3px;text-align:center}.list-profile img{padding:3px;background:#FFF;border:1px solid #CCC}.list-profile img:hover{background-color:#FFF4BF;border-color:#999}.list-profile a.user{display:block;font-size:12px}
.list-content{position:relative;padding:3px;overflow:hidden}.list-content h3{color: #00AEFF;margin-top:0px;margin-bottom:5px}.list-content p.desc{line-height:1.3}.list-content p.details{color:#888}.list-contentLight{color:#666}.list-contentLight h4 a{color:#444}
.post-info{margin-bottom: 0;} .post-info dt,.post-info dd,.post-detail-label{display:block;margin-right:5px;margin-bottom:5px;line-height:1.5}.post-info dt,.post-detail-label{float:left;clear:left;width:60px;color:#888;text-align:left;font-weight: normal;}.post-info dd{overflow:hidden}.post-detail{overflow:hidden;padding:0}.post-additional-label{margin-bottom:2px;color:#888;font-size:11px;font-style:italic}
.replyListHeader h3{float:left;margin-top:0;color:#3C763D;}.replyListHeader p.right{float:right}
.optionLine{margin-bottom:15px;font-size:11px}.optionLine select{font-size:11px;max-width:120px}.optionLine label,.optionLine input[type=submit]{margin-left:5px}.optionLine label{color:#360}
.replyWrap{position:relative;border-top:1px solid #CCC}.replyWrap.alternate{background-color:#FFF}.replyWrap .postTime{position:absolute;top:0;right:15px;color:#888;font-size:11px}.actionWrap a.icon,.replyWrap a.icon{float:left;display:block;padding-left:20px;line-height:20px;letter-spacing:-1px;font-size:12px}
.actionWrap a.icon{float:right;margin-right:15px}.replyWrap a.icon{margin-left:15px}.actionWrap a.fav{background-image:url(/library/img/post/heart.png)}.actionWrap a.report,.replyWrap a.report{background-position:0 2px}.actionWrap a.report:hover,.replyWrap a.report:hover{background-position:0 -30px}
.replyWrap a.voteUp{background-image:url(/library/img/icons/thumbs_up.png)}.replyWrap a.voteDown{background-image:url(/library/img/icons/thumbs_down.png)}.replyWrap b.voteUp{color:#490}.replyWrap b.voteDown{color:#D62}.replyWrap .rating b{font-weight:normal} .replyWrap .left{float:left;padding:0}.replyWrap .right{float:right;padding:0}.replyVoteDown,.replyAbuse,.replyBlock{background-color:#F8F8F8!important;background-image:none}
.replyVoteDown .list-profile img,.replyAbuse .list-profile img,.replyBlock .list-profile img,.replyVoteDown p,.replyAbuse p,.replyBlock p{display:none}.replyVoteUp a.icon,.replyVoteDown a.icon,.replyAbuse a.icon,.replyBlock a.icon{display:block;width:0;height:20px;margin-right:5px;overflow:hidden}.replyVoteDown a.voteUp,.replyAbuse a.voteUp,.replyBlock a.voteUp{background-image:url(/library/img/icons/thumbs_up_disabled.png)}
.replyVoteUp a.voteDown,.replyAbuse a.voteDown,.replyBlock a.voteDown{background-image:url(/library/img/icons/thumbs_down_disabled.png)}.replyVoteUp a.report,.replyVoteDown a.report,.replyBlock a.report{background-position:0 -62px!important}
.replyHelpful{clear:both;margin:0 0 15px;padding:10px 15px;background:url(/library/img/layout/box-bg.png) repeat-x center bottom;border:1px solid #DDD}.replyHelpful table tr{vertical-align:middle}.replyHelpful table td img{margin-right:10px}.replyHelpful table td.replyHelpfulText{padding-right:15px;font-size:1.4em}
.commentBlock{clear:both;margin-left:90px;padding:5px 0 10px;border-top:1px solid #ccc;line-height:1.4!important}.commentBlock .list-profile{width:100px;margin-left:0;padding-left:6px;text-align:left}.commentBlock .avatar{margin-right:0}
b.voteUp { color: #490; } b.voteDown { color: #D62; }
.alternate { background: #e8e8e8;}

/* tinymce hack */
.single-top ol {
	list-style: decimal;
	margin: 0 0 0 4%;
}