/*
Theme Name: New Focus International
Theme URI: https://newfocusintl.com
Author: Grant Glendinning
Author URI: http://stellarbytes.com
Description: The WordPress Network theme with multilingual support for New Focus International and New Focus Korean.
Version: 1.0
License: Copyright New Focus International. No reproduction permitted without prior consent from New Focus International.
*/

@font-face {
    font-family: 'kopub_batangregular';
    src: url('fonts/kopubbatang-regular-webfont.eot');
    src: url('fonts/kopubbatang-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/kopubbatang-regular-webfont.woff2') format('woff2'),
         url('fonts/kopubbatang-regular-webfont.woff') format('woff'),
         url('fonts/kopubbatang-regular-webfont.ttf') format('truetype'),
         url('fonts/kopubbatang-regular-webfont.svg#kopub_batangregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'jejugothicregular';
    src: url('fonts/jejugothic-regular-webfont.eot');
    src: url('fonts/jejugothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/jejugothic-regular-webfont.woff2') format('woff2'),
         url('fonts/jejugothic-regular-webfont.woff') format('woff'),
         url('fonts/jejugothic-regular-webfont.ttf') format('truetype'),
         url('fonts/jejugothic-regular-webfont.svg#jejugothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kopub_batanglight';
    src: url('fonts/kopubbatang-light-webfont.eot');
    src: url('fonts/kopubbatang-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/kopubbatang-light-webfont.woff2') format('woff2'),
         url('fonts/kopubbatang-light-webfont.woff') format('woff'),
         url('fonts/kopubbatang-light-webfont.ttf') format('truetype'),
         url('fonts/kopubbatang-light-webfont.svg#kopub_batanglight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kopub_batangbold';
    src: url('fonts/kopubbatang-bold-webfont.eot');
    src: url('fonts/kopubbatang-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/kopubbatang-bold-webfont.woff2') format('woff2'),
         url('fonts/kopubbatang-bold-webfont.woff') format('woff'),
         url('fonts/kopubbatang-bold-webfont.ttf') format('truetype'),
         url('fonts/kopubbatang-bold-webfont.svg#kopub_batangbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

*
{
	margin:0;
	padding:0;
	outline:0;
}
img
{
	border:none;
	height:auto;
	max-width:100%;
}
html
{
	margin:0!important;
}
a:active, a:focus{
	border:none;
	box-shadow:none;
	outline:none;	
	text-decoration:none;
	color:#a61c21;	
}
a {
	
	color:#a61c21;	
}
ul, ol {
	
	margin:0px;	
}
body
{
	background: #ffffff;
	overflow-x:hidden;
}

.container{
	
	max-width:940px;
	width:100%;	
	padding:0px;
}

.full {
	
	width:100%;
	height:auto;
	float:left;
}

.header {
	
	width:100%;
	height:auto;
	float:left;
	padding:48px 0 29px 0px;
	position:relative;
}

.header_left {
	
	width:auto;
	height:auto;
	float:left;	
}

.logo {
	
	width:auto;
	height:auto;
	float:left;	
	padding:0px;
	position:relative;
	z-index:0;
}

.header_right {
	
	width:700px;
	height:auto;
	float:right;
}

.header_right_top {
	
	width:100%;
	height:auto;
	float:left;	
}

.header_add {
	display: table;
	text-align: center;
	min-width: 55%;
	/* change min-width to 25% to add chinese block */
	width:auto;
	height:60px;
	float:left;
	margin:0 21px 0 0px;
	border:1px solid #011750;	
}

.header_add a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-family: 'kopub_batangregular';
	font-size:15px;
	font-weight:normal;
	color:#00164f;
	text-decoration:none;
	padding:7px 24px 6px 18px;
	text-align:center;
	letter-spacing: 1.5px;	
}

.header_add.red_add {
	
	border:1px solid #a61d22;	
}

.header_add.red_add a {
	
	color:#a61c21;
	font-size:17px;
	padding:4px 11px 3px;	
}

.header_banner {
	
	width:auto;
	height:auto;
	float:right;	
}

.header_right_bottom {
	
	width:100%;
	height:auto;
	float:left;	
	margin:18px 0 0 0px;
}

#searchform  {
	
	width:100%;
	height:auto;
	float:left;	
	position:relative;
}

input#s {
	
	width:100%;
	height:auto;
	float:left;	
	border:1px solid #c8c8c9;
	font-family: 'jejugothicregular';
	font-size:12px;
	font-weight:normal;
	color:#525252;
	padding:8px 8px 7px 46px;
	position:relative;
	z-index:10;	
}

input#searchsubmit {
	
	width:12px;
	height:20px;
	float:left;
	background:url(images/src_btn.png) no-repeat;
	position:absolute;
	top:7px;
	left:19px;
	z-index:500;
	cursor:pointer;	
	border:none;
}

.nav_menu {
	
	width:100%;
	height:auto;
	float:left;
	margin:12px 0 0 0px;
	padding:0 0 0 15px;
	border-bottom:1px solid #bebebf;	
}

.nav_menu ul {
	
	list-style:none;	
}

.nav_menu ul li {
	
	float:left;
	padding:0 35px 0 0px;
	position:relative;	
}

.nav_menu ul li:last-child {
	
	padding-right:0px!important;	
}

.nav_menu ul li a {
	
	font-family: 'kopub_batangregular';
	font-size:16px;
	font-weight:normal;
	color:#444444;
	line-height: 13px;
    padding: 15px 12px 10px;
	float:left;
	position:relative;	
}

.nav_menu ul li a:hover, .nav_menu ul li.current-menu-item a {
	
	border-left:1px solid #bebebf;
	border-right:1px solid #bebebf;
	border-top:1px solid #bebebf;
	text-decoration:none;
	padding:14px 11px 10px;	
}

.nav_menu ul li ul.sub-menu {
	
	position:absolute;
	top:0px;
	left:-15px;
	width:135px;
	height:auto;
	float:left;
	padding:48px 0px 10px 0px;
	border:1px solid #bebebf;
	z-index:500;
	background:#fff;
	display:none;	
}

.nav_menu ul li ul.sub-menu li {
	
	width:100%;
	height:auto;
	padding:11px 12px;	
	background:#fff;
}

.nav_menu ul li.menu-item-has-children a {
	
	z-index:999;
	border:none!important;
	padding: 15px 12px 10px;
}

.nav_menu ul li ul.sub-menu li a {
	
	padding:0px!important;
	border:none!important;	
}

.row-offcanvas-left.active{
	
	position:relative;
	z-index:99999;	
}

.language_sec {
	
	width:auto;
	position:absolute;
	top:10px;
	right:0px;
	z-index:999;	
}

.language_sec ul {
	
	list-style:none;	
}

.language_sec ul li {
	
	float:left;	
}

.language_sec ul li img {
	
	width:auto;
	height:auto;
	margin-left:5px;	
}



.content {
	
	width:100%;
	height:auto;
	float:left;	
	margin:0 0 40px 0px;
}

.content p {

	font-family: "kopub_batangregular";
    font-size: 14px;
    font-weight: normal;
	line-height:25px;
}

.content_left img {
	max-width: 680px;
}

.content_left p {
	
    margin: 0 0 28px;	
}

.content_left ul {
	
	padding:0 0 0 36px;	
} 

.content_left ul li {
	
	font-family: "kopub_batangbold";
    font-size: 14px;
    font-weight: normal;
	line-height: 22px;
    margin: 0 0 28px;
}

strong, b {
	
	font-family:"kopub_batangbold";
	font-weight:normal;
}

.link p {
	
	font-family:"kopub_batangbold";	
}

.link a {
	
	font-family:"kopub_batangbold";
}

.content_left a {
	font-weight: bold;
}

.content_left ul li a {
	
	font-family: "kopub_batangregular";
    font-size: 14px;
    font-weight: normal;
	line-height: 22px;	
}

.content_left {
	
	width:660px;
	height:auto;
	float:left;	
}

.link {
	
	width:100%;
	height:auto;
	float:left;
	padding:0 0 65px 0px;
	margin:0 0 30px 0px;
	border-bottom:1px solid #cccccc;	
}

.sidebar {
	
	width:240px;
	height:auto;
	float:right;	
}

.sidebar_post {
	
	width:100%;
	height:auto;
	float:left;
	margin:39px 0 0 0px;	
}

.sidebar .news_title {
	
	min-height:auto;	
}

.sidebar_post .news_title h2 {
	
	font-size:16px;
	line-height:24px;	
}

.sidebar .latest_cat_post {
	
	width:100%;
	height:auto;
	float:left;
	margin:0 0 12px 0px;
	padding:0px;	
} 

.related_post {
	
	width:100%;
	height:auto;
	float:left;
	padding:50px 0 0 0px;
}

.clear {
	
	clear:both;	
}

.related_post .cat_name a {
	
	background:#55a6a4;	
}

.related_post .news_title h2 a {
	
	color:#55a6a4;	
}

.pagenav_section {
	
	width:100%;
	height:auto;
	float:left;
	margin:40px 0 0 0px;
	text-align:center;	
}

.pagenav_section span.pages {
	
	display:none;	
}

.pagenav_section span, .pagenav_section a {
	
	font-family: "jejugothicregular";
    font-size: 14px;
    font-weight: normal!important;
    line-height:15px;
	border:none!important;
	padding:0px!important;
	margin:0 10px 0 0px!important;
	color:#444!important;	
}

.pagenav_section span.current, .pagenav_section a:hover {
	
	border-bottom:1px solid #a61c21!important;
	color:#a61c21!important;	
}

.pagenav_section a.previouspostslink {
	
	background:url(images/prev_arrow.png) left center no-repeat!important;
	padding:0 0 0 13px!important;
}

.pagenav_section a.nextpostslink {
	
	background:url(images/next_arrow.png) right center no-repeat!important;
	padding:0 13px 0 0!important;
}

.latest_news {
	
	width:100%;
	height:auto;
	float:left;
}

.latest_news_left {
	min-height: 427px;
	width:690px;
	float:left;
	border-left:1px solid #a61c21;
	border-bottom:1px solid #a61c21;	
} 

h5 {
	
	background:#a61c21;
	font-family:"jejugothicregular";
	font-size:12px;
	line-height:12px;
	font-weight:normal;
	color:#fff;
	padding:7px 7px 7px 22px;
	margin:0 0 12px 0px;	
}

.news_post_1 {
	padding:0 10px;	
}

.news_post {
	padding:0 10px;	
}

.news_thumb {
	
	width:100%;
	height:auto;
	float:left;
	margin:0 0 10px 0px;
	position:relative;	
}

.cat_name {
    
	bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
	font-size:0px;
}

.cat_name a {
	
	width:auto;
	height:auto;
	float:left;
	background:#a61c21;
	padding:7px 12px 5px;
	color: #fff;
	font-size:12px;
	line-height:15px;
    font-family: "jejugothicregular";	
}

.news_title  {
	
	width:100%;
	height:auto;
	float:left;
	min-height:64px;
}

h2 {
	
	font-family: "kopub_batangregular";
    font-size: 22px;
    font-weight: normal;
	line-height:34px;
	margin:0 0 12px 0px;	
}

.news_title a:hover {
	
	color:#a61c21;	
}  

.news_info {
	
	width:100%;
	height:auto;
	float:left;
	margin:0 0 10px 0px;
	font-family: "jejugothicregular", sans-serif;
    font-size: 12px;
    font-weight: normal;
	line-height:13px;		
}

.news_info a {
	
	color:#444;	
}

.latest_news_sidebar {
	
	width:240px;
	height:auto;
	float:right;
	border-left:1px solid #bebebf;	
}

.social_media {
	
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	margin:0 0 30px 0px;	
}

.social_media ul {
	
	list-style:none;	
}

.social_media ul li {
	
	display:inline-block;
	margin-right:28px;	
}

.social_media ul li:last-child {
	
	margin-right:0px!important;	
} 

.latest_news_sidebar p {
	
	font-family:"jejugothicregular";
	font-size:12px;
	text-align:center;
	color:#bebebf;
	line-height:13px;	
	margin:0 0 20px 0px;
}

.news_add {
	
	width:100%;
	height:auto;
	float:left;	
}

.news_add  ul {
	
	list-style:none;	
}

.news_add ul li {
	
	width:100%;
	height:auto;
	float:left;
	text-align:center;	
}

.news_add ul li img {
	
	margin:0 0 20px 0px;	
}

.news_add ul li:last-child object {
	vertical-align: middle;	
}


.featured_post_section {
	
	width:100%;
	height:auto;
	float:left;
	margin:70px 0 0 0px;	
}

.feature_post {
	
	padding:0 10px;	
}

.row_cus {
	
	margin-left:-10px;
	display:table;	
}

.border {
	
	width:100%;
	height:1px;
	float:left;
	background:#a61c21;	
	margin:30px 0 0 0;
}

.related_border {
	
	width:100%;
	height:1px;
	float:left;
	background:#cccccc;	
	margin:50px 0 0 0;
}
 

.latest_category {
	
	width:100%;
	height:auto;
	float:left;
	padding:34px 0 0 0;
}

.latest_category .cat_name a, .latest_category_link .cat_name a {
	
	background:#55a6a4;	
}

.latest_category .news_title h2 a{
	
	color:#55a6a4;	
}

.latest_cat_post {
	
	padding:0 10px;	
}

.latest_category_link  {
	
	width:100%;
	height:auto;
	float:left;
	margin:35px 0 0 0;
}

.latest_category_link_sec {
	
	width:700px;
	height:auto;
	float:left;	
}

.latest_category_link_sec .news_thumb {
	margin:0 0 19px 0px;	
}

.latest_category_link_sec .news_thumb img {
	height:130px;
} 

.cat_link1, .cat_link4, .cat_link7, .cat_link10, .cat_link13, .cat_link16, .cat_link19 {
	
	padding-left:0px;	
}

.latest_cat_link_sidebar {
	
	width:220px;
	height:auto;
	float:right;
}

.latest_cat_link_sidebar ul {
	
	list-style:none;	
}

.latest_cat_link_sidebar ul li {
	display: table;
	width:100%;
	height:130px;
	float:left;
	margin:0 0 19px 0px;
	text-align: center;
}

.latest_cat_link_sidebar ul li a {
	display: table-cell;
	width:100%;
	min-height: 130px;
	position:relative;
	vertical-align: middle;
	border:1px solid #858586;
	font-size: 19px;
}

.latest_cat_link_sidebar ul li.blue a {
		
	border:1px solid #031951;	
	color: #031951;
	
}

.latest_cat_link_sidebar ul li.red a {
	
	border:1px solid #a71f24;	
}

.add_content {
	
	width:auto;
	min-width:125px;
	height:auto;
	float:left;
	position:absolute;
	left:0px;
	bottom:0px;
	font-family: "jejugothicregular", sans-serif;
    font-size: 12px;
    line-height: 15px;	
	color:#fff;
	background:#858586;
	padding:5px 10px 3px;
}

.add_content:hover {
	
	opacity:.8;	
} 

.latest_cat_link_sidebar ul li.blue .add_content {
	
	background:#00164f;	
}

.latest_cat_link_sidebar ul li.red .add_content {
	
	background:#a61c21;	
}

.category_top {
	
	width:100%;
	height:auto;
	float:left;
}

.category_top_left {
	
	width:690px;
	height:auto;
	float:left;	
}

h1 {
	
	font-family:"kopub_batangregular";
	font-size:45px;
	line-height:45px;
	font-weight:normal;
	color:#111111;
	margin:0 0 30px 0px;	
}

.category_des {
	
	padding-left:0px;	
}

.category_des p {
	
	line-height:20px;
	margin:0 0 25px 0px;	
}

.current_category_post {
	
	padding-right:0px;
	border-left:1px solid #bebebf;
}


.category_bottom {
	
	margin:30px 0 0px 0px;	
}

.clear_sec {
	
	clear:both;
	margin:0 0 30px 0px;	
}

.author-info img {
	float: left;
	margin: 0 10px 0 0;
}

.single_content {
	
	border:none;	
}

.single_content h1 {
	
	margin:0 0 10px 0px;	
}

.content_left strong {
	font-weight: bold;
}

.our_client {
	
	width:100%;
	height:auto;
	float:left;
	margin:20px 0 50px 0px;	
	padding:20px 0 0 0px;
	border-top:1px solid #cccccc;
	text-align:center;	
}

.client_logo {
	
	margin:0 0 8px 0px;	
}

.our_client p {
	
	text-align:left;	
}

.info {
	
	width:100%;
	height:auto;
	float:left;
	margin:0 0 15px 0px;	
}

.category_name {
	
	width:auto;
	height:auto;
	float:left;
	margin:0 13px 10px 0px;	
}

.category_name a {
	
	width:auto;
	height:auto;
	float:left;
	background:#55a6a4;
	padding:7px 12px 5px;
	color: #fff;
	font-size:12px;
	line-height:15px;
    font-family: "jejugothicregular", sans-serif;	
}

.search .date {
	line-height: 30px;
}

.search img {
	float: left;
	margin: 0 10px 5px 0;
}

.date_info {
	
	width:auto;
	height:auto;
	float:left;
	margin:8px 0px 10px 0px;
	font-family: "jejugothicregular", sans-serif;
    font-size: 12px;
    font-weight: normal;
	line-height:13px;		
} 

.custom_box {
	
	width:100%;
	height:auto;
	float:left;
	border:1px solid #00164f;
	padding:17px 5px 0px 5px;
	margin:20px 0 0 0px;
	position:relative;	
}

.custom_box p {
	text-align: center;
	margin:0 0 5px 0px;	
}

.custom_text {
	
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	position:absolute;
	left:0px;
	top:0px;	
}

.custom_text span {
	
	position:relative;
	top:-13px;
	padding:0 26px;
	background:#fff;
	font-family:Myriad Pro;
	font-size:26px;
	line-height:24px;
	font-weight:normal;
	color:#00164f;
	text-transform:uppercase;	
}

.article_post {
	
	width:100%;
	height:auto;
	float:left;
	margin:0 0 10px 0px;	
}

.left {
	
	width:220px;
	height:auto;
	float:left;	
}

.article_sec {
	
	width:100%;
	height:auto;
	float:left;
	margin:0 0 10px 0px;	
}

.article_sec a {
	
	color:#444;	
}

.article_sec img {
	
	width:100%;
	height:auto;
	margin:0 0 10px 0px;	
}

h4 {
	
	font-family: "jejugothicregular", sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    line-height: 13px;
	color:#444;	
	margin:0 0 15px 0px;
}

.right {
   
    float: right;
    height: auto;
    width: 420px;
}

.right  p {
	
	font-family:'kopub_batangbold';	
}




.footer {
	
	width:100%;
	height:auto;
	float:left;
	background:#bebebf;
	padding:38px 40px;	
}

.footer_left {
	
	width:657px;
	height:auto;
	float:left;	
}

.footer_left_top {
	
	width:100%;
	height:auto;
	float:left;	
}

.footer_logo {
	
	width:auto;
	height:auto;
	float:left;
	padding:0 0 0 24px;	
}

#newsletter_section {
	
	width:335px;
	height:auto;
	float:left;
	margin-left:70px;
}

