#kbe_container .content-area {
	padding-bottom: 30px;
}

#kbe_container .sub-section {
	margin-bottom: 40px;
}
#kbe_container .sub-section-title {
	margin-top: 30px;
	padding-top: 30px;
	border-top: solid 1px #eee;
}


#kbe_container .sub-section-title + p {
	font-size: 1.2em;
}

#kbe_container .related-guide {
	border: 0;
	border-left: 4px solid #E41D59;
	padding-left: 1.25em;
	margin-bottom: 1.25em;
	line-height: 2em;

}

#kbe_container .guide-summary {
	padding: 2em;
	background: #EFEFEF;
	margin-bottom: 2em;
	border-radius: 10px;
}

#kbe_container .guide-summary ul {
    text-align: left;
	list-style: none;
    padding: 0;
    margin: 0 0 0 3em;
}

#kbe_container .guide-summary ul li {
	color: #333;
	position: relative;
    line-height: 2em;
    list-style: none;
	margin: 0 0 1em 0;
    padding-left: 0px;
}

#kbe_container .guide-summary ul li:before {
    font-family: "PGC-Website";
    font-size: 1em;
	font-weight: normal;
    color: #23824c;
    border: 1px solid #CECECE;
    border-radius: 50%;
    content: "\f17a";
    position: absolute;
    left: -3em;
    width: 2em;
    height: 2em;
    text-align: center;
}

#kbe_container table {
  margin: 10px 0px 30px;
	border: none;
	border-collapse: collapse;
}
#kbe_container table th,
#kbe_container table tr,
#kbe_container table td {
    padding: 4px;
}
#kbe_container table th {
  font-weight: 600;
	color: #131313;
	border: none;
	border-bottom: 2px solid #EAEAEA;
}
#kbe_container table tr {
	border-bottom: 1px solid #EAEAEA;
}
#kbe_container table td {
    border: none;
}

.kbe-header  {
	position: relative;
	background: url(../img/PGC_guides_header_img1_darker.jpg);
    background-color: black;
	background-size: cover;
	background-position: center center;
}
.kbe-section .topo_bg {
	background: url(../img/topo-upperight-corner.png) 100% 0 no-repeat, url(../img/topo-left-side.png) 0px 200px no-repeat;
	background-size: 160px, 110px;
}
@media screen and (min-width: 1402px) {
	.kbe-section .topo_bg {
		background-size: 160px, 110px;
	}
}
@media screen and (min-width: 1480px) {
	.kbe-section .topo_bg {
		background-size: 200px, 150px;
	}
}
@media screen and (min-width: 1643px) {
	.kbe-section .topo_bg {
		background-size: 300px, 200px;
	}
}
@media screen and (max-width: 980px) {
	.kbe-section .topo_bg {
		background-image: none;
	}
}
.kbe-header .wrapper {
	padding: 120px 0;
}
.kbe-header h1,
.kbe-header h2,
.kbe-header p,
.kbe-header a {
	color: #fff;
    line-height: 1.2em;
}
.kbe-header h1 {
    margin-bottom: .4em;
    font-size: 2.2em;
}
.kbe-header h2 {
	margin-bottom: .2em;
    font-size: 1.1em;
    font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
}
.kbe-header h2 a {
    color: rgba(255, 255, 255, 0.7);
}


/*===> breadcrumb <===*/
.kbe_breadcrum {
    margin: 0 0 30px;
    overflow: hidden;
    width: 100%;
}
.kbe_breadcrum ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.kbe_breadcrum ul li {
    float: left;
    background: url(images/kbe_breadcrum_sep.png) no-repeat right;
    padding: 0 13px 2px 7px;
}
.kbe_breadcrum ul li:last-child{
    background: none;
}
.kbe_breadcrum ul li:first-child {
    padding-left: 0;
    margin-left: 0;
}
.kbe_breadcrum ul li,
.kbe_breadcrum ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
}

