/*
* Theme Name: Netscriperwp
*  Author: Netscriper
*  Author URI: http://www.netscriper.com/
*/     

@font-face { font-family: "Myanmar-Sans-Pro"; 
src: url("/wp-content/themes/mdcda/fonts/MyanmarSansProRegular.woff") format("woff"), 
url("/wp-content/themes/mdcda/fonts/MyanmarSansProRegular.ttf") format("truetype"), 
url("/wp-content/themes/mdcda/fonts/MyanmarSansProRegular.svg#Myanmar Sans Pro") format("svg"); 
}
@font-face {
	font-family: 'Zawgyi-One';
	src: local('Zawgyi-One'), url('fonts/zawgyi-one-webfont.woff') format('woff'), 
			url('fonts/ZawgyiOne.ttf') format('ttf');
}
body {
	font-family: 'Lato', sans-serif;
	word-wrap: break-word;
}
.mmfont {
	font-family: "Myanmar-Sans-Pro"; 
	line-height: 25px;
	font-size: 15px;
/*	font-family: 'Zawgyi-One';*/
}
.mmfont-dist{
		font-family: "Myanmar-Sans-Pro"; 

}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
a:focus {
	outline: none;
	text-decoration: none;
}
#go-top {
    bottom: 10px;
    color: #FFF;
    cursor: pointer;
    font-size: 9px;
    opacity: 0.7;
    padding:10px;
    position: fixed;
    right: 0px;
    text-transform: uppercase;
    z-index: 9999;
    width:50px;
    height: 50px;
    background-image: url('img/go-top-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.border {
	border: 1px solid #000;
}
.spacer-10px {
	height: 10px;
}
.spacer-20px {
	height: 20px;
}
.spacer-30px {
	height: 30px;
}
.spacer-40px {
	height: 40px;
}
.spacer-50px {
	height: 50px;
}
.spacer-100px {
	height: 100px;
}
.uppercase {
	text-transform: uppercase;
}
.color-blue {
	color: #234d9b;
}
.full-col {
	padding-right: 0 !important;
}
.btn-view {
	background: #fff;
	color: #234d9b !important;
	border: none;
	font-size: 18px;
	border-radius: 0;
	padding: 12px 20px;
	font-weight: bolder;
}
.btn-view2 {
	background: #234d9b;
	color: #fff !important;
	border: none;
	font-size: 18px;
	border-radius: 0;
	padding: 12px 20px;
	font-weight: bolder;
}

.top-bar {
	background: #234d9b;
	padding: 5px 0;
}
.top-bar .follow {
	color: #9cbcf6;
}
.top-bar .icon {
	margin-left: 10px;
	color: #fff;
}
.top-bar .donate {
	color: #fff;
	font-weight: bolder;
	text-shadow: 2px 2px 2px #000;
	margin-left: 30px;
}
.top-bar .donate:hover {
	text-decoration: none;
}

.header {
	padding: 20px 0;
}
.search-form {
	max-width: 360px;
	margin-top: 20px;
}
.search-form .form-control, .search-form .btn-default {
	border-radius: 0;
	height: 40px;
}

.menu {
	background: #234d9b;
}
.navbar {
	background: none;
	border: none;
	margin-bottom: 0;
}
.navbar-default a {
	text-transform: uppercase;
}
.dropdown-menu a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.handbooks img {
    max-width: 250px;
    margin: 15px auto !important;
}
.handbooks h3 {
    text-align: center;
}
.handbooks h3 a {
    display: inline-block;
    line-height: 1.5;
    font-size: 16px !important;
}

.update-news {
	padding: 50px 0;
}
.update-news h2 {
	font-size: 28px;
	text-align: center;
	font-weight: bolder;
	margin-bottom: 30px;
}
.post-box .thumb {
	max-width: 400px;
	margin: 0 auto;
}
.post-box .thumb img {
	border: 1px solid #ddd;
	margin-bottom: 5px;
}
.post-box .thumb h3, .post-box .thumb h4 {
	margin-bottom: 15px;
}
.post-box .thumb h4 {
	line-height: 1.2em;
}
.post-box .thumb h3 a, .post-box .thumb h4 a {
	color: #333;
	font-weight: bolder;
}
.post-box .thumb h3 a {
	font-size: 18px;
}
.post-box .thumb h3 a.mmfont {
	font-size: 16px;
}
.post-box .thumb h3 a:hover, .post-box .thumb h4 a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
.post-box .thumb h4 a {
	font-size: 16px;
}
.post-box .thumb h4 a.mmfont {
	font-size: 14px;
}

.date {
	color: #999;
	letter-spacing: 1px;
	font-size: 12px;
}

