@font-face {
	font-family: 'Zawgyi-One';
	src: url('fonts/zawgyione-webfont.eot'), /* IE9 Compat Modes */
	url('fonts/zawgyione-webfont.woff') format('woff'), /* Modern Browsers */
	url('fonts/ZawgyiOne2008.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/zawgyi-one-webfont.svg') format('svg'); /* Legacy iOS */
}
.text-my {
    font-family: "Zawgyi-One" !important;
}
body {
	font: 400 16px/1.6em 'Quattrocento Sans', sans-serif;
	color: #444;
}
h1 {
	font: 600 25px 'Bitter', sans-serif;
	margin-bottom: 20px;
	color: #333;
	
}
h2 {
	font: 600 21px/1.6em 'Bitter', sans-serif;
	margin-bottom: 15px;
	color: #333;
}
h3 {
	font: 600 19px 'Bitter', sans-serif;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #222;
}
h4 {
	font: 600 17px 'Bitter', sans-serif;
	margin-top: 0;
	margin-bottom: 5px;
	color: #333;
}
h5 {
	font: 600 16px 'Bitter', sans-serif;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #333;
}
h1.line {
	display: inline-block;
	position: relative;
	padding-bottom: 20px;
}
h1.line:before {
	content: "";
	position: absolute;
	width: 20%;
	height: 1px;
	bottom: 0;
	left: 40%;
	border-bottom: 3px solid #E33834;
}
a {
	color: #333;
}
a:focus {
	outline: 0;
}
.top-bar {
	background: #95af4d;
	padding: 3px 0;
	color: rgba(255,255,255,0.95);
	font-size: 14px;
}
.lang-picker {
	margin-left: 30px;
}
.lang-picker select {
	color: #555;
}
.header {
	background: rgba(255,255,255,0.95);
	padding: 15px 0;
	width: 100%;
	box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}