/*===> search field <===*/
.kbe_search_field {
    margin: 1em 0 0;
}
.kbe_search_field form {
	display: inline-block;
    width: 80%;
	max-width: 380px;
}
.kbe_search_field input[type=text] {
    color: #FFFFFF;
    font-size: 1em;
    line-height: 45px;
	height: 45px;
    padding: 5px 5px 0px 0px;
    background: transparent;
    border: none;
    border-bottom: solid 2px rgb(218, 223, 233);
	transition: border-bottom-color ease-in-out .5s;
	transition: border-bottom-color ease-in-out .5s;
	transition: border-bottom-color ease-in-out .5s;
}
.kbe_search_field input[type=text]:focus,
.kbe_search_field input[type=text]:active {
    border-bottom: solid 2px #FFFFFF;
}
.kbe_search_field:before {
	content: "\f129";
    float: left;
    padding: 9px 10px 0 0;
    color: #DADFE9;
    font-size: 38px !important;
}
#search-result {
    color: #666666;
    font-size: 14px;
    width: 517px;
    margin: 0;
    position: absolute;
    z-index: 9999;
    background: rgba(35, 41, 53, 0.61);
}
#search-result li{
        /*background: url("images/kbe_icon_search_list.png") no-repeat scroll left 14px top 13px rgb(255, 255, 255);*/
    list-style: none outside none;
    padding: 0;
}
#search-result li a {
    background-repeat: no-repeat;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 20px;
}
#search-result li a:hover {
    color: #fff !important;
    text-decoration: none;
    font-weight: normal;
}
#search-result li:hover{
    text-decoration: none;
    background-color: rgb(46, 54, 70);
}
.kbe_no_result {
    background: url("images/kbe_icon_search_list.png") no-repeat scroll left 16px top 13px rgb(255, 255, 255);
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    font-weight: bold;
    padding: 16px 0 14px 62px;
    display: inline-block;
    width: 453px;
}

/*===> content <===*/
.post-type-archive-kbe_knowledgebase .site-content {
	background: #ECECEC;
	background: url(../img/map_lt_gray_1.jpg);
}
.kbe_article_body {
	position: relative;
}

.kbe_article_body p a:not(.button),
.kbe_article_body li a,
.kbe_article_body table a,
.kbe_article_body .related-guide a,
.kbe_article_body p a span {
	color: #131313;
	border-bottom: 1px solid #CECECE;
}

.kbe_article_body p a:not(.button):hover,
.kbe_article_body li a:hover,
.kbe_article_body table a:hover,
.kbe_article_body .related-guide a:hover,
.kbe_article_body p a span:hover {
	color: black;
	border-bottom: 1px solid black;
}
.kbe_content_right{
    width: 70%;
    float: right;
}
.kbe_content_left{
    width: 70%;
    float: left;
}
#kbe_content  h2.article_title {
	font-size: 1.6em;
}

/*===> leftcol <===*/
.kbe_leftcol {
    float: left;
    width: 100%;
}
.kbe_categories {
    width:100%;
}
.kbe_category {
	position: relative;
    display: inline-block;
    width: 47.5%;
    float: left;
    margin: 0 2.5% 2.5% 0;
    padding: 30px;
    vertical-align: top;
    background-color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.kbe_category span.switch {
	display: none;
}
.kbe_category span.switch img {
    margin: 0px;
	content: url("images/kbe_icon-plus.png");
}

#kbe_content .kbe_category h2 {
    font-size: 22px;
	line-height: 26px;
}
#kbe_content .kbe_category h2 a {
	display: block;
    text-decoration: none;
    color: #333333;
    font-weight: 600;
}
#kbe_content h2 a:hover {
    color: #2E3646;
    text-decoration: none;
}
#kbe_content h2 span.kbe_count {
    color: #fff;
    font-size: 14px;
	margin: 0 0 10px 10px;
    width: 88px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-weight: 400;
    float: right;
    display: block;
    background: #687285;
}
#kbe_content h2 a span.kbe_count:hover {
    background: #2E3646;
}
#kbe_content .kbe_article_list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}
#kbe_content .kbe_child_article_list {
    list-style: none;
    padding: 0;
    margin: 0 0 0 15px;
}
#kbe_content .kbe_child_article_list li {
    margin-bottom: 20px;
    margin-left: 0;
    background: url(images/kbe_article_icon_img.png) no-repeat left top;
    padding: 0 0 0 32px;
    line-height: 20px;
}
#kbe_content .kbe_child_article_list li a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
}
#kbe_content .kbe_child_article_list li a:hover {
    color: #2E3646;
    text-decoration: underline;
}
#kbe_content .kbe_category .kbe_child_category {
    width: 100%;
    height: auto;
}
#kbe_content .kbe_child_category p {
	margin: 0;
    overflow: hidden;
	font-size: 14px;
}
#kbe_content .kbe_child_category p a {
    display: block;
    color: #333333;
}
#kbe_content .kbe_child_category p a:before {
	color: #C9CBCE;
}
#kbe_content .kbe_child_category p a span.kbe_count {
    float: right;
    display: inline-block;
}
#kbe_content .kbe_child_category p a:hover {
    color: #2E3646;
}
#kbe_content .kbe_article_list li {
    margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.4em;
	list-style: none;
}
#kbe_content .kbe_article_list li a {
    text-decoration: none;
}
.cat_page #kbe_content .kbe_article_list li a {
    font-weight: 500;
    font-size: .95em;
}
#kbe_content .kbe_article_list li a:before {
    display: inline-block;
    float: left;
    padding-top: 3px;
    margin-right: 7px;
    color: #333333;
}
.cat_page #kbe_content .kbe_article_list li a:before {
    padding-top: 4px;
    margin-right: 8px;
}
#kbe_content .kbe_article_list li p {
    margin: 10px 0 30px;
    font-size: .9em;
	line-height: 1.4em;
}

