/** ********************************************** **
	@Author			Meftahul Sagor
	@Website		www.meftasagor.com
	@Last Update	6:23 PM Sunday, January 13, 2015

	TABLE CONTENTS
	-------------------------------
		01. Globals
		02. Boxed Layout
		03. Top Nav
		04. Slider
		05. Content
		06. Special Pages (maintenance, coming soon, etc)
		07. Contact
		08. Item Box (team, shop, etc)
		09. Comments
		10. Footer
		11. Global Search
		12. Quick Shop Cart

*************************************************** **/
/** 01. Globals
 **************************************************************** **/
html {
	overflow-x: hidden;
	overflow-y: auto;
}

html, body {
	min-height: 100%;
}

body {
	color:#2E363F;
	background-color:#eee;
	font-family:Arial, sans-serif;
	font-size:12px; line-height:23px;
	margin:0; padding:0;
}


	html.overflow-hidden,
	body.overflow-hidden {
		overflow:hidden !important;
	}

	section.margin-footer {
		margin-bottom:-81px; /* see wrapper padding */
	}

	span.global-overlay {
		background-color:rgba(0,0,0,0.3);
		position:fixed;
		top:0; right:0; bottom:0; left:0;
		z-index:99;

		-webkit-transition: all 0.8s;
		   -moz-transition: all 0.8s;
			 -o-transition: all 0.8s;
				transition: all 0.8s;
	}



.white{
	background: none repeat scroll 0 0 #fff;
    float: left;
    width: 100%;
}
.mt10{
	margin-top: 10px !important;
}
.boxHead{
     background: none repeat scroll 0 0 #00778f;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 -2px;
    padding: 1% 0 1% 2%;
}
/** 02. Boxed Layout
 **************************************************************** **/
	body.boxed {
		background-color:#D7D6D6;
	}
	body.boxed #wrapper {
		background-color:#f4f5f7;
	}

	body.boxed #wrapper,
	body.boxed header, /* IE BUG */
	body.boxed footer {
		margin:auto;
		max-width:1170px;
	}


.Header {
    display: block;
    height: 130px;
    width: auto;
}

.HeaderTop {
    background: url("../images/header-top-bar.jpg") repeat-x scroll 0 0 transparent;
    float: left;
    height: 24px;
    margin-top: 5px;
    padding-left: 10px;
    width: 100%;
}

.HeaderTop .time {
    color: #fff;
    float: left;
    text-align: center;
    width: 270px;
}


.HeaderBottom {
    background: #126172 url("../images/banner.jpg") no-repeat scroll left top;
    float: left;
    height: 100px;
    padding: 0;
    width: 100%;
}

.logo {
    float: left;
    margin-top: 5px;
    padding: 0 35px;
}
.dsename {
    float: right;
    margin-bottom: 4px;
    margin-top: 6px;
    padding-right: 249px;
}

.Scroller {
    background: none repeat scroll 0 0 #fffff5;
    border: 1px solid #e9e5e5;
    float: right;
    padding: 2px;
    width: 80.8%;
    height: 36px;
}

.Scroller-box {
    float: left;
    width: 745px;
}