.newletter_section {
	
	width:100%;
	height:auto;
	float:left;	
}

.newsletter_title {
    font-family: "kopub_batangregular";
    font-size: 22px;
    font-weight: normal;
    line-height: 34px;
    margin: 0 0 12px;
} 

.newletter_section .newsletter-email {
	
	width:230px;
	height:auto;
	float:left;
	border:1px solid #9e9e9e;
	box-shadow: -1px -1px 0px #444444!important;
	color: #525252;
    font-family: "jejugothicregular", sans-serif;
    font-size: 12px;
    font-weight: normal;
	padding:8px 8px 6px 20px;
}

.newletter_section .newsletter-submit {
	
	width:66px;
	height:23px;
	float:left;
	border:none!important;
	cursor:pointer;
	background:#a61c21;
	border-left:1px solid #b26d70;
	border-right:1px solid #b26d70;	
	margin:5px 0 0 10px;
	font-family: "jejugothicregular";
    font-size: 11px;
    font-weight: normal;
	color:#fff;
	text-align:center;
}

.newletter_section p.news_text {

	font-family:"kopub_batangregular";
	font-size:14px;
	font-weight:normal;
	color:#444444;
	margin:40px 0 0 0px;		
}

.footer_left_bottom  {
	
	width:100%;
	height:auto;
	float:left;	
	margin:30px 0 0 0px;
}

