/**********************************************************************
***********************************CARD********************************
**********************************************************************/
body.mm-zawgyi p:lang(en), body.mm-zawgyi :lang(mm-unicode) {
    display: none;
}

body.mm-unicode p:lang(en), body.mm-unicode :lang(mm-zawgyi) {
    display: none;
}

body.en p:lang(mm-zawgyi), body.en :lang(mm-unicode) {
    display: none;
}

.float-eng{
	position:fixed;
	width:80px;
	height:30px;
	bottom:40px;
	right:200px;
	background-color:#ddd;
    color:#000;
    opacity: 0.8;
	border-radius:0px;
	text-align:center;
    padding: 10px 0px 0px;
    cursor: pointer;
    z-index: 9999;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
	/* box-shadow: 2px 2px 3px #999; */
}

.float-eng:hover {
    color: #029cd4;
}

.float-zawgyi{
	position:fixed;
	width:80px;
	height:30px;
	bottom:40px;
	right:120px;
	background-color:#ddd;
    color:#000;
    opacity: 0.8;
	border-radius:0px;
	text-align:center;
    padding: 10px 0px 0px;
    cursor: pointer;
    z-index: 9999;
	/* box-shadow: 2px 2px 3px #999; */
}

.float-zawgyi:hover {
    color: #029cd4;
}

.float-unicode{
	position:fixed;
	width:80px;
	height:30px;
	bottom:40px;
	right:40px;
	background-color:#ddd;
    color:#000;
    opacity: 0.8;
	border-radius:0px;
	text-align:center;
    padding: 10px 0px 0px;
    cursor: pointer;
    z-index: 9999;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	/* box-shadow: 2px 2px 3px #999; */
}

.float-unicode:hover {
    color: #029cd4;
}