.TopNavb {
    background: url("../images/navigationbg.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 3px solid #fff;
    border-top: 2px solid #fff;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.navbar-default{
	background: rgb(105,157,168); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0JSIgc3RvcC1jb2xvcj0iIzY5OWRhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzA2NWU2ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgb(105,157,168) 4%, rgb(6,94,111) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(4%,rgb(105,157,168)), color-stop(99%,rgb(6,94,111))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(105,157,168) 4%,rgb(6,94,111) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(105,157,168) 4%,rgb(6,94,111) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(105,157,168) 4%,rgb(6,94,111) 99%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(105,157,168) 4%,rgb(6,94,111) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#699da8', endColorstr='#065e6f',GradientType=0 ); /* IE6-8 */
}

.navbar-nav > li {
    border-right: 1px solid #888888;
}

.LeftCol{
	width: 46.66666667% !important;
}
.RightCol {
    margin-top: 0px;
    padding: 0 !important;
    width: 52.5% !important;
}
h2.Bodyheading {
    background: none repeat scroll 0 0 #00778f;
    color: #ffffff;
    font-size: 17px;
    height: 30px;
    margin: 10px 0 5px;
    text-align: center;
    width: 100%;
    padding-top: 5px;
}

.midrow {
    border: 1px solid #dcdcc9;
    float: left;
    height: auto;
    margin-left: 0;
    margin-top: 0px;
    width: 100%;
}
.m_col-1 {
    background: none repeat scroll 0 0 #00778f;
    color: #ffffff;
    float: left;
    height: 23px;
    padding: 2px 0 0 5px;
    width: 23%;
}

.m_col-3, .m_col-4, .m_col-2 {
    background: none repeat scroll 0 0 #fff3e9;
    border-left: 1px solid #dcdcc9;
    float: left;
    height: 23px;
    margin-left: 1px;
    padding-top: 2px;
    text-align: center;
    width: 23.9%;
}
.m_col-5 {
    border-left: 1px solid #dcdcc9;
    float: right;
    height: 17px;
    padding-top: 2px;
    text-align: center;
    width: 19px;
}
.m_col-wid {
    float: left;
    height: 23px;
    padding: 2px 0 0 5px;
    text-align: center;
    width: 30%;
}
.m_col-wid1, .m_col-wid2 {
    border-left: 1px solid #dcdcc9;
    float: left;
    height: 23px;
    margin-left: 0;
    padding-top: 2px;
    text-align: center;
    width: 35%;
}
.colorgreen {
    background: none repeat scroll 0 0 #00778f;
    color: #fff;
}
.carousel-inner{
    margin-top: 10px;
}
.nav-tabs{
   background: none repeat scroll 0 0 #00778f;
    border-radius: 3px 3px 0 0;
    padding: 2px 2px 0 !important;
}
.nav-tabs > li > a{
    background: #eee;
    line-height: 1.2em !important;
    text-align: center;
    padding: 5px 16px !important;
}
.tab-content{
    border:#ccccc2 1px solid;
    margin-top: -1px;
}

.panel-dse {
    border-color: #ccccc2 !important;
}

.panel-dse > .panel-heading {
    background-color: #00778f;
    border-color: #ccccc2;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
}
.panel-body{
    padding: 4px !important;
}
.report{
    background: #eee;
    padding: 5px 10px;
    width: 31.5%;
    float: left;
    margin-left: 6px;
}

.smheight{
    height: 23px !important;
}

.btn-dse {
    background-color: #00778f;
    border-color: #357ebd;
    color: #fff;
    border-radius: 0 !important;
}
.btn-news {
    background-color: #eee;
    border-color: #357ebd;
    color: #00778f;
    padding: 3px 9px !important;
    text-align: center;
    border-radius: 3px !important;
}
.btn-search {
    background-color: #efefe2;
    border-color: #666 !important;
    color: #00778f;
    padding: 1px 24px !important;
    text-align: center;
    border-radius: 1px !important;
}

.btn-mp {
    border-color: #bde1ff !important;
    color: #00778f;
    padding: 3px 9px !important;
    text-align: center;
    border-radius: 3px !important;

    background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iI2Q3ZTllOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(215,233,232) 81%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(81%,rgb(215,233,232))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(215,233,232) 81%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(215,233,232) 81%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(215,233,232) 81%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(215,233,232) 81%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7e9e8',GradientType=0 ); /* IE6-8 */

}

.marketprice{
    width: 49%;
    float: left;
}

.portfolio{
    width: 49%;
    margin-left: 2%;
    float: left;
}
 #description {       
        height:195px;
        width: 96%;
        overflow: hidden;
        position: absolute;

}

ul.corNews{
    padding: 0;
    margin: 0;
   
}
ul.corNews li{
     background: none repeat scroll 0 0 #fff3e9;
    border: 1px solid #eee;
    display: block;
    margin-top: 2px;
    padding: 5px;
    text-align: center;
}
ul.corNews li a{
    /*font-weight: bold;*/ /*offed by arzon*/
   
}
.newsFooter{
    background: none repeat scroll 0 0 #dbdbdb;
    border-radius: 0 0 5px 5px;
    height: auto;
    margin-top: -2px;
    padding: 1.5% 5%;
    width: 100%;
    float: left;
}

.colum{
    width: 27.8%;
    float: left;
}
.colum1{
    width: 41%;
    float: left;
}

.StockInfo {
    border: 1px solid #e2e2e2;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.SILeft {
    float: left;
    width: 50%;
}
.Sbg {
    background: none repeat scroll 0 0 #eee;
    float: left;
    height: 33px;
}
.StockIcon {
    float: left;
    padding: 5px 12px;
}

.StockLink {
    color: #223b7f;
    float: left;
    font-weight: bold;
    height: 25px;
    padding-top: 8px;
    width: 170px;
 }
.SIRight {
    float: left;
    width: 50%;
}