/*===> Articles <===*/
.kbe_content_right .kbe_leftcol{
    float: right !important;
}
#kbe_content .kbe_leftcol ul,
#kbe_content .kbe_leftcol ol {
    padding: 2em;
    margin: 0 0 2em;
}
#kbe_content .kbe_leftcol .kbe_articles > ul > li {
    padding: 2em;
    margin: 0 0 2em;
	background-color: #fff;
	border: solid 1px #eee;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#kbe_content .kbe_leftcol .kbe_articles ul {
    padding: 0;
    margin: 0;
    list-style:none;
}
#kbe_content .kbe_leftcol .kbe_articles ul li a {
    display: inline-block;
	margin-bottom: .618em;
	color: #333333;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: 600;
}
#kbe_content .kbe_leftcol .kbe_articles ul li a:hover {
    color: #5A616F;
}
#kbe_content .kbe_leftcol .kbe_articles ul li span{
    color: #333333;
    display: block;
    font-size: 13px;
    margin-bottom: 0;
}
#kbe_content .kbe_leftcol .kbe_articles ul li p{
    margin: 0px;
}
#kbe_content .kbe_leftcol .kbe_articles .kbe_read_more{
    float: right;
	margin-top:-8px;
}
#kbe_content .kbe_leftcol .kbe_articles .kbe_read_more a{
    font-size: 14px;
}

/*===> Search Page <===*/
#kbe_content .kbe_articles_search ul {
    padding: 0;
    margin: 0;
    list-style:none;
}
.kbe_articles_search ul li {
    list-style: none outside none;
    padding: 30px;
    margin: 0 0 20px;
    background: #fff;
    border-bottom: none;
    border-radius: 8px;
}
#kbe_content .kbe_articles_search ul li a {
    display: inline-block;
    color: #666666;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 10px;
}
#kbe_content .kbe_articles_search ul li a:hover {
    color: #2E3646;
    text-decoration: underline;
}
#kbe_content .kbe_articles_search ul li span {
    color: #333333;
    display: none;
    font-size: 13px;
    margin-bottom: 0;
}
#kbe_content .kbe_articles_search .kbe_read_more {
    float: left;
}
#kbe_content .kbe_articles_search .kbe_read_more a {
    font-size: .7em;
    font-weight: normal;
    color: #E41D59;
    border: solid 1px #E41D59;
    padding: 3px 10px;
    text-transform: uppercase;
    margin-bottom: 0;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
#kbe_content .kbe_articles_search .kbe_read_more a:hover {
    text-decoration: none;
	background-color: #E41D59;
	color: #fff;
}
#kbe_container blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
    font-style: italic;
}
#kbe_container blockquote cite {
    margin: 5px 0 0;
    display: block;
}

/*===> aside <===*/
.kbe_aside {
    width: 25%;
    float: right;
}
.kbe_aside.fixed {
  position: fixed;
	top: 0;
}
.kbe_aside h3 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: .9em;
    color: #232935;
    text-transform: uppercase;
    border-bottom: solid 1px #eee;
}

.kbe_aside h3.bottom-border {
	border: 0;
	border-bottom: 3px solid #E41D59;
	display: inline-block;
	padding-bottom: 10px;
}