.activity {
	padding: 50px 0;
	background: #f5f5f5;
}
.activity h2 {
	font-size: 28px;
	font-weight: bolder;
	margin-bottom: 30px;
}
.activity-sidebar .thumb {
	background: #fff;
	max-width: 450px;
	margin-bottom: 20px;
}
.activity-sidebar .thumb.featured {
	padding: 5px;
}
.activity-sidebar .thumb.normal {
	padding: 10px;
}
.activity-sidebar .thumb .caption {
	padding: 0 15px;
}
.activity-sidebar .thumb .description {
	line-height: 2em;
	margin-top: 20px;
}
.activity-sidebar .thumb .description a {
	color: #666;
}
.activity-sidebar .thumb .description a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #666;
}
.activity-sidebar .post {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.activity-sidebar .post h3 a.mmfont {
	font-size: 14px;
}
.activity-sidebar .post:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.activity .side-box {
	max-width: 300px;
	margin-bottom: 30px;
}
.activity h5 {
	font-size: 18px;
	font-weight: bolder;
	margin-bottom: 20px;
}
.activity h5:after {
	border-bottom: 1px solid #ddd;
	display: block;
	content: '';
	width: 100px;
	margin-top: 5px;
}

.activity .nav-tabs {
	border-bottom: none;
	margin-bottom: 30px;
} 
.activity .nav-tabs li {
	margin-right: 10px;
	margin-bottom: 10px;
} 
.activity .nav-tabs li:last-child {
	margin-right: 0;
} 
.activity .nav-tabs a {
	border: none !important;
	border-radius: 0 !important;

	padding: 5px 12px !important;
	padding: 5px 12px !important;

	font-size: 16px;
	color: #333;
	background: #fff !important;
} 
.activity .nav-tabs a:hover, .activity .nav-tabs .active a {
	color: #fff !important;
	background: #234d9b !important;
} 
.activity .nav-tabs a:focus {
	background: none;
} 

.join {
	background: url('img/bg-join.jpg'); 
	padding: 50px 0;
}
.join h3 {
	font-size: 24px;
	font-weight: bolder;
	color: #fff;
}
.join h4 {
	font-size: 22px;
	margin-bottom: 10px;
	color: #b0b0b0;
}

.footer {
	background: #231f20;
	padding: 20px 0 50px;
}
.footer h3 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.footer p {
	color: #a9a9a9;
	font-size: 16px;
}
.footer .info a {
	color: #a9a9a9;
	border-bottom: 1px dotted #a9a9a9;
}
.footer .info a:hover {
	text-decoration: none;
}
.footer .glyphicon {
	color: #224079;
	margin-right: 10px;
}
.footer img.icon {
	margin-right: 10px;
}
.footer .social {
	margin-top: 30px;
}
.footer .social a {
	border: 1px solid #666;
	display: inline-block;
	margin-right: 5px;
	width: 40px;
	height: 40px;	
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	transition: .3s ease;
}
.footer .social a:hover {
	border: 1px solid #224079;
}
.footer .social a img {
	text-align: center;
	max-width: 17px;
   	opacity: 0.5;
}
.footer .recent a:hover {
	text-decoration: none;
}
.footer .recent img {
	max-width: 80px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.copyright {
	padding: 10px 0;
	background: #231f20;
	border-top: 1px solid #333;
}
.copyright p {
	color: #7a7a7a;
	margin-bottom: 0;
}
.copyright a {
	color: #7a7a7a;
}
.copyright a:hover {
	text-decoration: none;
}
.copyright a.ns {
	color: #224d9b;
}
.copyright a.ns:hover {
	text-decoration: none;
	border-bottom: 1px dotted #224d9b;
}

.img-hover img {
	transition: .3s ease;
}
.img-hover img:hover {
	opacity: 0.7;
}

.slide-body {
	display: none;
}
.slide-control {
	cursor: pointer;
}

.heading {
	background: url('img/banner5.jpg') no-repeat center top;
	min-height: 300px;
}
.heading h1 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 1.6em;
	text-align: center;
	margin-top: 100px;
}
.heading h1:after {
	border-bottom: 2px solid #fff;
    content: "";
    display: block;
    height: 2px;
    width: 70px;
    margin: 10px auto 0;	
}

.heading h1.mmfont {
	/*font-size: 18px;*/
}

.page {
	padding: 30px 0;
	background: #f5f5f5;
}

.main-left {
	margin-bottom: 50px;
}

.user-data {
	
}
.user-data ul, .user-data ol {
	
}
.user-data p, .user-data li {
	font-size: 16px;
	line-height: 1.6em;
}
.user-data li {
	margin-bottom: 10px;
}
.user-data.mmfont p, .user-data.mmfont li {
	line-height: 2em;
}
.user-data img {
  	display: block;
  	max-width: 100%;
  	height: auto;
  	margin: 20px 0;
  	border: 1px solid #eee;
}
.user-data a {
	color: #234d9b;
	font-size: 16px;
	font-weight: bolder;
}
.user-data a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #234d9b;
}
.user-data h4 {
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.user-data .table-responsive {
	margin-top: 20px;
}
.user-data table {
	
}
.user-data table td {
	border: 1px solid #999 !important;
}
.user-data table tr:first-child {
	font-weight: bolder;
}
.user-data blockquote {
	margin: 20px 0;
}

.sidebar h2 {
	font-size: 22px;
	font-weight: bolder;
	margin-bottom: 30px;
}

.category.post-box .thumb {
	margin-bottom: 30px;
}

ul.page-numbers {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 20px;
}
ul.page-numbers li {
	display: inline;
}
ul.page-numbers li a, ul.page-numbers li span.current {
	display: inline-block;
	box-sizing: initial;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 50%;
}
ul.page-numbers li span.current, ul.page-numbers li a:hover {
	background: #234d9b;
}
ul.page-numbers li a {
	background: #231f20;
}
ul.page-numbers li a:hover {
	text-decoration: none;
}

.breadcrumb-wrapper {
	padding: 10px 0;
}
.breadcrumb-wrapper a {
	color: #234d9b;
	border-bottom: 1px dotted #234d9b;
	font-weight: bolder;
}
.breadcrumb-wrapper a:hover {
	text-decoration: none;
}

p.bread {
	color: #fff;
}
p.bread a {
	color: #fff;
	border-bottom: 1px dotted #fff;
	font-weight: bolder;
}
p.bread a:hover {
	text-decoration: none;
}

ul.breadcrumbs {
	padding-left: 0;
	margin-bottom: 0;
}
ul.breadcrumbs li {
	list-style: none;	
	display: inline;
}
ul.breadcrumbs li a {
	color: #234d9b;
	font-weight: bolder;
}
ul.breadcrumbs li a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #234d9b;
}
ul.breadcrumbs .bread-current {
	color: #666;
}