.copyright {
	
	width:auto;
	height:auto;
	float:left;	
}

.copyright p {
	
	font-family: 'jejugothicregular';
	font-size:11.22px;
	font-weight:normal;
	color:#444444;	
}

.footer_social {
	
	width:330px;
	height:auto;
	float:right;
	margin:40px 0 0 0px;	
}

.footer_social ul {
	
	list-style:none;	
}

.footer_social ul li {
	
	width:auto;
	height:auto;
	float:left;
	margin:0 28px 0 0px;	
}

.newsletter.newsletter-widget p {
	
	margin:0px;	
}


#mc_embed_signup {
    float: left;
    height: auto;
    width: 100%;
}

.mc-field-group {
	
	width:auto;
	height:auto;
	float:left;	
}

.mc-field-group input {
	
	width:230px;
	height:auto;
	float:left;
	border:1px solid #9e9e9e!important;
	box-shadow: -1px -1px 0px #444444!important;
	color: #525252;
    font-family: "jejugothicregular";
    font-size: 12px;
    font-weight: normal;
	padding:8px 8px 6px 20px;	
}

#mc-embedded-subscribe {
	
	width:66px;
	height:23px;
	float:left;
	border:none!important;
	cursor:pointer;
	background:#a61c21;
	border-left:1px solid #b26d70;
	border-right:1px solid #b26d70;	
	margin:5px 0 0 10px;
	font-family: "jejugothicregular";
    font-size: 11px;
    font-weight: normal;
	color:#fff;
	text-align:center;	
}

