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

@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: 'Montserrat', sans-serif;
	word-wrap: break-word;
}
.mmfont {
	font-family: 'Zawgyi-One';
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
a:focus {
	outline: none;
	text-decoration: none;
}
#go-top {
    bottom: 10px;
    cursor: pointer;
    opacity: 0.7;
    position: fixed;
    right: 0px;
    z-index: 9999;
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #eee;
    color: #87090a;
    border: 1px solid #87090a;
}
.border {
	border: 1px solid #333;
}
.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;
}
.btn-view {
	background: #d2ab29;
	color: #fff !important;
	border: none;
	border-radius: 0;
	padding: 12px 20px;
	font-weight: bolder;
}
.main-red {
	color: #87090a;
}

.top-bar {
	background: #87090a;
}
.top-bar .text {
	padding: 10px 0;
}
.top-bar p {
	color: #fff;
	margin-right: 10px;
	margin-bottom: 0;
}
.top-bar .icon {
	border-left: 1px solid #992630;
	border-right: 1px solid #992630;
	padding: 10px;
}
.top-bar .icon a {
	margin-right: 10px;
}

.header {
	padding-bottom: 20px;
	background: #fff;
}
.header .logo {
	margin-top: -20px;	
}
.header .call {
	margin-top: 20px;
}
.header .call p:last-child {
	margin-bottom: 0;
}
.header .call a {
	color: #333;
}
.header .call a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
.header .call .light {
	color: #8b8b8b;
}
.header .call img {
	margin-right: 20px;
}

.menu {
	background: #fff;
}
.navbar-default {
	background: none;
	/*border-bottom: none;*/
	border-left: none;
	border-right: none;
	margin-bottom: 0;
	border-radius: 0;
}
.navbar-default .navbar-nav > li > a {
	color: #87090a;
	text-transform: uppercase;
	margin-right: 2px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
	background: none;
	color: #d0a929 !important;	
}
.navbar-default .navbar-nav > li > a:focus {
	color: #87090a;
	background: none !important;
}
.navbar-right > li:last-child a {
	padding-right: 0;
}
.navbar-default .navbar-nav .open > .dropdown-toggle {
	color: #d0a929 !important;	
	background: none !important;
}
.dropdown-menu {
	
}
.dropdown-menu a {
	color: #87090a !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.dropdown-menu a:hover, .dropdown-menu > .active > a {
	background: none !important;
	color: #d0a929 !important;	
}
.dropdown-menu a:focus, .dropdown-menu > .active > a:focus {
	background: none !important;
}

.business-unit {
	
}
.business-unit .inner {
	background: #fff;
	padding: 30px;
}
.business-unit .box {
	max-width: 400px;
}
.business-unit .box h2 {
	font-size: 20px;
	font-weight: bolder;
	margin-bottom: 20px;
	margin-top: 10px;
}
.business-unit p {
	margin-bottom: 20px;
}
.business-unit a.link {
	color: #87090a;
}
.business-unit a.link:hover {
	text-decoration: none;
	border-bottom: 1px dotted #87090a;
}
.business-unit .image {
	position: relative;
}
.business-unit .image .curve {
	position: absolute;
	bottom: 0;
	background: url('img/curve.png') no-repeat;
	width: 100%;
	height: 50px;
}