.google-map iframe {
	display: block;
}

.single-title {
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bolder;
	margin-bottom: 20px;
}

.gallery {
	margin-bottom: 20px !important;
}
.gallery img {
	margin: 0;
}
.gallery dl.gallery-item {
	margin-bottom: 0;
}
.gallery dt {
	margin-right: 10px;
}

.contact-box {
	background: #fff;
	padding: 10px;
}
.contact-box p {
	font-size: 16px;
}
.contact-box a {
	color: #234d9b;
	border-bottom: 1px dotted #234d9b;
}
.contact-box a:hover {
	text-decoration: none;
}

form label {
	font-size: 16px;
}
.form-control {
	font-size: 16px;
	line-height: 1.8em;
	min-height: 40px;
	border-radius: 0;
}
.alert {
	border-radius: 0;
}
.alert > p {
	font-size: 16px;
	line-height: 1.6em;
}

.video {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 25px;*/
    height: 0;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-content {
	border-radius: 0; 
}
.modal-body p {
	font-size: 16px;
	line-height: 2em;
}

.btn-slick {
	background: #234d9b;
	color: #fff !important;
	border: none;
	border-radius: 0;
	padding: 12px 15px;
	font-weight: bolder;
}
.slick-prev, .slick-next {
	position: absolute;
	z-index: 2;
	top: 100px;
	opacity: 0.8;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}

.view-more a {
	color: #234d9b;
	font-size: 16px;
	font-weight: bolder;
}
.view-more a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #234d9b;
}

.video-box {
	margin-bottom: 30px;
}
.video-box p.title {
	margin-top: 10px;
}

/*xs*/
@media (max-width: 767px) { 
/* 	.footer img.icon{
		display:none;
	} */
	.navbar-nav a {
		color: #fff !important;
		background: none;
	}
	.navbar-nav a:hover {
		color: #000 !important;
	}
	.navbar-default .active > a, .open > .dropdown-toggle {
		color: #000 !important;
		background: none !important;
	}
	.join h3 {
		margin-bottom: 20px;
	}
	.update-news, .activity, .join {
		padding: 30px 0;
	}
	.footer {
		padding: 0 0 30px;
	}
}

/*sm md lg*/
@media (min-width: 768px) { 
	.navbar-collapse {
		padding-left: 0;
	}
	.navbar-default .navbar-nav > li > a {
		margin-right: 2px;
		color: #fff;
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		background: #000;
		color: #fff;
	}
	.navbar-default .navbar-nav > li > a:focus {
		color: #fff;
	}
	.open > .dropdown-toggle, .dropdown-menu a:hover, .dropdown-menu > .active > a {
		background: #000 !important;
		color: #fff !important;
	}
	.dropdown-menu a {
		margin-bottom: 2px;	
	}
	.dropdown > .dropdown-menu > .dropdown > .dropdown-menu { 
    	left: 100%;
    	right: auto;
    	margin-top: -50px;
	}
	.dropdown > .dropdown-menu > li > a >.caret {
	    border-top: 4px solid transparent;
	    border-left: 4px solid;
	    border-bottom: 4px solid transparent;
	}	
}