#mc_embed_signup div.mce_inline_error {
	
	background:none!important;
	color:#ff0000!important;
	padding:0px!important;
	margin:0px!important;
	display:none;
	font-family:"kopub_batangregular";
	font-size:12px;
	font-weight:normal;
} 

.mc-field-group.input-group {
	
	width:100%;
	margin:13px 0 0 0px;
}

.mc-field-group.input-group ul {
	
	list-style:none;	
}

.mc-field-group.input-group ul li {
	
	width:100%;
	height:auto;
	float:left;		
}

.mc-field-group.input-group ul li input {
	
	width:auto;
	height:auto;
	float:left;
	margin:0 12px 5px 0px;
}

.mc-field-group.input-group ul li input[type="checkbox"] {
    
	display:none;
}

.mc-field-group.input-group ul li input[type="checkbox"] + label span {
   
    display:inline-block;
    width:12px;
    height:12px;
    margin:-2px 11px 0 0;
    vertical-align:middle;
    background:#fff;
    cursor:pointer;
	border:1px solid #111111;
}

.mc-field-group.input-group ul li input[type="checkbox"]:checked + label span {
    
	background:url(images/thick.png) 1px 1px no-repeat;
}


.mc-field-group.input-group ul li label {
	
	width:auto;
	height:auto;
	float:left;
	margin:0px;
	font-size:14px;
	line-height:13px;
	font-weight:normal;
	color:#444444;
	font-family:"kopub_batangregular";
}



