/*
Theme Name: KanG
Theme URI: http://wordpress.org/
Author: the WordPress team
Author URI: http://wordpress.org/
Description: This is theme for conggame.biz - designed by KanG
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: kang
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=vietnamese);

/* =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, center, dl, dt, dd, ol, ul, 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%;
	vertical-align: baseline;
}
ol,
ul {
	list-style: none;
}

/* GENERAL
---------------------------------------------------------------------------------------- */
*, *:before, *:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}
html {
	margin:0;
	padding:0;
	overflow-y:scroll;
	}
body {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:16px;
	line-height:1.6;
	font-weight: 300;
	color: #444444;
	word-wrap:break-word;
	background: #eee;
	}
h1, h2, h3, h4, h5, h6, dl, dt {
	color:#414141;
	line-height:1.2;
	font-weight:normal;
	margin:0 0 20px;
	}
h1 {
    font-size: 32px
    }

h2 {
    font-size: 26px
    }

h3 {
    font-size: 20px
    }

h4 {
    font-size: 18px
    }
h5 {
	font-size:16px;
	}
h6 {
    font-size: 14px
    }
p {
	margin:0 0 20px;
	}
a{
	color: #444;
}	
a:hover {
	color:#E74C3C;
	transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
	}
a,
a:focus,
a:hover {
	text-decoration:none;
	}
a:focus, 
a:active, 
input:focus, 
select:focus, 
textarea:focus, 
button:focus {
    outline: none !important;
    }
img{
	max-width: 100%;
	height: auto;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
ul, ol {
    margin-bottom: 0;
    }
li {
	line-height:1.5;
    }
input, textarea, select {
	color:#333;
    font-size:13px;
	max-width:100%;
    }
code {
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	}	
pre {
	display: block;
	font-size: 14px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: #f1f1f1;
	border: 1px solid #e5e5e5;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	margin: 0 0 30px;
	line-height: 1.4;
	padding: 16px;
	letter-spacing:0;
	color:inherit;
	}
cite {
	color: #333;
	}
del {
	color:red;
	}
ins {
	text-decoration:underline;
	}
code, kbd, pre, samp {
	font-family: monospace, serif;
	}

/* blockquote */
blockquote {
	padding-left:30px;
	border:none;
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
	}
blockquote:before {
	position:absolute;
	top:0;
	left:0;
	width:5px;
	height:100%;
	background:#E74C3C;
	content:"";
	opacity:0.4;
	}	
blockquote p {
	font-weight:300;
	font-size:22px;
	line-height:1.6;
	margin-bottom:16px;
	}	
blockquote cite,
blockquote em {
	font-size:14px;
	color: #E74C3C;
	font-style:normal;
	margin-left:2%;
	}
blockquote cite:before,
blockquote em:before {
	content:"\2014";
	margin-right:6px;
	}
	
	/* table */
table {
	width:100%;
	margin: 0 0 30px;
	border:1px solid #c5c5c5;
	box-shadow:1px 1px 3px rgba(0,0,0,.1);
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,.1);
	-moz-box-shadow:1px 1px 3px rgba(0,0,0,.1);
	}
table td,
table th {
	border:1px solid #c5c5c5;
	padding:8px 12px;
	vertical-align:middle;
	text-align:left;
	}
table th {
	font-weight:bold;
	border:1px solid #ccc;
	background:#f1f1f1;
	}

video, audio {
	max-width:100%;
	}

/* image */
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}	
.alignnone,
a img.alignnone {
    margin: 5px 20px 20px 0;
	}	
.alignright,
a img.alignright {
    margin: 5px 0 20px 20px;
    float: right
    }
.alignleft,
a img.alignleft {
	margin:5px 20px 20px 0;
	float:left;
	}
.aligncenter,
a img.aligncenter {
	display:block;
	margin:5px auto 20px;
	}