.logo {
	
}
.navbar {
	margin: 0;
}
ul.nav {
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
ul.nav > li > a {
	padding: 10px 18px !important;
	font: 600 16px 'Quattrocento Sans', sans-serif;
	text-transform: uppercase;
	margin-right: 8px;
}
ul.nav > li:hover > a, ul.nav > li > a:focus, ul.nav > li.active > a, ul.nav > li.active:hover > a {
	color: #ffffff;
	background: #A6C947;
	border-radius: 500px;
}
.dropdown-menu {
	background: rgba(255,255,255,0.95);
	padding: 0 12px;
	border: 0;
	border-radius: 0;
	min-width: 200px;
}
.dropdown-menu li a {
	padding: 8px 0;
	font: 600 15px 'Quattrocento Sans', sans-serif;
	color: #000;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
}
.dropdown-menu li:last-child a {
	border-bottom: 0;
}
.dropdown-menu li:hover a {
	background: none;
	color: #A37302;
}
.dropdown-menu li a:focus {
	outline: 0;
}
.banner {
	background: #888 url(../images/banner3.jpg) center center;
	background-size: cover;
	padding: 50px 0;
	height: 520px;
}

.featured_image {
	background: #888 url(../images/featured2.jpg) center center;
	background-size: cover;
}

.btn-custom {
	font: 700 17px 'Quattrocento Sans', sans-serif;
	padding: 12px 18px;
	background: #95af4d;
	color: #fff;
	border-radius: 2px;
	border: 0;
	/*text-transform: uppercase;*/
	margin-top: 5px;
}
.btn-custom:hover {
	color: #fff;
	background: #A6C947;
}
.btn-custom:focus {
	outline: 0;
	color: #fff;
}
.btn-link {
	color: #95af4d;
	font: 700 13px 'Quattrocento Sans', sans-serif;
	padding: 0;
	text-transform: uppercase;
}
.btn-link:hover {
	color: #A6C947;
}
.btn-link:focus {
	color: #A6C947;
	text-decoration: none;
}
.martop-10 {
	margin-top: 10px;
}
.martop-20 {
	margin-top: 20px;
}
.martop-30 {
	margin-top: 30px;
}
.martop-40 {
	margin-top: 40px;
}
.marbot-10 {
	margin-bottom: 10px;
}
.marbot-20 {
	margin-bottom: 20px;
}
.marbot-30 {
	margin-bottom: 30px;
}
.marbot-40 {
	margin-bottom: 40px;
}
.marbot-50 {
	margin-bottom: 50px;
}
.marbot-60 {
	margin-bottom: 60px;
}
.full-width {
	width: 100%;
}
.card {
	background: #f2f7f9; 
	padding: 25px 20px 20px 20px; 
	border-radius: 2px;
}
.featured {
	
}
.featured img {
	background: #D0511F;
	padding: 10px;
	border-radius: 100px;
}
.featured h3 {
	margin-top: 0;
}
ul.list {
	padding: 0;
	margin: 0;
	list-style-image: url(../images/check-mark.png);
	padding-left: 30px;
}
ul.list li {
	padding: 3px 0;
}
ul.list h4 {

}
ul.list2 {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.list2 li {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 3px 0;
}
ul.list2 li:last-child {
	border-bottom: 0;
}
ul.list2 .fa-bus {
	margin-right: 7px;
	color: #eee;
}
ul.bullet-list {
	padding: 0;
	margin: 0;
	list-style: square;
	padding-left: 20px;
}
ul.bullet-list li {
	padding: 0;
}
.form-wrapper {
	background: #fff;
	padding: 35px; 
	color: #222; 
	border-radius: 0;
	border-top: solid #A6C947 3px;
}
.form-wrapper h1 {
	color: #222;
	margin-top: 0;
	font-size: 23px;
}
.form-wrapper label {
	font-weight: normal;
}
.date-picker {
	background: #fff url(../images/calendar-icon.png) no-repeat 96%;
	background-size: 24px;
}
.section {
	padding: 30px 0;
}
.box {
	background: #f9f9f7; 
	padding: 10px 30px 30px 30px;
	border: 1px solid #f3f4ef;
	border-radius: 2px;
}
.gradient-bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,000000+100&0.65+0,0+67 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(242,242,242,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(242,242,242,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(242,242,242,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6f2f2f2', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.app-banner {
	background: #145DA9;
	padding: 25px;
	color: #fff;
	margin-top: 20px;
	border-radius: 3px;
}
/*.app-banner .container {
	background: url(../images/app_en.png) no-repeat 100px top;
	background-size: 500px;
	color: #fff;
}*/
.app-banner h1 {
	color: #fff;
	margin-top: 0;
}
.logo-img {
	filter: grayscale(1);
	transition-property: filter;
	transition-duration: 1s;
	opacity: 0.8;
	padding: 0 20px;
}
.logo-img:hover {
	filter: grayscale(0);
}
.fa-exchange {
	color: #888;
	margin: 0 5px;
}
footer {
	background: #2b4c2a;
	background: #eeefea;
	/*color: rgba(255,255,255,0.8);*/
	color: #555;
}
.footer-top {
	padding: 30px 0;
}
.footer-top h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	/*color: #fff;*/
	font-size: 19px;
}
.footer-top a {
	color: #ddd;
}
.footer-top a:hover {
	color: #fff;
	text-decoration: none;
}
.footer-bottom {
	padding: 20px 0;
	color: rgba(255,255,255,0.7);
	background: #172716;
	background: #607223;
	font-size: 12px;
	text-transform: uppercase;
}
.footer-bottom a {
	color: #bbb;
}
.footer-bottom a:hover {
	color: #fff;
	text-decoration: none;
}

@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1199px) {
	ul.nav li a {
		padding: 13px 6px !important;
	}
}
@media screen and (max-width: 991px) {
	ul.nav li a {
		font-size: 13px !important;
		padding: 15px 6px !important;
	}
}
@media screen and (min-width: 768px) {
	ul.nav li.dropdown:hover ul.dropdown-menu {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.header {
		height: auto !important;
	}
	.banner {
		background: none;
		margin-bottom: 20px;
	}
	.logo {
		top: 0;
		position: relative;
	}
	.navbar-header {
		background: #111;
	}
	.navbar-toggle span {
		border-bottom: 2px solid #fff;
	}
	.navbar-collapse {
		max-height: none;
	}
	ul.nav {
		margin-top: 0;
		width: 100%;
	}
	ul.nav > li > a {
		color: #000;
		padding: 15px 0 !important;
		border-bottom: 1px solid #ccc;
		font-size: 13px !important;
	}
	ul.nav > li.active > a, ul.nav > li:hover a, ul.nav > li.active:hover > a, ul.nav > li > a:focus {
		color: #000;
		background: none !important;
	}
	ul.nav > li:last-child > a {
		border-bottom: 0;
	}
	.dropdown-menu {
		padding: 0;
		margin: 0;
	}
	.dropdown-menu li a {
		font: 700 15px 'Lato', sans-serif !important;
		color: #000;
		border-bottom: 1px solid #ccc;
		background: none;
		padding: 9px 26px !important;
	}
	.dropdown-menu li:hover a {
		background: none;
	}
	ul.list li:last-child {
		border-bottom: 1px solid #d3d3d3;
	}
	.form-wrapper {
		padding: 30px; 
		margin-top: 120px;
	}
}

.lSSlideOuter .lSPager.lSpg {
	position: relative;
	top: -40px;
}

.lSSlideOuter .lSPager.lSpg > li a {
	background-color: #999 !important;
}

.lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #fff !important;
}