.footer{
    height: auto;
    float: left;
    color: #fff;
    width: 99%;
    padding-left: 30px;
    padding-bottom: 2%;
}
.FoooterColum-sm{
    width: 16%;
    float: left;
}
.FoooterColum{
    width: 19%;
    float: left;
}
.FoooterColum-1{
    width: 20%;
    float:left;
}
.FoooterColum-2{
    width: 22%;
    float:left;
}

.footer h2{
    color: #fff;
    font-size: 1.2em;
    margin: 0 0 8%;
    padding: 0;
    padding-top: 5px;
    text-align: left;

}
.footer ul{
    padding: 0;
    margin: 0;
}
.footer ul li{
    list-style: none;
    line-height: 2em;
}
.footer ul li a{
    color: #e6e6e6;
}
.footerBottom {
    background: none repeat scroll 0 0 #015a6c;
    color: #fff;
    float: left;
    height: auto;
    margin: 0 8px;
    padding: 1% 0;
    text-align: center;
    width:98.5%;
}
.footerBottom ul{
    padding: 0;
    margin: 0;
}
.footerBottom ul li {
    border-right: 1px solid;
    display: inline;
    list-style: outside none none;
    padding: 0 5px;
}
.footerBottom ul li:last-child {
    border-right: 0px;
}

.footerBottom ul li a{
    color: #fff;
}

.footerBottom p{
    padding:0;
    margin:0;  
}
.footerBottom a{
    color: #fff;
}
.TBtn{
    float: left;
    width: 32.3%;
}
.tfull {
    text-align: left !important;
    width: 100%;
}
.fHeading{
    background: rgb(1,95,112); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxNWY3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDQxNDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(1,95,112) 0%, rgb(0,65,73) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(1,95,112)), color-stop(100%,rgb(0,65,73))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(1,95,112) 0%,rgb(0,65,73) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(1,95,112) 0%,rgb(0,65,73) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(1,95,112) 0%,rgb(0,65,73) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(1,95,112) 0%,rgb(0,65,73) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015f70', endColorstr='#004149',GradientType=0 ); /* IE6-8 */


    color: #fff;
    float: left;
    height: 45px;
    margin: -18px 0 0 8px;
    padding: 1% 0;
    text-align: center;
    width: 98.5%;
}

.triangle-down { 
    width: 0; 
    height: 0;
    float: left; 
    border-left: 11px solid transparent; 
    border-right: 12px solid transparent; 
    border-top: 12px solid #00424a; 
}

.Sbdy {
    height: 50px;
    padding: 12px 0 !important;
}

/*Edited By Arzon*/
.textAlingRight{
    text-align: right;
    width: 18%;
}
.textAlingleft{
    text-align: left;
}
.classBlack{
    color: #000;
}
.classGreen{
   color: #00A00F;
}
.classRed{
  color: #ff0000;
}
.classBlue{
 color: #0000ff;
}
.list-com{
    color:#000;
}
.bg-font{
    font-size: 14px;
}
.boxHeadCenter{
    text-align: center;
}

.tabhold{   
    position: absolute;
    right: 0;
    top: 3px;
}

.boxHead {
    padding: 1.8% 0 1.7% 2% !important;
}
.arIcon{
display: block;
}

ul.navires{
    padding: 0 0 0 2%;
    margin:0;
    line-height: 27px;
    color: #fff;


    background: linear-gradient(to bottom, rgb(105, 157, 168) 4%, rgb(6, 94, 111) 99%) repeat scroll 0 0 rgba(0, 0, 0, 0);

}
ul.navires li{
    display: inline;
     border-right: 1px solid #888888;
     line-height: 35px;
}

ul.navires li a{
    color: #fff;
    padding: 10px 10px;
}
ul.navires li a:hover{
   color: #99ccff;
     background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0JSIgc3RvcC1jb2xvcj0iIzY5OWRhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzA2NWU2ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgb(6,94,111) 99%, rgb(105,157,168) 4%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(99%,rgb(6,94,111)), color-stop(4%,rgb(105,157,168))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(rgb(6,94,111) 99%, 105,157,168) 4%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(6,94,111) 99%, rgb(105,157,168) 4%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(6,94,111) 99%, rgb(105,157,168) 4%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(6,94,111) 99%, rgb(105,157,168) 4%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#699da8', endColorstr='#065e6f',GradientType=0 ); /* IE6-8 */

}
ul.navires li ul{

}

ul.navires li ul li{
    border-right: 0;
    
}

.carousel-indicators {
    top: 10px !important;
    right: 0 !important;
    width: 24% !important;
    left: none !important;
    margin-left: 0 !important;
}