.wp-caption {
	border: 1px solid #e5e5e5;
	box-shadow:0px 2px 5px rgba(0,0,0,.05);
	-webkit-box-shadow:0px 2px 5px rgba(0,0,0,.05);
	-moz-box-shadow:0px 2px 5px rgba(0,0,0,.05);
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	padding: 8px;
	background:#fff;
	max-width: 100%; /* Image does not overflow the content area */
	text-align: center;
	transition:all .2s;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	}
.wp-caption:hover {
	border-color:#d5d5d5;
	box-shadow: 0px 2px 6px rgba(0,0,0,.22);
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,.22);
	-moz-box-shadow: 0px 2px 6px rgba(0,0,0,.22);
	}	
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
	}	
.wp-caption.alignleft{
	margin: 5px 20px 15px 0;
	}
.wp-caption.alignright {
	margin: 5px 0 15px 20px;
	}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
	margin-bottom:4px;
    max-width:100%;
    padding: 0;
    width: auto;
	}	
.wp-caption-text,
.gallery-caption {
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	line-height:1.2;
	margin-top: 6px;
	text-align:left;
	}
.gallery img {
	border:none !important;
}
.gallery-icon {
	padding:0 10px;
}
.gallery-caption {
	padding-left:10px;
	margin-top:5px;
	font-size:11px;
	line-height:1.4;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

.widget-title {
	position:relative;
	margin-bottom:16px;
	font-size:20px;
	font-weight: normal;
	background: rgba(26, 26, 26, 0.9);
	color: #fff;
	padding: 5px 10px;
	}
#secondary .widget-title:after {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	border-top:2px solid #eaeaea;
	}
#secondary > .widget{
	margin-bottom: 25px;
}	
	/* select form */
.widget select {
	width:100%;
	outline:none;
	border:1px solid #e1e1e1;
	height:34px;
	padding:0 6px;
	}	
	
/* Searchform
--------------------------------------------------- */
.searchform {
	width: 100%;
	position: relative;
	margin-top:4px;
	}	
.searchform .s, .searchform .s:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ddd;
	outline: none;
	background: #fff;
	height:38px;
	max-width:100%;
	line-height: 20px;
	padding: 9px 38px 9px 9px;
	width:100%;
	box-shadow:1px 1px 2px rgba(0,0,0,.05) inset;
	-moz-transition: border .2s ease-out;
    -o-transition: border .2s ease-out;
    -webkit-transition: border .2s ease-out;
    transition: border .2s ease-out
	}
.searchform .s:focus {
	border-color:#ccc;
	}		
.searchform .submit  {
	position: absolute;
	width: 38px;
	height: 38px;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: transparent;
	text-align: center;
	display: block;
	font-size: 32px;
	color: #eaeaea;
	transition:all .2s ease-out;
	-webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	}
.searchform .submit:hover {
	color:#999;
	}	
.searchform .submit:focus {
	outline:none;
	}	
.searchform .submit i {
	line-height:38px;
	}
	
/* Tagcloud
--------------------------------------------------- */
.tagcloud {
	overflow:hidden;
	}
.tagcloud a {
	display:block;
	float:left;
	border:1px solid #e1e1e1;
	border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	padding:2px 6px;
	color:#676767;
	font-size:13px !important;
	margin:0 9px 9px 0;
	text-decoration:none;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-webkit-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
	}
.tagcloud a:hover {
	text-decoration:none;
	background:#f9f9f9;
	border-color:#d5d5d5;
	}
	
/* List
--------------------------------------------------- */
.widget ul {
	list-style:none;
	margin:0;
	padding:0;
	}
.widget ul li {
	position:relative;
	line-height:1.7;
	padding: 5px 0;
	}
.widget ul li:before {
	border-top:1px dotted;
	opacity:0.3;
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	}
.widget ul li:first-child:before {
	display:none;
	}
.widget ul a {
	color:#333;
	font-size:14px;
	text-decoration:none;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	}
.widget ul a:hover {
	color:#E74C3C;
	}
.widget ul ul {
	margin-left:20px;
	}
.widget ul ul ul {
	margin-left:40px;
	}

	/* Recent Posts */
.widget_recent_entries ul {
	list-style:none;
	margin:0;
	padding:0;
	}