.kbe_aside h3 a {
    color: #ABABAB;
}
.kbe-sub-menu {
	margin: 0 0 40px 0;
  list-style: none;
  line-height: 1.1em;
}

.kbe-sub-menu.arrow-list {
	margin: 0 0 2em 1em;
}

.kbe-sub-menu.arrow-list li {
	margin-bottom: 5px;
}

.kbe-sub-menu.arrow-list.this-guide li:before {
	content: "\f19d";
}
.mobile-only .kbe-sub-menu {
	margin-bottom: 20px;
}
.kbe-sub-menu h4 a {
	font-weight: normal;
}
.kbe-sub-menu > li {
	font-size: 0.9em;
	line-height: 1.4em;
}
.kbe-sub-menu > li a.active {
	color: #131313;
}

.kbe-sub-menu > li a.active:hover {
	color: black;
}
.kbe-sub-menu li ul {
  margin: 10px;
}
.kbe-sub-menu li ul li {
  margin-bottom: 5px;
  list-style: none;
  font-weight: normal;
}
.kbe_aside.kbe_aside_none{
    display: none !important;
}
.kbe_aside.kbe_aside_left{
    float: left !important;
}
.kbe_aside.kbe_aside_right{
    float: right !important;
}
.kbe_widget {
    margin-bottom: 40px;
}
.kbe_widget h2 {
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
}
.kbe_widget ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0;
}
#kbe_container .kbe_widget li {
    margin-bottom: 16px;
    margin-left: 0px;
    background: url(images/kbe_icon_arrow.png) no-repeat 0 6px;
    padding: 0 0 0 25px;
}
.kbe_widget li a {
    color: #333333;
    text-decoration: none;
}
.kbe_widget li a:hover {
    color: #2E3646;
    text-decoration: underline;
}
#kbe_container .kbe_aside .kbe_widget_article li {
    background: url(images/kbe_article_icon_img.png) no-repeat left top;
}
.kbe_widget label {
    color: #000;
    float: left;
    margin: 0 20px 0 0;
}
.kbe_widget select {
    width: 100px;
    height: 26px;
    background: #fff;
    border: 1px solid #dbdbdb;
    font-size: 13px;
    padding: 0 10px;
    color: #000;
}
.kbe_widget input[type=text] {
    width: 90%;
    height: 26px;
    font-size: 13px;
    color: #333;
    padding: 0 5%;
}
.kbe_widget .kbe_tags_widget{
    float: left;
    height: auto;
    width: 100%;
    word-spacing: 4px;
    margin-bottom: 40px;
}
.kbe_widget .kbe_tags_widget a{
    text-decoration: none;
    word-spacing: 4px;
}

/*===> Details <===*/
#kbe_content .kbe_leftcol a {
    text-decoration:none;
}
#kbe_content .kbe_leftcol a.button {
    color: #fff;
}
.kbe_leftcol .kbe_category.has-child h2 {
    padding-left: 21px;
}
#kbe_content .kbe_leftcol h3 {
    padding-bottom: 0px;
    margin: 0 0 1.2em;
}
#kbe_content .kbe_leftcol h4 {
    font-size: 16px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