.event-home {
	background: url('img/bg-1.jpg') #796015 no-repeat;
	padding: 50px 0;
}
.event-home h3.title {
	color: #d2ab29;
	font-size: 20px;
	margin-bottom: 10px;
}
.event-home h2.title {
	color: #fff;
	font-size: 28px;
	font-weight: bolder;
}
.event .box {
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.event .caption {
	padding: 10px;
	margin-top: 10px;
	background: rgba(255, 255, 255, 0.7);
	display: block;
}
.event-inner .caption {
	background: #eee;
}
.event .caption:hover {
	text-decoration: none;
}
.date {
	color: #8b8b8b;
	font-size: 0.9em;
	margin-bottom: 20px;
}
.date .glyphicon {
	color: #87090a;
}
.event .caption h3 {
	font-size: 18px;
	color: #333;
	min-height: 40px;
	margin-bottom: 10px;
}
.event-sidebar .caption {
	margin-top: 0 !important;
}
.event-sidebar .caption h3 {
	margin-bottom: 0 !important;
	min-height: 10px !important;
}

.about {
	padding: 50px 0;
}
.about h2 {
	text-align: center;
	font-weight: bolder;
	margin-bottom: 30px;
}
.about h2:after {
	border-bottom: 3px solid #87090a;
	display: block;
	content: '';
	width: 70px;
	margin: 20px auto 0;
}
.about .description {
	color: #666;
	font-size: 1.1em;
	text-align: justify;
}
.about .link:hover {
	text-decoration: none;
}
.about .box-wrapper {
	padding: 10px;
	background: #f7f4ec;
	margin-bottom: 20px;
}
.about .box {
	padding: 20px;
	border: 2px solid #f0e7d3;
}
.about .box h3 {
	font-size: 18px;
	font-weight: bolder;
	color: #87090a;
	text-align: center;
	margin-bottom: 20px;
}
.about .box p {
	text-align: center;
	color: #666;
}
.about .box img {
	margin-bottom: 20px;
}

.footer {
	background: url('img/bg-2.jpg') #6a0a0c no-repeat;
	padding-bottom: 50px;
}
.footer h3 {
	font-size: 20px;
	color: #fff;
	margin-top: 50px;
	margin-bottom: 20px;
}
.footer ul {
	list-style: square;
	padding-left: 20px;
}
.footer li {
	color: #d0a929;
	margin-bottom: 10px;
}
.footer li span {
	color: #fff;
}
.footer p {
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.copyright {
	padding: 10px 0;
	background: #d9b029;
}
.copyright p {
	margin-bottom: 0;
	color: #87090a;
	font-size: 0.9em;
}
.copyright .social a {
	margin-right: 10px;
}
.copyright .social a:hover {
	text-decoration: none;
}
.copyright .ns p {
	
}
.copyright .ns a {
	color: #87090a;
}
.copyright .ns a.ns-link {
	color: #111;
	border-bottom: 1px dotted #333;
}
.copyright .ns a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

.heading {
	background: #eee;
	padding: 20px 0;
}
.heading h1 {
	font-size: 20px;
	font-weight: bolder;
}

.page {
	padding: 30px 0;	
}
.main-left {
	margin-bottom: 50px;
}
.user-data {
	
}
.user-data h3 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bolder;
}
.user-data ul, .user-data ol {
	padding-left: 20px;
}
.user-data p, .user-data li {
	line-height: 2em;
}
.user-data.mmfont p, .user-data.mmfont li {
	font-size: 16px;
}
.user-data li {
	margin-bottom: 10px;	
	list-style: none;
	padding-left: 25px;
	background: url('img/list-icon.png') no-repeat left center;
}
.user-data img {
  	display: block;
  	max-width: 100%;
  	height: auto;
}
.user-data a {
	color: #87090a;
}
.user-data a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #87090a;
}

.user-data .table-responsive {
	
}
.user-data table {
	margin-top: 20px;
}
.user-data table td {
	border: 1px solid #999 !important;
}
.user-data table tr td:first-child {

}
.user-data table caption {
	display: none;
}


ul.breadcrumbs {
	padding-left: 0;
	margin-bottom: 0;
	float: right;
}
ul.breadcrumbs li {
	list-style: none;	
	display: inline;
}
ul.breadcrumbs li a {
	color: #87090a;
}
ul.breadcrumbs li a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #87090a;
}
ul.breadcrumbs .item-current {
	color: #8b8b8b;
}