.widget_recent_entries ul li {
	padding:10px 0;
	}
.widget_recent_entries ul li:before {
	display:none;
	}
.widget_recent_entries ul li:after {
	content:"";
	border-top:1px dotted;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	opacity:0.5;
	}
.widget_recent_entries ul li a {
	font-size:15px;
	text-transform:none;
	font-weight:normal;
	}
.widget_recent_entries ul li a:hover {
	color:#E74C3C;
	text-decoration:none;
	}	
.widget_recent_entries .post-date {
	display:block;
	margin-top:4px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:10px;
	}
		
/* Menu
--------------------------------------------------- */
.widget_side_navigation ul {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	}
.widget_side_navigation ul > li {
	display:block;
	position:relative;
	padding:7px 0;
	padding-left:18px;
	}
.widget_side_navigation ul > li:after {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	border-top:1px dotted;
	opacity:0.4;
	}
.widget_side_navigation ul > li:last-child:after {
	display:none;
	}
.widget_side_navigation ul > li:before {
	position:absolute;
	content:"";
	top:19px;
	left:0;
	width:6px;
	height:6px;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	background:#E74C3C;
	opacity:0.55;	
	}
.widget_side_navigation ul > li:first-child:before {
	display:block;
	}
.widget_side_navigation ul > li a {
	text-decoration:none;
	color:#333;
	font-size:16px;
	transition:all .2s ease-out;
	-webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	}	
.widget_side_navigation ul > li.current-menu-item a {
	color:#E74C3C;
	}
	
	/* active */
.widget_side_navigation ul > li.current-menu-item > a,
.widget_side_navigation ul > li.active > a,	
.widget_side_navigation ul > li > a:hover {
	color:#E74C3C;
	text-decoration:none;
	}
.widget_side_navigation ul > li.current-menu-item:before,
.widget_side_navigation ul > li.active {
	opacity:0.8;
	}		
	
	/* submenu */
.widget_side_navigation ul > li ul {
	list-style:none;
	margin:0;
	padding:0;
	}
.widget_side_navigation ul > li ul > li {
	position:relative;
	padding:3px 0 0px 16px;
	}
.widget_side_navigation ul > li ul > li:before {
	position:absolute;
	content:"";
	top:18px;
	left:0;
	width:5px;
	height:5px;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	background:#000;
	opacity:0.15;
	}
.widget_side_navigation ul > li ul > li:after {
	display:none;
	}	
.widget_side_navigation ul > li ul > li > a {
	font-size:14px;
	}

/* Container */
.container {
	width:1128px;
	max-width:100%;
}
/*----------------------------------
	Navigation
-----------------------------------*/
nav.main-navigation{
	
}
nav.main-navigation:before{
	content: " ";
	display: table;
}
ul.nav-menu{
	list-style: none;
	background: rgba(26, 26, 26, 0.9);
	display: table;
	width: 100%;
	border-bottom: 1px solid rgba(26, 26, 26, 0.9);
}
ul.nav-menu li{
	display: inline-block;
	float: left;
	position: relative;
}
ul.nav-menu li a{
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	font-size: 20px;
}
ul.nav-menu li.menu-item-has-children > a,
ul.nav-menu li ul.sub-menu li.menu-item-has-children > a{
	padding-right: 34px;
}
ul.nav-menu li.menu-item-has-children > a:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	position: absolute;
	top: 49%;
	right: 20px;
	-webkit-transition: border-color 0.3s ease-in-out;
	-moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
	float: right;
}
ul.nav-menu li > a:hover,
ul.nav-menu li:hover > a{
	color: #F7B6AF;
	background: #414141;
}
ul.nav-menu li ul.sub-menu{
	position: absolute;
	visibility: hidden;
	width: 180px;
	z-index: 10;
	background-color: rgba(26, 26, 26, 0.9);
	border-top: 2px solid #E74C3C;
	opacity: 0;
	transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
}
ul.nav-menu li:hover > ul.sub-menu{
	display: block;
	visibility: visible;
	opacity: 1;
}
ul.nav-menu li ul.sub-menu li,
ul.nav-menu li ul.sub-menu li a{
	display: block;
	float: none;
}
ul.nav-menu li ul.sub-menu li a{
	padding: 7px 10px;
	border-bottom: 1px solid #515151;
	font-size: 18px;
}
ul.nav-menu li ul li ul,
ul.nav-menu li ul li ul li ul,
ul.nav-menu li ul li ul li ul li ul,
ul.nav-menu li ul li ul li ul li ul li ul{
	left: 180px;
	top: -2px;
}