.card-blue {
    background: #49b3df;
    color: white;
    border-color: #3aa6d3;
}
.card-green {
    background: #44c48c;
    color: white;
    border-color: #35af7a;
}
.card-pink {
    background: #ce4fc7;
    color: white;
    border-color: #c03db9;
}
.card-orange {
    background: #db8541;
    color: white;
    border-color: #ce7630;
}
.card-black {
    background: #333;
    color: white;
    border-color: #212121;
}
.card-black hr{
    border-bottom-color: #212121;
}
.card-black *{
    color: #fff;
}
.card-black *:hover{
    color: #ccc;
}
/**********************************************************************
***********************************LIST********************************
**********************************************************************/
.nav-styled{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.nav-styled li{
    padding: 5px 0px 5px 32px;
    background: url('../images/icon/icon-ok-sign-green.png') left no-repeat;
}
.nav-styled.inverse li{
    background: url('../images/icon/icon-ok-sign-inverse.png') left no-repeat;
}
.nav-styled.gray li{
    background: url('../images/icon/icon-ok-sign.png') left no-repeat;
}
.nav-styled.nav-styled-danger li{
    background: url('../images/icon/icon-error-mini.png') left no-repeat;
}
.nav-styled.blue li{
    background: url('../images/icon/icon-ok-sign-blue.png') left no-repeat;
}
.nav-styled li a:hover{
    background: none;
}

.nav-styled-dashed{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.nav-styled-dashed li{
    text-align: left;
    padding: 5px 0px 5px 12px;
    background: url('../images/icon/dash.png') left no-repeat;
}

.nav-styled-dashed li a:hover{
    background: none;
}
.nav-styled-tick{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.nav-styled-tick li{
    text-align: left;
    padding: 5px 0px 5px 24px;
    background: url('../images/icon/tick-mini.png') left no-repeat;
}

.nav-styled-tick li a:hover{
    background: none;
}
.nav-large li{
    margin: 10px 0px;
    line-height: 28px;
    font-size: 18px;
}
.nav-styled-circle li{
    text-align: left;
    padding: 5px 0px 5px 30px;
    background: url('../images/icon/icon-circle-mini.png') left no-repeat;
}
/**********************************************************************
***********************************SPACE*******************************
**********************************************************************/
.space-mini {
    height: 5px;
    display: block;
}
.space {
    height: 10px;
    display: block;
}

.space-large {
    height: 30px;
    display: block;
}

.space-xlarge {
    height: 70px;
    display: block;
}

.space-xxlarge {
    height: 140px;
    display: block;
}

.space-xxxxlarge {
    height: 280px;
    display: block;
}

.pad-none{
    margin: 0px;
    padding: 0px;
}
.pad-small{
    padding: 5px;
}
.pad-normal{
    padding: 10px;
}
.pad-large{
    padding: 16px;
}
.pad-xlarge{
    padding: 26px;
}
.pad-huge{
    padding: 76px;
}

.pad-side-small {
    padding: 10px 9%;
}

.pad-side-xhuge{
    padding: 0px 20%;
}
.pad-side-xxhuge{
    /* padding: 80px 200px 50px; */
    padding: 50px 20%;
}
.bordered{
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
}
.underline{
    display: inline;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 10px;
}
.pull-center {
    margin: auto;
    text-align: center;
}

.span6-fixed{
    height: 520px;
    background-position: center;
    background-size: cover;
}

.span6-fixed-background-filled{
    margin-left: 10px;
    height: 520px;
    background-color: #f0f0f0;
}

.features-content{
    padding: 30px 50px;
    line-height: 1.7;
}

/**********************************************************************
******************************BACKGROUND COLORS ***********************
**********************************************************************/
.b-circle{
    height: 160px;
    width: 160px;
    border-radius: 50%;
    text-align: center;
    position: relative;
}
.b-circle-styled{
    border: 4px solid #fff;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.b-circle-styled:hover{
    opacity: .5;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.b-circle *{
    vertical-align: middle;
}
.b-circle.large{
    height: 200px;
    width: 200px; 
}
.b-circle.small{
    height: 100px;
    width: 100px; 
}
.b-white{
    background-color: #fff;
}
.b-blue{
    color: #fff;
    background-color: #01acd4;
}
.b-mainblue{
    background-color: #02598c;
}
.b-mainlightblue{
    color: #fff;
    background: #029cd4;
}
.b-lblue{
    background-color: #9bd5fd;
}
.b-orange{
    background-color: #e79432;
}
.b-green{
    background-color: #51dc99;
}
.b-darkblue{
    background-color: #246485;
}
.b-lgrey{
    background-color: #f6f6f6;
}
.b-gray{
    background-color: #ccc;
}
.b-dark-gray{
    color: #fff;
    background-color: #444;
}
.b-midlightblack{
    color: #828282;
    background-color: #1f1f1f;
}
.b-lightblack{
    color: #fff;
    background-color: #222;
}
.b-black{
    color: #fff;
    background-color: #212121;
}
.b-red{
    color: #fff;
    background-color: #bc4444;
}
.b-transparent{
    background: transparent !important;
}
/**********************************************************************
***********************************LINES*******************************
**********************************************************************/
.line{
    width: 100%;
    height: 1px;
    display: block;
}
.line.large{
    height: 3px;
}
.line-styled{
    opacity: .2;
    width: 200px;
    text-align: center;
    margin: auto;
    height: 20px;
    display: block;
    position: relative;
}
.line-styled-blocked{
    display: block;
    width: 100%;
}
.line-styled div.inner{
    background-color: #000;
    position: absolute;
    top: 11.4px;
    left: 0px;
    display: block;
    height: 1px;
    width: 100%;
}
.line-styled span.circle{
    border-radius: 50%;
    height: 4px;
    width: 4px;
    border-width: 1px;
    border-style: solid;
    display: block;
    position: absolute;
    border-color: #000;
    left: 50%;
    top: 9px;
    background: #fff;
}
.line-styled.line-styled-large div.inner{
    height: 4px;
}
.line-styled.line-styled-large span.circle{
    height: 8px;
    top: 6px;
    width: 8px;
    border-width: 4px;
}
.line-styled.line-styled-blue div.inner{
    background: #51ace0; 
}
.line-styled.line-styled-blue span.circle{
    border-color: #51ace0;
}
.line-styled.line-styled-white div.inner{
    background-color: #fff; 
}
.line-styled.line-styled-white span.circle{
    border-color: #fff;
    background-color: #000;
}

hr {
    margin: 0px 0px;
    border: 0;
    border-bottom: 1px solid #ccc;
    background: transparent;
}
.hr-heading{
    width: 160px;
    text-align: center;
    margin: auto;
    border: 0px;
    background: none;
    border-bottom: 2px solid #e1e1e1;
}
.hr-heading .inverse{
    border-bottom: 2px solid #333;
}
.hr-heading.red{
    border-bottom: 2px solid #cc0000;
}
.hr-heading.lred{
    border-bottom: 2px solid #d34a4b;
}
.hr-heading.white{
    border-bottom: 2px solid #fff;
}
.hr-heading.gray{
    border-bottom: 2px solid #999;
}
.hr-heading.lightgray{
    border-bottom: 2px solid #828282;
}
.hr-heading.black{
    border-bottom: 2px solid #111
}
.hr-heading.darkred{
    border-bottom: 2px solid #8b313a;
}
.hr-heading.thinn{
    border-width: 1px;
}
.hr-heading.thick{
    border-width: 4px;
}
.hr-heading.xshort{
    width: 25px;
}
.hr-heading.short{
    width: 100px;
}
.hr-heading.long{
    width: 240px;
}
.hr-heading.xlong{
    width: 90%;
    padding: 5px;
}
.hr-heading.block{
    display: block;
    width: 100%;
}
/**********************************************************************
***********************************ANIMATIONS**************************
**********************************************************************/
.animDelayShort{
    -webkit-animation-delay: .2s; /* Chrome, Safari, Opera */
    animation-delay: .2s;
}
.animDelayMedium{
    -webkit-animation-delay: .4s; /* Chrome, Safari, Opera */
    animation-delay: .4s;
}
.animDelayLong{
    -webkit-animation-delay: .8s; /* Chrome, Safari, Opera */
    animation-delay: .8s;
}

.hiddenContent, .animateOnScroll{
    visibility: hidden;
}
/**********************************************************************
***********************************TEXT/COLORS*************************
**********************************************************************/
.orange {
    color: #fe781e !important;
}
.lgreen{
    color: #e8f405;
}

.purple {
    color: #9b59bb !important;
}

.mainblue {
    color: #02598c !important;
}

.blue {
    color: #2e9cde !important;
}
.greenyellow{
    color: #e8f405;
}
.lgreen {
    color: #41bb19 !important;
}

.green {
    color: #19a541 !important;
}

.darkgreen {
    color: #0d8d31 !important;
}

.dgreen {
    color: #51dc99 !important;
}

.grey {
    color: #999 !important;
}

.lgrey {
    color: #ccc !important;
}

.lblue {
    color: #1da4e5 !important;
}

.lred {
    color: #fe5455 !important;
}
.red {
    color: #ff3738 !important;
}
.darkred{
    color: #770000 !important;
}
.darkgrey{
    color: #444 !important; 
}
.white{
    color: #fff !important; 
}
.black{
    color: #111 !important; 
}
.italic{
    font-style: italic;
}
.truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.t-left{
    text-align: left;
}
.small{
    font-size: 12px;
}
.t-heading-small{
    font-size: 16px;
}
.t-heading-huge{
    font-size: 60px;
    font-weight: normal;
}
.t-heading-xlarge{
    font-size: 40px;
}
.t-heading-large{
    font-size: 28px;
}
.t-heading-normal{
    font-size: 21px;
    padding-top: 10px;
}
.t-heading-medium{
    font-size: 22px;
}
.t-light{
    font-family: 'RobotoLight';
    font-weight: lighter;
}
.t-normal{
    font-weight: 300;
}

.question-heading{
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    padding: 0px 30px;
    font-family: 'RobotoBold';
}

.question-content{
    text-align: left;
    line-height: 30px;
    padding: 0px 30px;
}

.big{
    font-size: 30px;
}
.caps{
    text-transform: uppercase;
}
.article{
    font-size: 15px;
}
.strong{
    font-weight: bold;
}
.block{
    display: block;
}

/* Responsive layout */
@media (min-width: 1200px) {
    .small-container {
        width: 1100px;
    }
}
@media screen and (max-width: 600px) {
}

/* iPad in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 770px) { 
}

/**********************************************************************
***********************************BUTTON******************************
**********************************************************************/
.btn-styled {
    text-shadow: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #1082bd;
    padding: 6px 18px 4px 18px;
    border-color: #139ae0;
    border-width: 1px;
    background: #fff;
    border-width: 2px;
    border-radius: 3px;

}
.btn-styled.btn-large{
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 4px;
}
.btn-styled.btn-xlarge{
    border-width: 4px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    padding: 16px 26px;
}
.btn-styled:hover {
    box-shadow: none;
    color: #fff;
    background-color: #139ae0;
}
/**********************************************************************
***********************************FORM********************************
**********************************************************************/
form{
    margin: 0px;
}
form input[type='text'],input[type='password'],form textarea, form select {
    margin: 0 0 20px 0;
    padding: 24px 14px;
    border: 0;
    outline: 0;
    resize: none;
    line-height: 17px;
    background-color: #dbdbdb;
    color: #666;
    width: 100%;
    display: block;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
}
form select{
    padding:14px;
    height: auto;
}
form label{
    color: #999;
    font-weight: bold;
    font-size: 12px;
    padding-left: 4px;
}
form .error{
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 4px;
}
.form-actions{
    background: none;
}
/**********************************************************************
***********************************MODAL*******************************
**********************************************************************/
.modal .modal-header{
    padding: 0px;
}