#kbe_content .kbe_leftcol .kbe_article_body p {
    margin: 1em 0;
}
#kbe_content .kbe_leftcol ul {
    list-style-type: disc;
    padding: 0;
    margin-bottom: 0;
}
#kbe_content .kbe_leftcol ol {
    list-style-type: decimal;
    padding: 0 21px;
    margin-bottom: 20px;
}
#kbe_content .kbe_leftcol span {
    color: #333333;
    font-size: 16px;
    display: block;
}
#kbe_content .kbe_leftcol span a {
    text-decoration: none;
    font-size: 14px;
}
#kbe_content .kbe_leftcol .kbe_reply h4 {
    font-size: 16px;
    margin-bottom: 12px;
}
#kbe_content .kbe_leftcol .kbe_reply span {
    font-size: 14px;
    font-weight: normal;
}
#kbe_content .kbe_leftcol .kbe_reply label {
    display: block;
    margin-bottom: 7px;
}
#kbe_content .kbe_leftcol .kbe_reply input[type=text] {
    width: 100%;
    margin-bottom: 0;
    border: 1px solid #cccccc;
    padding:10px 10px;
}
#kbe_content .kbe_leftcol .kbe_reply textarea {
    width: 100%;
    height: 160px;
    display: block;
    margin-bottom: 30px;
    padding:10px 10px;
}
.kbe_reply {
    background: url(images/kbe_bg_reply.png) repeat-x top;
    padding-top: 40px;
}
.kbe_tags_div{
    width: 100%;
    height: auto;
    margin: 8px 0 16px;
    overflow: hidden;
}
.kbe_tags_icon{
    background: url(images/kbe_icon_tag_2.png) no-repeat left top 1px;
    float: left;
    height: 25px;
    width: 25px;
    margin-right: 12px;
}
#kbe_content .kbe_leftcol .kbe_articles .kbe_tags_div ul li a {
    color: #687285;
    font-size: .9em;
    font-weight: 400;
    background-color: #D6D6D6;
    border-radius: 2px;
    padding: 2px 15px 5px;
}
.kbe_tags_div ul li{
    float: left;
    list-style: none;
    padding-right: 6px;
    text-transform: capitalize;
}


/*===> Comments <===*/
.kbe_reply #comments {
    margin-bottom: 16px;
    font-size: 16px;
}
.kbe_reply .commentlist li{
    margin-top: 16px;
    background-color: #e3e3e3;
    padding-bottom: 12px;
    width: 100%;
}
.kbe_reply ol{
    padding: 0px !important;
}
.kbe_reply ol, .kbe_reply ul{
    list-style: none !important;
	margin-left: 0;
}
.kbe_reply .fn{
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
    margin-left: 6px;
}
.kbe_reply .comment-edit-link {
    /*display: none !important;*/
}
.kbe_reply .says {
    /*display: none !important;*/
}
.kbe_reply .reply a{
    background: url(images/kbe_icon_reply.png) no-repeat;
    float: right;
    width: 26px;
    height: 26px;
    margin-top: -28px;
    margin-right: 12px;
    text-indent: -9999px;
}
.kbe_reply .commentlist li p{
    padding-right: 9px;
}
.kbe_reply .comment-body{
    padding: 20px;
}
.kbe_reply ul{
    margin-left: 30px !important;
    padding: 0px !important;
}
.kbe_reply .children li{
    background-color: #f2f2f2;
    margin-left: -10px;
    margin-right: 12px;
    padding: 0 0 10px 0 !important;
}
.kbe_reply #respond h3{
    font-size: 18px;
    padding-top: 18px !important;
}
.kbe_reply .commentlist li #respond{
    border-top: 1px solid #ccc;
    margin-left: 10px;
    width: 97%;
}
.kbe_reply #respond form {
    margin-top: 0px;
}
.kbe_reply #respond form p {
    margin-bottom: 20px;
}
.kbe_reply .cancel-comment-reply{
    margin-top: 0px;
    font-size: 16px;
}
.kbe_reply #respond input[type="text"]{
    border: 1px solid #cccccc;
    margin-bottom: 0;
    padding: 10px;
    width: 100%;
}
.kbe_reply #respond textarea{
    display: block;
    height: 160px;
    margin-bottom: 30px;
    padding: 10px;
    resize: none;
    width: 602px;
}
.mobile-only {
	display: none;
}
.no-mobile {
	display: block;
}