/* Main wrapper */
#main{
	margin: 20px 0 0;
	padding: 0 0 20px;
}
#page{
	width: 1128px;
	margin: 0 auto;
	background: #fff;
	-webkit-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.12);
	padding: 0 14px;
}
#logo img{
	max-width: 100%;
	max-height: 120px;
	display: inline-block;
}

/* Layout */
#primary{
	width: 70%;
	display: inline-block;
	padding-right: 20px;
	overflow: hidden;
	float: left;
}
#secondary{
	width: 30%;
	float: left;
	display: inline-block;
}

/* Posts layout */
.wrapper-posts{
	margin-left: -14px;
	margin-right: -14px;
}
.kang-posts{
	
}
.kang-posts article.post{
	width: 50%;
	padding: 0 14px;
	float: left;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .55s;
	-moz-animation-duration: .55s;
	-ms-animation-duration: .55s;
	-o-animation-duration:.55s;
	animation-duration: .55s;
	opacity: 0;
}
.kang-posts article.post.run_animation {
	opacity: 1;
	-webkit-animation-name: kang_popup;
	-moz-animation-name: kang_popup;
	-o-animation-name: kang_popup;
	animation-name: kang_popup;
	}
@-webkit-keyframes kang_popup {
	0%{opacity:0;transform:scale(0.8); -moz-transform:scale(0.8); -webkit-transform:scale(0.8);}
	50%{opacity:0.5;transform:scale(1.05); -moz-transform:scale(1.05); -webkit-transform:scale(1.05);}
	100%{opacity:1;transform:scale(1); -moz-transform:scale(1); -webkit-transform:scale(1);}
}
@keyframes kang_popup{
	0%{opacity:0;transform:scale(0.8); -moz-transform:scale(0.8); -webkit-transform:scale(0.8);}
	50%{opacity:0.5;transform:scale(1.05); -moz-transform:scale(1.05); -webkit-transform:scale(1.05);}
	100%{opacity:1;transform:scale(1); -moz-transform:scale(1); -webkit-transform:scale(1);}
}
.kang-posts article.post:nth-child(2n+3){
	clear: both;
}
article.post .thumbnail{
	position: relative;
}
article.post .thumbnail img{
	width: 100%;
	height: auto;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
article.post .thumbnail:hover img{
	opacity: 0.8;
}
article.post .thumbnail span.title-cat{
	position: absolute;
	top: 0;
	left: 10px;
	display: inline-block;
	padding: 5px 10px;
	background: rgba(231, 76, 60, 0.7);
	color: #fff;
	text-transform: uppercase;
	z-index: 5;
}
article.post .meta{
	background: #f2f2f2;
	padding: 3px 0 3px 13px;
}
article.post .meta time{
	font-size: 15px;
}
article.post .title-post{
	font-size: 16px;
	margin: 10px 0 5px;
	font-weight: bold;
	line-height: 1.2em;
	padding-left: 10px;
	border-left: 2px solid #E74C3C;
}
article.post .title-post a{
	color: #000;
}
article.post .title-post a:hover{
	text-decoration: none;
	color: #E74C3C;
}
article.post .excerpt p{
	margin-bottom: 20px;
}

/* Category description */
.k-cat-description *,
.k-cat-description{
	font-size: 18px;
}

/* Page navigation */
.wp-pagenavi{
	clear: both;
}
.wp-pagenavi a, 
.wp-pagenavi span{
	display: inline-block;
	line-height: 1;
	background: #ebebeb;
	color: #676767;
	border: none;
	padding: 5px 6px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.wp-pagenavi a:hover, 
.wp-pagenavi span.current{
	background: #E74C3C;
	color: #fff;
	font-weight: normal;
}

/* Widget in sidebar */
.widget form.search-form{
	width: 100%;
	display: table;
}
.widget form.search-form input[type="search"]{
	background: #f9f9f9;
	border: 1px solid #d9d9d9;
	padding: 7px 14px;
	outline: 0;
	font-size: 13px;
	color: #a6a6a6;
	width: 232px;
}
.widget form.search-form input[type="submit"]{
	background: rgba(26, 26, 26, 0.9);
	border: 1px solid #d9d9d9;
	padding: 7px 14px;
	outline: 0;
	font-size: 13px;
	color: #fff;
	width: 84px;
	margin-left: 10px;
	cursor: pointer;
}

/* Widget popular posts */
.widget .kang-popular-posts{
	list-style: none;
}
.widget .kang-popular-posts li{
	display: table;
	width: 100%;
	line-height: 1.3;
	padding: 10px 0 10px;
	border-bottom: 1px solid #ccc;
}
.widget .kang-popular-posts li:first-child{
	padding-top: 0;
}
.widget .kang-popular-posts li:before{
	content: none !important;
}
.widget .kang-popular-posts li .view_left{
	width: 90px;
	float: left;
	margin-right: 10px;
}
.widget .kang-popular-posts li .view_left img{
	border: 1px solid #dadada;
	padding: 3px;
}
.widget .kang-popular-posts li .view_right h4.title_view {
	
	margin-bottom: 10px;
}
.widget .kang-popular-posts li .view_right h4.title_view a{
	font-size: 18px;
}
.widget .kang-popular-posts li .view_right p.views{
	margin-bottom: 0;
}

/* Single post */
.fb-comments,
.fb-comments iframe[style],
.fb-comments span,
.fb-comments iframe span[style],
.fb-like-box,
.fb-like-box iframe[style],
.fb-like-box span,
.fb-like-box iframe span[style]{
	width: 100% !important;
}
p.single-tags{
	font-size: 15px;
}
p.single-tags a{
	font-weight: bold;
	font-size: 13px;
}
p.single-tags .fa{
	transform: rotate(100deg);
	-webkit-transform: rotate(100deg);
	-moz-transform: rotate(100deg);
}
h1.title-single,
.related-posts > h2{
	padding-left: 15px;
	border-left: 2px solid #E74C3C;
	line-height: 1.1em;
}
.related-posts > h2{
	font-size: 32px;
}
.k-breadcrumb {
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
}


/* Related post */
.related-posts{
	margin: 20px 0 0;
}
ul.related-detail{
	display: table;
	width: 100%;
}
ul.related-detail li{
	width: 23.5%;
	margin-right: 2%;
	display: inline-block;
	float: left;
}
ul.related-detail li img{
	width: 100%;
}
ul.related-detail li:last-child{
	margin-right: 0;
}
ul.related-detail li > h3{
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
}

/* 404 Page */
#primary.fullwidth{
	width: 100%;
	display: block;
	padding: 0;
	float: none;
}
.k-not-found{
	text-align: center;
}
.k-not-found img{
	display: inline-block;
	margin: 20px 0;
}
p.k-no-result,
.goback-home{
	font-weight: 20px;
}

/* Footer */
footer#colophon{
	width: 1128px;
	margin: 0 auto;
	background: #272727;
	padding: 20px 0;
}
.top-footer{
	position: relative;
}
.top-footer .k-gototop{
	border: 1px solid #fff;
	position: absolute;
	right: 15px;
	top: 2px;
	width: 28px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	background: #424242;
}
.k-social-footer{
	display: block;
	text-align: center;
}
.k-social-footer > a{
	width: 32px;
	height: 32px;
	display: inline-block;
	font-size: 20px;
	margin: 0 7px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	text-align: center;
	line-height: 32px;
	background: #F34C3C;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.k-social-footer > a:hover{
	color: #F34C3C;
	background: #fff;
}
.k-content-footer{
	text-align: center;
	display: block;
	margin-top: 10px;
	padding: 0 10px;
	color: #fff;
}
.k-content-footer p, 
.k-content-footer a, 
.k-content-footer span, 
.k-content-footer li{
	margin: 0;
	color: #fff;
	text-align: center;
}
.k-content-footer p a{
	color: #fff;
}
.k-content-footer a:hover, 
.k-content-footer p a:hover{
	color: #f34c3c;
}

