@import url(//fonts.googleapis.com/earlyaccess/myanmarsanspro.css);
body{
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    font-size: 14px;
    color: #333;
}
/* headerbar start */
#headerbar{
	position: fixed;
	top: 0;
	z-index: 998;
	background-color: #fff;
	height: 125px;
	padding: 0px;
	
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.4); 
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4); 
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
#brandbar{
	height: 80px;
	margin-bottom: 5px;
}
#searchLang{
	float: right;
	height: 40px;
	text-align: right;
}
#languageBar{
	height: 40px;
	margin: 0px;
	padding: 10px 10px;
}
#languageBar li{
	list-style: none;
	display: inline;
}
#languageBar li a{
    text-decoration: none;
    color: #0749b3; 
}
#languageBar li a:hover{
    text-decoration: underline;
}
#lang_active{
	color: #333;
}
#logobar{
	float: left;
	height: 80px;
}
/* headerbar end */

/* menu2 begin (for smaller screens)*/
#menu2{
	display: none;
	float: right;
	text-align: right;
	height: 40px;
	margin-top: 30px;
}
#btnMenuToggle{
	width: 50px;
	height: 30px;
	padding: 0px;
}
#menuBar2{
	display: none;
	list-style: none;
	margin: 20px -58px 0px -418px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	padding-right: 10px;
}
.menuItem2{
	text-align: center;
	min-height: 40px;
	height: auto;
	background-color: #fff;
}
.menuItem2 a{
	color: #0749b3;
	text-decoration: none;
	width: 100%;
	min-height: 40px;
	height: auto;
	margin-left: -20px;
	padding: 10px;
	display: block;
}
.menuItem2.m2_active a, .menuItem2:hover a{
	color: #fff;
	background-color: #0749b3;
}
#menuBar2_sub{
	position: relative;
	z-index: 1;
}
.dropdown-content {
	display: none;
	position: absolute;
	width: 100%;
}
.dropdown:hover .dropdown-content {
  display: block;
}
/* menu2 end (for smaller screens)*/

/* menu start */
#menu{
	height: 40px;
}
#menuBar{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 40px;
	list-style: none;
	border-bottom: 2px solid #0749b3;
}
.menuItem{
	display: inline-block;
	width: 20%;
	height: 100%;
	text-align: center;
	margin-right: -5px;
}
.menuItem  a{
	color: #0749b3;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 10px;
}
.menuItem a:hover, .menuActive a{
	background-color: #0749b3;
	color: #fff;
	border-radius: 15px 15px 0px 0px;
}
#menuBar_sub{
	width: 100%;
	height: 100px;
	background-color: #0749b3;
}
#menuItem_sub{
	width: 100%;
	height: 30px;
}
#menuBar_sub a{
	color: #fff;
	height: 30px;
	padding-top: 5px;
}
#menuBar_sub a:hover, .subActive a{
	background-color: #fff;
	color: #0749b3;
	border-radius: 0px 0px 0px 0px;
}
.subActive span{
	color: #0749b3;
}
/* menu end */

#flexHeight{
	height: 135px;
}
.titleRibbon{
	height: 45px;
	padding: 10px;
	margin: 20px 0px 30px 0px;
	color: #fff;
	font-weight: bold;
	background-color: #f09d18;
	border-bottom: 2px solid #f09d18;
	border-radius: 10px;
}
.img_holder{
	padding-top: 20px;
	text-align: center;
}
.img_holder img:hover{
	transform: scale(0.8);
}
.img_holder p{
	color: #333;
	text-align: center;
}
#categories, #contact_add{
	margin: 50px 0px 60px 0px;
}
.mm_line_height{
	line-height: 23px;
}

/* Breadcrumb */
.breadcrumb{
	padding:8px 15px;
	margin-bottom:20px;
	list-style:none;
	background-color:#FFF;
	border-radius:4px
}
.breadcrumb>li{
	display:inline-block
}
.breadcrumb>li+li:before{
	padding: 0px 5px;
	color: #000;
	content: "> "
}
.breadcrumb>.active{
	font-weight: bold;
}
/* footerbar start */
#footerbar, #mm_footerbar{
	background-color: #0749b3;
	color: #fff;
	min-height: 100px;
	height: auto;
	padding: 25px 0px 5px 0px;
}
#footer div a, #mm_footerbar div a{
	line-height: 25px; 
}
#footerbar a, #mm_footerbar a{
	color: #fff; 
}
#copyright{
	background-color: #0749b3;
	color: #fff;
	text-align: center;
	font-size: 12px;
	padding-bottom: 5px;
}
#facebook{
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	background-color: #fff;
	color:#0749b3;
	border-radius: 50px;
	padding: 7px 0px 0px 13px;
	font-size: 36px;
}
/* footerbar end */

/* backToTop start */
#back-to-top {
    position: fixed;
    bottom: 9px;
    right: 20px;
    z-index: 999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 8px;
    background: #f09d18;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 25px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    color: #fff;
    font-size: 20px;
    padding-top: 8px;
    box-shadow: 1px 1px 1px #000;
}
#back-to-top:hover {
    background: #fff;
    color: #f09d18;
    font-weigth: bold;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}
/* backToTop end */

/* responsive display start */
.mobileShowOnly{
	display: none;
}
@media only screen and (max-width: 409px){
	#menu{
		display: none;
	}
	#menu2{
		display: block;
	}
	#myCarousel{
		display: none;
	}
	.mobileShowOnly{
		display: block;
	}
	.logo{
		width: 200px;
	}
	#menuBar2{
		margin-left: -246px;
		margin-right: -48px;
	}
}
@media only screen and (max-width: 640px) and (min-width: 409px) {
	#menu{
		display: none;
	}
	#menu2{
		display: block;
	}
	#myCarousel{
		display: none;
	}
	.mobileShowOnly{
		display: block;
	}
	.logo{
		width: 200px;
	}
	#menuBar2{
		margin-left: -246px;
		margin-right: -48px;
	}
}
@media only screen and (max-width: 768px) and (min-width: 640px){
	#menu{
		display: none;
	}
	#menu2{
		display: block;
	}
}
@media only screen and (max-width: 991px) and (min-width: 769px){
	#menu{
		display: none;
	}
	#menu2{
		display: block;
	}
}
/* responsive display end */