/*======> responsive layout <======*/
@media screen and (max-width: 54em) {
	#kbe_content h2 span.kbe_count {
		display: none;
	}
	#kbe_content .kbe_category h2 {
		font-size: 18px;
		line-height: 20px;
	}
	#kbe_content .kbe_category h2 a {
        width: 100%;
		max-width: 100%;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    #kbe_content .kbe_leftcol {
        width: 65%;
    }
    #kbe_content .kbe_category {
        width: 100%;
        display: inline-block;
    }
    .kbe_categories {
        width: 100%;
    }
    .kbe_aside {
        float: left;
    }
    .kbe_content_full .kbe_leftcol {
        width: 100% !important;
    }
    .kbe_content_full .kbe_category {
        width: 44% !important;
        display: inline-block;
    }
    .kbe_content_ful .kbe_categories {
        width: 109%;
    }
    .kbe_articles {
        width: 100%;
    }
	.kbe_articles_search {
        width: 100%;
    }
    #kbe_container {
        width: 100%;
    }
    .kbe_leftcol {
        width: 96% !important;
    }
    .kbe_content_left {
        float: left;
        width: 75% !important;
        margin-bottom: 30px;
    }
    .kbe_reply {
        width: 80%;
    }
    #kbe_content .kbe_leftcol .kbe_reply input[type="text"] {
        width: 60%;
    }
    #kbe_content .kbe_leftcol .kbe_reply textarea {
        width: 95%;
    }
    #kbe_content h2 {
        font-size: 20px;
    }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
    #kbe_content .kbe_leftcol {
        width: 65%;
    }
    #kbe_content .kbe_category {
        width: 100%;
        display: inline-block;
    }
    .kbe_categories {
        width: 100%;
    }
    #search-result{
        width: 100% !important;
    }
    .kbe_no_result{
        width: 90% !important;
    }
    .kbe_content_left{
        width: 68% !important;
    }
    .kbe_content_right{
        width: 68% !important;
    }
    .kbe_leftcol{
        width: 96% !important;
    }
    #kbe_content .kbe_aside {
        width: 220px;
    }
    .kbe_content_full .kbe_aside {
        display: none;
    }
    .kbe_content_full .kbe_leftcol {
        width: 100% !important;
    }
    .kbe_content_full .kbe_category {
        width: 44% !important;
        display: inline-block;
    }
    .kbe_content_ful .kbe_categories {
        width: 107%;
    }
    .kbe_articles {
        width: 100%;
    }
	.kbe_articles_search {
        width: 100%;
    }
    #kbe_container {
        width: 100%;
    }
    .kbe_leftcol {
        width: 100%;
    }
    .kbe_reply {
        width: 100%;
    }
    #kbe_content .kbe_leftcol .kbe_reply input[type="text"] {
        width: 60%;
    }
    #kbe_content .kbe_leftcol .kbe_reply textarea {
        width: 95%;
    }
    #kbe_content h2 {
        font-size: 20px;
    }
}
@media screen and (min-width: 481px) and (max-width: 640px) {
    #kbe_container {
        width: 100%;
        margin: 0 auto;
    }
	.mobile-only {
		display: block;
	}
	.no-mobile {
		display: none;
	}
    .kbe_breadcrum ul {
        width: 100%;
        text-align: center;
    }
    .kbe_breadcrum ul li {
        float: none;
        display: inline-block;
    }
    .kbe_search_field {
        width: 100%;
    }
    #search-result{
        width: 100% !important;
    }
    .kbe_no_result{
        width: 89% !important;
    }
    .kbe_leftcol {
        width: 100%;
        float: none;
    }
    .kbe_content_left {
        float: left;
        width: 100% !important;
        margin-bottom: 30px;
    }
    .kbe_content_right {
        float: left;
        width: 100% !important;
        margin-bottom: 30px;
    }
    .kbe_category {
        width: 100%;
    }
    .kbe_categories{
        width:100%;
    }
    #kbe_content .kbe_leftcol .kbe_articles .kbe_read_more {
        float: right;
        width: 120px;
    }
    #kbe_content .kbe_leftcol .kbe_articles_search .kbe_read_more {
        float: right;
        width: 120px;
    }
    .kbe_content_full .kbe_categories {
        width: 100%;
    }
    .kbe_content_full .kbe_category{
        width:100% !important;
        margin:0 0 30px 0;
    }
    .kbe_content_full .kbe_aside{
        display:none;
    }
    .kbe_aside {
        float: none;
        width: 100%;
    }
    .kbe_aside.kbe_aside_left{
        float: none !important;
    }
    .kbe_aside.kbe_aside_right{
        float: none !important;
    }
    .kbe_reply {
        background: url("images/kbe_bg_reply.png") repeat-x scroll center top rgba(0, 0, 0, 0);
        padding-top: 40px;
        width: 100%;
    }
    #kbe_content .kbe_leftcol .kbe_reply textarea {
        width: 96%;
    }
    #kbe_content .kbe_leftcol .kbe_reply input[type="text"] {
        width: 60%;
    }
    input[type="submit"], input[type="button"], input[type="reset"] {
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 361px) and (max-width: 480px) {
    #kbe_container {
        width: 100%;
        margin: 0 auto;
    }
	.mobile-only {
		display: block;
	}
	.no-mobile {
		display: none;
	}
    .kbe_breadcrum ul {
        width: 100%;
        text-align: center;
    }
    .kbe_breadcrum ul li {
        float: none;
        display: inline-block;
    }
    .kbe_search_field {
        width: 100%;
    }
    #search-result{
        width: 100% !important;
    }
    .kbe_no_result{
        width: 85% !important;
    }
    .kbe_leftcol {
        width: 100%;
        float: none;
		margin-bottom: 30px;
    }
    .kbe_content_left {
        float: left;
        width: 100% !important;
        margin-bottom: 30px;
    }
    .kbe_content_right {
        float: right;
        width: 100% !important;
        margin-bottom: 30px;
    }
    .kbe_categories {
        width: 100%;
    }
    .kbe_category {
        width: 100%;
        margin:0 0 30px 0;
    }
    #kbe_content .kbe_leftcol .kbe_articles .kbe_read_more {
        float: right;
        width: 88px;
    }
	#kbe_content .kbe_leftcol .kbe_articles_search .kbe_read_more {
        float: right;
        width: 88px;
    }
    .kbe_content_full .kbe_categories {
        width: 100%;
    }
    .kbe_content_full .kbe_category{
        width:100% !important;
        margin:0 0 30px 0;
    }
    .kbe_content_full .kbe_aside{
        display:none;
    }
    .kbe_aside {
        float: none;
        width: 100%;
    }
    .kbe_aside.kbe_aside_left{
        float: none !important;
    }
    .kbe_aside.kbe_aside_right{
        float: none !important;
    }
    .kbe_reply {
        width: 100%;
    }
    #kbe_content .kbe_leftcol .kbe_reply textarea {
        width: 95%;
        height:100px;
    }
    #kbe_content .kbe_leftcol .kbe_reply span {
        text-align: center;
    }
    #kbe_content .kbe_leftcol .kbe_reply input[type="text"] {
        width: 95%;
        padding:5px 10px;
    }
    input[type="submit"], input[type="button"], input[type="reset"] {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 360px) {
    #kbe_container {
        width: 100%;
        margin: 0 auto;
    }
	.mobile-only {
		display: block;
	}
	.no-mobile {
		display: none;
	}
    .kbe_breadcrum ul {
        width: 100%;
        text-align: center;
    }
    .kbe_breadcrum ul li {
        float: none;
        display: inline-block;
    }
    .kbe_search_field {
        width: 100%;
    }
    #search-result{
        width: 100% !important;
    }
    .kbe_no_result{
        width: 78% !important;
    }
    .kbe_leftcol {
        width: 100%;
        float: none;
		margin-bottom: 30px;
    }
    #kbe_content .kbe_leftcol .kbe_articles .kbe_read_more {
        float: right;
        width: 88px;
    }
    #kbe_content .kbe_leftcol .kbe_articles_search .kbe_read_more {
        float: right;
        width: 88px;
    }
    .kbe_category {
        width: 100%;
        margin:0 0 30px 0;
    }
    .kbe_content_full .kbe_category {
        width: 100%;
    }
    .kbe_categories{
        width:100%;
    }
    .kbe_articles ul li a {
        font-weight: 600;
        text-decoration: none;
    }
    .kbe_articles_search ul li a {
        color: #000000;
        font-weight: 600;
        text-decoration: none;
    }
    #kbe_content .kbe_leftcol ul li, ol li{
        margin-bottom: 1em;
    }
    .kbe_aside {
        float: none;
        width: 100%;
    }
    .kbe_aside.kbe_aside_left{
        float: none !important;
    }
    .kbe_aside.kbe_aside_right{
        float: none !important;
    }
    .kbe_content_left{
        float: none;
        width: 100% !important;
    }
    .kbe_content_right{
        float: none;
        width: 100% !important;
    }
    .kbe_reply {
        width: 100%;
    }
    #kbe_content .kbe_leftcol .kbe_reply textarea {
        width: 92%;
        height:100px;
    }
    #kbe_content .kbe_leftcol .kbe_reply span {
        text-align: center;
    }
    #kbe_content .kbe_leftcol .kbe_reply input[type="text"] {
        width: 92%;
        padding:4px 10px;
    }
    input[type="submit"], input[type="button"], input[type="reset"] {
        width: 100%;
        margin-bottom: 20px;
    }

}