.gallery {
	
}
.gallery img {
	margin: 0;
}
.gallery dl.gallery-item {
	margin-bottom: 0;
}
.gallery dt {
	margin-right: 10px;
}
.wp-caption-text {
	margin-bottom: 10px
}

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: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
}
ul.page-numbers li span.current {
	background: #87090a;
}
ul.page-numbers li a {
	background: #282828;	
}
ul.page-numbers li a:hover {
	background: #87090a;
	text-decoration: none;
}

.sidebar h2.title {
	font-size: 18px;
	font-weight: bolder;
	margin-bottom: 20px;	
}
.sidebar h2.title:after {
	border-bottom: 2px solid #87090a;
	display: block;
	content: '';
	width: 100px;
	margin-top: 10px;
}

.google-map iframe {
	display: block;
}

form label {
	
}
.form-control {
	min-height: 40px;
	border-radius: 0;
}
.form-control:focus {
	border: 1px solid #d0a929;
	box-shadow: none;
}
.alert {
	border-radius: 0;
}
.alert > p {
	
}

.contact-box {
	background: #eee;
	padding: 10px;
	max-width: 360px;
}
.contact-box h3 {
	font-size: 16px;
	font-weight: bolder;
	color: #87090a;
	margin-bottom: 5px;
}
.contact-box p {
	line-height: 1.8em;
}
.contact-box ul {
	margin: 10px 0;
	padding-left: 25px;
}
.contact-box li {
	margin-bottom: 20px;	
	list-style: square;
	color: #d0a929;
}
.contact-box li a {
	color: #87090a;
}
.contact-box li a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #87090a;
}
.contact-box p a {
	color: #333;
}
.contact-box p a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

.slick-loading .slick-list
{
    /*background: #fff url('./ajax-loader.gif') center center no-repeat;*/
}
.slick-prev, .slick-next {
	position: absolute;
	z-index: 2;
	top: 50%;
	opacity: 0.8;
	padding: 12px;
	border-radius: 4px;
}
.slick-prev
{
    left: -25px;
}
.slick-next
{
    right: -25px;
}



.bar:before, .bar:after {
  content: '';
  border-top: 1px solid #999;
  display: inline-block;
  width: 20%;
}

.page-block {
	padding: 50px 0 20px;
	background: #eee;
}
.page-block .box {
	padding: 20px;
	background: #ddd;
}
.page-block h3 {
	font-size: 16px;
}
.page-block .wrap {
	max-width: 300px;
	margin-bottom: 30px;
}
.page-block .caption {
	margin-top: 10px;
}
.page-block .caption p {
	font-size: 16px;
	text-align: center;
	font-weight: bolder;
	margin-bottom: 0;
}

.page-slider {
	padding: 50px 0 20px;
}
.page-slider h3 {
	margin-bottom: 20px;
	font-size: 18px;
}
.page-slider .wrap {
	max-width: 400px;
	margin-bottom: 30px;
}



/*xs*/
@media (max-width: 767px) {
	.top-bar {
		min-height: 30px;
	} 
	.event-home h2.title {
		margin-bottom: 20px;
	}
	.heading h1 {
		margin-bottom: 20px;
	}
	.gallery-item {
		width: 100% !important;
	}
	.page-slider .slider {
		padding: 0 30px;
	}
	.copyright p {
	    text-align: center;
	}
}

/*sm md lg*/
@media (min-width: 768px) { 
/* 	.fixed {
		position: fixed;
		z-index: 200;
		width: 100%;
	} */
/* 	.unfixed {
		padding-top: 183px;
	} */
	.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;
	}	
	.navbar-default .navbar-nav > .active > a {
		border-top: 1px solid #d0a929;
	}
	.navbar-default .navbar-nav > li > a {
		border-top: 1px solid transparent;
	}
	.navbar-default .navbar-nav > .open > .dropdown-toggle {
		border-top: 1px solid #d0a929 !important;
	}
	.about .inner {
		padding: 0 150px;
	}
	.business-unit {
		position: relative;
		bottom: 50px;
	}
}