.footer_left_col_1 {
	
	width:270px;
	height:auto;
	float:left;
	padding:0 5px 0px 0px; 	
}

.footer_left_col_2 {
	
	width:350px;
	height:auto;
	float:left;
}


.footer_right {
	
	width:166px;
	height:auto;
	float:left;
	padding:0 0 0 10px;
	border-left:1px solid #9f9fa0;
}

.footer_right ul {
	
	list-style:none;	
}

.footer_right ul li {
	
	width:100%;
	height:auto;
	float:left;
	text-align:right;
	margin:0 0 8px 0px;	
}

.footer_right ul li a {
	
	color: #444444;
    font-family: "kopub_batangregular";
    font-size: 15px;
    font-weight: normal;
	line-height:14px;
}

.footer_right ul li a:hover {
	
	color:#a61c21;
	text-decoration:none;	
}

.current-menu-item a {
	color: #a61c21 !important;
}

.clear3, .clear2 {
	
	display:none;
	clear:both;	
}

.full-col {
	
	padding:0 10px;	
}

.post_sec {
	
	width:100%;
	height:auto;
	float:left;	
	padding:0 0 20px 0px;
	margin:0 0 20px 0px;
	border-bottom:1px solid #ccc;
}

.post_sec:last-child {
	
	padding:0px;
	margin:0px;	
}