/* Menu in mobile */
.k-menu-mobile{
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #444;
	display: inline-block;
	font-size: 26px;
	line-height: 1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	display: none;
	margin: 0 0 1px 0;
}
.k-menu-mobile:hover{
	border-color: #F34C3C;
	color: #f34c3c;
}
.k-menu-mobile i{
	display: inline-block;
	margin-right: 10px;
	font-size: 23px;
}

/* RESPONSIVE DESIGN
-----------------------------------------*/
@media (min-width: 980px) and (max-width: 1130px) {
	#page,
	footer#colophon{
		width: 960px;
	}
	ul.nav-menu li a{
		font-size: 18px;
	}
	ul.nav-menu li ul.sub-menu li a{
		font-size: 16px;
	}
	.widget form.search-form input[type="search"]{
		width: 182px;
	}
}
@media (min-width: 980px) {
	ul.nav-menu{
		display: table !important;
	}
}
@media (max-width: 979px) {
	#page,
	footer#colophon{
		width: 750px;
	}
	#primary,
	#secondary{
		width: 100%;
		float: none;
		display: block;
		padding: 0;
	}
	#primary{
		margin-bottom: 20px;
	}
	.widget form.search-form input[type="search"]{
		width: 624px;
	}
	/* navigation */
	ul.nav-menu{
		display: none;
		border-bottom: none;
	}
	a.k-menu-mobile{
		display: inline-block;
	}
	ul.nav-menu li,
	ul.nav-menu li a{
		display: block;
		float: none;
		position: static;
	}
	ul.nav-menu li a{
		border-bottom: 1px solid #dadada;
	}
	ul.nav-menu li ul.sub-menu{
		position: static;
		visibility: visible;
		width: auto;
		display: block;
		opacity: 1;
		border-top: 0;
		background: none;
	}
	ul.nav-menu li > ul > li > a{
		padding-left: 35px !important;
	}
	ul.nav-menu li > ul > li > ul > li > a{
		padding-left: 50px !important;
	}
	ul.nav-menu li > ul > li > ul > li > ul > li > a{
		padding-left: 65px !important;
	}
	ul.nav-menu li > ul > li > ul > li > ul > li > ul > li > a{
		padding-left: 80px !important;
	}
	
	ul.nav-menu li ul.sub-menu li a{
		border-bottom: 1px solid #dadada;
	}
	ul.nav-menu li > a:hover, ul.nav-menu li:hover > a{
		background: none;
	}
	ul.nav-menu li:hover > a{
		color: #fff;
	}
	ul.nav-menu li:hover > a:hover{
		color: #F7B6AF;
	}
	ul.nav-menu li.menu-item-has-children > a:after{
		content: none !important;
	}
}
@media (max-width: 767px) {
	#page,
	footer#colophon{
		width: 460px;
	}
	.widget form.search-form input[type="search"]{
		width: 334px;
	}
	.kang-posts article.post{
		width: 100%;
	}
	h1.title-single, .related-posts > h2{
		font-size: 24px;
	}
	ul.related-detail li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 10px;
	}
	ul.related-detail li:nth-child(2n+2){
		margin-right: 0;
	}
}
@media (max-width: 479px) {
	#page,
	footer#colophon{
		width: 320px;
		padding: 0 5px;
	}
	.wrapper-posts{
		margin-left: 0;
		margin-right: 0;
	}
	.kang-posts article.post{
		padding: 0;
	}
	footer#colophon{
		padding: 20px 0;
	}
	.widget form.search-form input[type="search"]{
		width: 212px;
	}
}