.post_content {
	
	width:100%;
	height:auto;
	float:left;	
}

.search_left .pagenav_section {
	
	margin:10px 0 0 0px;	
}

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}


.responsive_menu				{ /*position:relative;*/ position:absolute; top:0px; z-index:999; display:none;  }
.pull-left						{ width:360px; float:none!important; margin:0px; }
.btns 							{ background: none!important; height: auto;margin: 10px 0 0 10px; width: auto; border:none!important; position:relative; z-index:9999; }
.btns span.icon-bar 			{ width: 30px !important; height: 3px !important; background: #000 !important;  border-radius: 2px; moz-border-radius: 2px; web-kit-border-radius: 2px; display: block;margin-bottom: 3px; position:relative; z-index:9999; }
.active .btns 					{ margin:10px 0 0 15px!important; left:-50%; position:absolute; }
.active .btns span.icon-bar		{ background:#000!important; }

.nav_section {
	
	width:100%;
	height:auto;
	float:left;	
}

.nav_section ul {
	
	list-style:none;	
}

.nav_section ul li {
	
	width:100%;
	height:auto;
	float:left;
	margin:0 0 10px 0px;	
}

.nav_section ul li a {
	
	
	font-family: 'kopub_batangregular';
	font-size:16px;
	font-weight:normal;
	color:#fff;
	line-height: 15px;
}

.nav_section ul.sub-menu {
	
	margin: 15px 0 0;
    padding: 0 0 0 15px;
}

.nav_section ul.sub-menu li:last-child {
	
	margin:0px 0 5px 0px!important;	
}

.error {
	
	width:100%;
	height:auto;
	float:left;
	padding:50px 0px;
	text-align:center;	
}

.error h1 {
	
	color:#ff0000;
	font-weight:bold;	
}

.error h2 {
	
	color:#ff0000;
	font-weight:bold;	
}


@media only screen and (max-width: 1000px) {

.col-md-6 {
	
	width:50%;
	float:left;
}

.col-md-4 {
	
	width:33.3333%;
	float:left;	
}

.col-md-3 {
	
	width:33.3333%;
	float:left;	
	margin:0 0 20px 0px;
}

.latest_category_link .latest_cat_post {
	
	width:33.3333%;
	padding:0 5px;
}

.clear3 {
	
	display:block;	
}

.client_logo {

	display:inline-block;
	width:auto;
}
	
.search_left {
	
	width:100%;
	margin:0 0 50px 0px;
	float:left;	
}

.search_sidebar {
	
	float:none;
	margin:0 auto;
	border:none;	
}
	
	
	
}


@media only screen and (max-width: 970px) {
	
.container { 
	
	padding: 0 5px;
}

.logo {
	
	padding:0 0 0 20px;	
}

.header_right {
	
	width:620px;	
}

.header_add {
	text-align: center;
	margin:0 10px 0 0px; 	
}

.header_add a {
	width: 100%;
	padding:7px 15px 6px;	
}

.header_banner {
	
	width:239px;	
}

.nav_menu ul li {
	
	padding:0 28px 0 0px;	
}


.latest_news_left {
	
	width:73%;	
}

.category_top_left {
	
	width:73%;	
}

.latest_category_link_sec {
	
	width:75%;	
}

.full-col {
	
	padding:0 0 0 10px;	
}

.content_left {
	
	width:70%;	
}

.link {
	
	padding:0 0 10px 0px;	
}

.content_left ul li {
	
	margin:0 0 15px 0px;	
}

.left {
	
	width:40%;	
}

.article_sec img {
	
	width:auto;
}

.right {
	
	width:60%;
	float:left;	 	
}

.content_left img {
/*	overflow: hidden; */
	height: auto;
	max-width: 100%;
}

.wp-caption.aligncenter {
	max-width: 100%;
}

		
}

@media only screen and (max-width: 930px) {
	
.nav_menu ul li {
	
	padding:0 25px 0 0px;	
}

.nav_menu ul li a {

	font-size: 15px;
}

.latest_news_left {
	
	width:71%;	
}

.category_top_left {
	
	width:70%;	
}

.col-md-4, .col-md-3 {
	
	width:50%;
	margin:0 0 30px 0px;	
}

.clear2 {
	
	display:block;	
}

.clear3 {
	
	display:none;	
}

.featured_post_section .news_title, .latest_category .news_title {
	
	min-height:auto;	
}

.latest_category_link_sec {
	
	width:100%;
}

.latest_category_link_sec .news_thumb img {
	
	min-height:130px;	
}

.latest_cat_link_sidebar {
	
	float:none;
	margin:0 auto;	
}




.footer_left {
	
	width:100%;	
}

.footer_right {
	
	width:100%;
	padding:20px 0 0 0px;
	margin:20px 0 0 0px;
	border-left:none;
	border-top:1px solid #9f9fa0;	
}

.footer_right ul li {
	
	width:auto;
	text-align:center;
	display:inline-block;
	margin:0 15px 5px 0px;	
}

		
}


@media only screen and (max-width: 870px) {

.logo {
	
	padding:0px;	
}
	
.header_add {
	
	margin:0 5px 0 0px;	
}

.header_add a {
	
	padding:5px;	
}

.header_add.red_add a {
	
	font-size:16px;
	padding:4px 5px 3px;	
}

.header_banner {
	
	width:230px;	
}

.nav_menu ul li {
	
	padding:0 22px 0 0px;	
}

.latest_news_left {
	
	width:100%;
	margin:0 0 25px 0px;	
}

.latest_news_sidebar {
	
	float:none;
	margin:0 auto;
	border:none;	
}

.category_top_left {
	
	width:100%;
	margin:0 0 30px 0px;	
}


.content_left {

	width:100%;
}

.single_content {
	
	margin:0 0 30px 0px;	
}

.single_content h1 {
	
	font-size:30px;	
}

.sidebar {
	
	margin:0 auto; 
	float:none;	
}

.left {
	
	width:30%;	
}

.right {
	
	width:70%;
	padding:0 0 0 10px;	
}


	
}



@media only screen and (max-width: 835px) {
	
.header {
	
	padding:30px 0px;	
}

.header_left {
	
	width:100%;
	text-align:center;		
}

.logo {
	
	width:100%;
	padding:0 0 15px 0px;	
}

.header_right {
	
	margin:0 auto;
	float:none;
}

.nav_menu {
	
	display:none;	
}

.header_banner {
	
	width:220px;	
}




.responsive_menu				{ display:block!important; }
.active .sidebar-offcanvas  	{ width:100%; max-width:300px; background:#999; padding:50px 15px 20px; box-sizing:border-box;  }
.pull-left .icon-bar			{ width:30px!important; height:3px!important; background:#fff!important; }
.referanslarimiz_content		{ padding:0px!important; margin:0px; }
.referanslarimiz_inner_content	{ padding:100px 26px 12px !important; }
.referanslarimiz_page_section	{ width:auto!important; }
.logo_section					{ width:31%; margin:0 2% 12px 0 !important; }

.row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }


	
}




@media only screen and (max-width: 767px) {
	
.container {
	
	padding:0 10px;	
}

.header_right {

	width:100%;
	float:left;	
}	

.col-md-6 {
	
	width:100%;
	margin:0 0 15px 0px;
}

.news_title {
	
	min-height: auto;	
}


.category_des {
	
	padding:0px;	
}

.current_category_post {
	
	padding:0px;
	border:none;	
}

.current_category_post .latest_cat_post {
	
	padding:0px;	
}







.pop_section .widget_nav_menu {
	
	display:block;	
}

.main_menu {
	
	padding:10px 0 5px 0px;	
}

.main_menu_sec {
	
	display:none;	
}

#mobile_nav_sec {
	
	width:100%;
	height:auto;
	float:left;
	display:block;
	text-align:center;	
}

.mobile_nav {
    
	width: 55px;
    height: auto;
    padding: 6px;
    background: #1b528a;
    display: inline-block;
    cursor: pointer;
}
 
.mobile_nav ul,
.pop_section ul {
    list-style-type: none;
    margin: 0px!important;
}

.pop_section ul {
	
	padding:8px 0 0 10px;	
}

.pop_section ul.sub-menu li:last-child {
	
	padding:0px;	
}


.main_menu .mobile_nav ul li {
    width: 100%;
    height: 2px;
    margin: 0 0 5px 0px!important;
	padding: 0px!important;
    background: #fff;
}

.mobile_nav ul li.last {
    margin: 0px!important;
}

.mobile_nav_inner:hover {
	
	background:rgba(2,14,49,0.85);
	transition: all 1s ease 0s;
}

.mobile_nav_inner:hover li {
	
	background:#fff!important;	
}



.pop_frame {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999;
    display: none;
}

.pop_container {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}

.pop_section {
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    padding: 25px 20px 10px 20px;
    z-index: 999999;
}

.pop_section li {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 0 8px 0px;
    list-style-type: none;
}

.pop_section li:last-child {
    border: none!important;
}

.pop_section li a {
    color: #417ec0;
    font-family: "RobotoBoldwebfont";
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 22px;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.pop_section li a:hover {
    color: #7aafc5;
    text-decoration: none;
}

.close_button {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    background: url(images/close_btn.png) no-repeat;
}


.footer {
	
	padding:30px 20px;	
}

.footer_logo {
	
	padding:0px;	
}

#newsletter_section {
	
	float:right;
	margin:0px	
}

.footer_left_bottom {
	
	margin:0px;	
}


}


@media only screen and (max-width: 600px) {

.container {
	
	bottom:60px;
}

.col-md-4, .col-md-3 {
	
	width:100%;
	margin:0 0 15px 0px;
}

.latest_category_link .latest_cat_post {
	
	width:50%;	
}





.footer_logo {
	
	width:100%;
	text-align:center;
	margin:0 0 10px 0px;	
}

#newsletter_section {
	
	float:none;
	margin:0 auto;	
}

.footer_left_bottom {
	
	margin:20px 0 0 0px;	
}

.copyright {
	
	width:100%;
	text-align:center;	
}

.copyright br {
	
	float:left;
}


}


@media only screen and (max-width: 590px){

.header_right_top {
	
	width:100%;
	text-align:center;	
}

.header_add {
	float:none;
	display:table;
	text-align: center;
	height: 60px;
	margin: 5px auto;	
}

.header_add a {
	display: table-cell;
	vertical-align: middle;	
}

.header_banner {
	width:100%;	
}


}


@media only screen and (max-width: 479px) {

.container {
	
	bottom:49px;
}

.latest_category_link_sec .news_thumb {
	
	margin:0 0 10px 0px;	
}


#newsletter_section {
	
	width:100%;
	float:left;	
}

.footer_social {
	
	width:100%;	
}

.copyright {
	
	text-align:left;	
}

.newletter_section .newsletter-email {
	
	width:200px;	
}

.latest_news_sidebar {
	
	float:left;	
}

.sidebar {
	
	float:left;	
}

.news_thumb img {
	
	width:100%;
	height:auto;	
}

.left {
	
	width:100%;	
}

.article_sec img {
	
	width:100%;	
}

.right {
   
    padding: 0;
    width: 100%;
}


}


@media only screen and (max-width:385px){

.container {
	
	bottom:395px;
}

.latest_category_link .latest_cat_post {
	
	width:100%;	
}

.latest_category_link_sec .news_thumb img {
	
	min-height:auto;	
}

.latest_cat_link_sidebar {
	float:left;
	padding-left:5px;	
}

.newletter_section .newsletter-email {
	
	width:145px;	
} 
.newletter_section .newsletter-email {
	
	font-size:10px;
	padding:8px 8px 6px;	
}
.header_banner {
	display: none;
}
.news_add ul li:last-child {
	display: none;
}
}