@charset "utf-8";
/* CSS Document */
html,body{
	padding:0;
	margin:0;
	}
.header_top_menu_slideshow{
	position: relative;
	}
.fmbd_slideshow{
	position: relative;
	width:100%;
	z-index:300;	
	}
.wrapper1{
	width:100%;
	padding:0px;
	}
.shadow{
-webkit-box-shadow: 0px 0px 2px 2px rgba(184, 184, 184, 1);
-moz-box-shadow: 0px 0px 2px 2px rgba(184, 184, 184, 1);
box-shadow: 0px 0px 2px 2px rgba(184, 184, 184, 1);
}
.img_border {
    border: 5px solid #ffffff;
    float: left;   
}
.fm_image_container {
display: block;
    float: left;
    overflow: hidden;
    position: relative;
     z-index: 1;
margin:5px 5px 5px 5px;
}
.ch-item2 {
	width: 100%;
	height: 100%;
	/*border-radius: 50%;*/
	position: relative;
	cursor: default;
	/*box-shadow: 
		inset 0 0 0 0 rgba(200,95,66, 0.4),
		inset 0 0 0 10px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);*/
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ch-img2-1 { 
	width: 100%;
    height: 100%;
    position: absolute;
}
.ch-info2 {
	position: absolute;
	width: 100%;
	height: 100%;
	/*border-radius: 50%;*/
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden; /*for a smooth font */
}
.ch-info2 h3 {
	bottom: 10px;
	color: #fff;
	position:absolute;
	font-size: 14px;
	text-align:center;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}
.ch-item2:hover {
	box-shadow: 
		inset 0 0 0 110px rgba(255,255,255, 0.6),
		inset 0 0 0 0px rgba(255,255,255,0.8),
		0 1px 2px rgba(0,0,0,0.1);
}
.ch-item2:hover .ch-info2 {
	opacity: 1;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}
.youtubeIocn2{width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #91182d;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 50px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    text-decoration: none !important;
    display: block;
    text-align: center;
	position:absolute;
	top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
	vertical-align:middle;
}
.youtubeIocn3 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #91182d;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size: 1.2em;
    line-height: 40px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    text-decoration: none !important;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
}
.header{
	max-width:1000px; 
	margin:0 auto; 
	width:100%; 
	background:#FC3;
	}
.sobox{
	max-width:92px;  
	width:100%;
	float:right; 
	}
.so_t{  
	width:25px;
	float:left;
	margin-left: 5px;
	height:25px;
	}
.so_t a{  
	width:25px;
	float:left;
	margin-left: 5px;
	height:25px;
	background:url(images/so_t.png);
	}
.so_t a:hover{  
	background:url(images/so_t2.png);
	}
.so_f{  
	width:25px;
	float:left;
	margin-left: 5px;
	height:25px;
	}
.so_f a{  
	width:25px;
	float:left;
	margin-left: 5px;
	height:25px;
	background:url(images/so_f.png);
	}
.so_f a:hover{  
	background:url(images/so_f2.png);
	}
.so_g{  
	width:25px;
	float:left;
	margin-left: 5px;
	height:25px;
	}
.so_g a{  
	width:25px;
	float:left;
	margin-left: 5px;
	height:25px;
	background:url(images/so_g.png);
	}
.so_g a:hover{  
	background:url(images/so_g2.png);
	}	

.logo{ 
      max-width:166px; 
	  width:20%; 
	  float:left; 
 
	  }
.menu_right{ 
            max-width:1034px; 
			width:84%; 
			float:left; 

			}

.menu_right ul{ list-style:none; margin:50px 0px; }
.menu_right a{ 
        max-width:129px; 
		width:25%; 
		text-align:center; 
		text-decoration:none;
		color:#013a63; 
		height:30px;
		display:block; 
		float:left;
		}
.menu_right a:hover{ background:#fff; color:#0000FF; }

.Construction{
	         padding:0px;
			 margin:50px 0px;
			 }
.Construction h1{
	         padding:1% 0;
			 color:#636363;
			 font-size:30px;
			 text-align:center;
			 line-height:38px;
			 }
.Construction p{
	         padding:0px;
			 color:#323232;
			 font-size:18px;
			 text-align:center;
			 line-height:24px;
			 }

.ser_clm{ padding:0px; margin: 0 0 10px 0; height: 160px; width:100%;overflow:hidden; float:left;}
.ser_clm a{ padding:0px; margin:0px; width:100%; float:left; background:#FFF;}
.ser_clm img{ width:100%; float:left;border:5px #ffffff solid;}

.ser_clm h4{ text-align:center; white-space:normal !important;}
.ser_clm_text{ text-align:center; white-space:normal !important; font-size:11px; font-weight:bold;}
.read_more{ padding:0px; margin:20px 0px 0px 0px; float:right; border: 1px solid #616161;height: 30px;width: 87px; }
.read_more a{font-size:13px; color:#fff; text-transform:capitalize; background-color: #777777; line-height: 25px; height: 28px;width: 85px; float:right; text-align:center;}
.read_more a:hover{ background-color: #8f8f8f; }
.footer_box{ background:#31363E; margin-top:0px;}
.footer_co1{ padding:0px; margin:0px;}
.footer_co1 h4{ padding:1% 0;
			 color:#fff;
			 font-size:20px;
			 text-align:left;
			 line-height:28px;}
.footer_co1 p{ padding:1% 0;
			 color:#c5c3c3;
			 font-size:15px;
			 text-align:left;
			 line-height:22px;}
.footer_box2{ background:#31363E; margin-top:0px; border-top:1px #757575 solid;}
.footer_box2in{ padding:0px; margin:0px;}
.footer_box2in p{ padding:1% 0;
			 color:#6e6e6e;
			 font-size:15px;
			 text-align:left;
			 line-height:22px;}
.footer_box2in a{
color:#FFF;
}	
.footer_box2in a:hover{
color:#A91723;
}		 
.form_box{max-width:270px; width:100%; float:left; margin:20px 0px 0px 0px;}
.form_boxl{max-width:203px; height:33px; width:70%;  float:left;}
  .form_boxl input{
	float:left;
	width:180px;
	height:33px;
	font-size:14px;
	color:#444444;
	border:1px solid #616161;
	border-radius:3px;
	moz-border-radius:3px;
	webkit-border-radius:3px;
	padding:5px;
	background:#ececec;
}


.form_boxr{ height:33px; width:66px; float:left;}
.form_boxr input{
	float:left;
	width:66px;
	height:33px;
    cursor:pointer;
	text-align:center;
	font-weight:bold;
	
	}
	
.Connect_box{max-width:250px; height:23px; width:100%; float:left; margin-top:40px;}
.Connect_box_1{max-width:37px; height:23px; width:100%; float:left; margin-left:2px;}

.fli_box{max-width:300px; width:100%; float:left; margin-top:10px;}
.fli_box_1{max-width:63px; height:63px; width:100%; float:left; margin-left:12px;}

/****************************pagination 1**********************/
ul.pagination {
  
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  list-style: none;
}

.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #008fbb;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/***************************************************************************************************************************/
*{ 
	padding:0; 
	margin:0;
	box-sizing: border-box;
	text-align:justify;
	font-family:'CenturyGothic';	
}
body { background:url("images/background.png") repeat; }
h1,h2,h3,h4,h5,h6{
	white-space:pre;
	margin:0 1%;
	padding:1% 0;	
	}
p{
	padding:1% 0;
	font-size:15px;
	line-height:24px;
	}
.page_title{
	widows:100%;
	text-align:center;	
	color:#ffffff; 
	font-size:30px; 
	padding:0px;
	}
img {
	border: none;   
    height: auto;
    width: 100%;
    vertical-align: top;
}

.header_top_outer{
	background:#1471b4;
	}
.header_top_menu{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:555;
	background-color: rgba(255, 255, 255, 0.5);       
	}
.slider{
	background:#6C9;

	}
.gall_back{
	background:#31363e;
	}
.bang{
	background:url(images/bang.jpg) center top repeat-x;
	height:300px;
	}
.fmbd_row{
	max-width:1100px;
	margin:0 auto;	
	}
.fmbd_row_gl{
	max-width:1400px;
	margin:0 auto;	
	}
.newrow{

    background: #000 none repeat scroll 0 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
	}
.fmbd_row:after{
	clear: both;
    content: "";
    display: block;
	}
object{
	border:none;
	}
#header_container{
	background: #fff none repeat scroll 0 0;
    width: 100%;
	z-index: 999;
	}
.margin_header{ min-height:135px;}	
.top_menu .navbar-btn {
    background: none repeat scroll 0 0 #0da3e2 !important;
}
.top_menu .navbar-btn {
    background: none repeat scroll 0 0 #0da3e2;
    border: medium none;
    border-radius: 0;
    margin-top: 10px;
    padding: 10px;
}
.navbar-header .navbar-toggle .icon-bar {
    background-color: #fff !important;
}
.navbar-header .navbar-toggle {
    border-color: #ddd;
}
#content{
	background:#84D892;
	}
.fmbd_colcontacts{
	float:left;	
	}
.fmbd_colf_border{
	width:100%;
	border-bottom:7px #3e3e3e solid;
	margin-bottom:5px;	
	}
.fmbd_col{
	float:left;
	padding:5px;	
	}
.fmbd_col2{
	float:left;
	padding:0px;	
	}
.fmbd_col3{
	float:left;
	padding:0px;	
	}	
.fmbd_col01{
	width:3%;
	margin:0 1%;
	
	}
.fmbd_col02{
	width:8%;
	margin:0 1%;
	}
.fmbd_col03{
	width:13%;
	margin:0 1%;
	}
.fmbd_col04{
	width:18%;
	margin:0 1%;
	}
.fmbd_col05{
	width:23%;
	margin:0 1%;
	}
.fmbd_col06{
	width:28%;
	margin:0 1%;
	}
.fmbd_col07{
	width:33%;
	margin:0 1%;
	}
.fmbd_col08{
	width:38%;
	margin:0 1.25%;
	}
.fmbd_col09{
	width:43%;
	margin:0 1%;
	}
.fmbd_col10a{
	width:50%;
	margin:0%;
	float:left;
	}
.fmbd_col10{
	width:48%;
	margin:0 1%;
	}
.fmbd_col11{
	width:53%;
	margin:0 1%;	
	}
.fmbd_col12{
	width:58%;
	margin:0 1%;
	}
.fmbd_col13{
	width:63%;
	margin:0 1%;
	}
.fmbd_col14{
	width:68%;
	margin:0 1%;
	}
.fmbd_col15{
	width:73%;
	margin:0 1%;
	}
.fmbd_col16{
	width:78%;
	margin:0 1%;
	}
.fmbd_col17{
	width:83%;
	margin:0 1%;
	}
.fmbd_col18{
	width:88%;
	margin:0 1%;
	}
.fmbd_col19{
	width:93%;
	margin:0 1%;
	}
.fmbd_col20{
	width:98%;
	margin:0 1%;
	}
.fmbd_colfull{
	width:100%;
	
	}
.fmbd_colfull2{
	width:100%;
	background:url(images/abb_back.jpg) center top repeat-x;
	}

.fmbd_colfullabout{
	width:100%;
	background:#333;
	}
.fmbd_colfullmap{
	width:100%;
	background:#333;
	}
	
.fm_top_userinfo{
	color:#4b575e;
	text-align:right;
	font-size:13px;
	padding:0 !important;
	float:right  !important;	
	}
.fmbd_colfullslid{
	width:100%;

	
	}
.menu_bg{
	background:#000000;	
	}
.left_menu ul{
	list-style:none;	
	padding:10px 0;
	margin:0;
	background:#000000;
	width:100%;
	float:left;
	}
.left_menu  li{
	display:inline;
	float:left;
	width:100%;
	}
.left_menu  a{
	padding:0 5px;
	float:left;
	display:block;
	width:100%;
	color:#FFF;	
	text-decoration:none;
	
	}
.left_menu  a:hover{
	color:#000000;
	background:#FFF;
	}
.border{
	border:1px #999999 solid;
	margin:1%;
	}
.text_align_center{
	text-align:center;
	}
#footer_container{
	text-align:center;
	background:#35AA47;
	color:#ffffff;
	}
.overflow_auto{
	overflow:auto;
	}
.dividerone {
	width:100%;
	height:1px;
	background:#E5E5E5;
}
.divideronefull {
	width:100%;

	background:#35AA47;
}
.divideronefullin {
	width:100%;
	background:#35AA47;
}
.top_texone  {
	width:100%;
	background:#35AA47;
}
.top_texone p  {
	width:100%;
	text-align:right;
	font-size:12px;
	padding:5px;
	color:#FFF;
	font-weight:bold;
}
.top_texone ul  {
	padding:0px;
	margin:0px 0px;
	float:right;
}
.top_texone li  {
	padding:0px;
	margin:0px;
	float:left;
	list-style:none;
}
.top_texone li a {
	padding:2px 10px;
	margin:6px 0px;
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#FFF;

	
}
.top_texone li a:hover {
	color:#FFF;
}
.form-control{ 
height:45px !important; 
width: 100%  !important;
}
.btn{
padding: 2px 14px !important;}
.navbar-nav > li > a { background:#fff !important;}
.form-control { padding: 6px 7px !important;}
/***************************************************************************************************************************/

/*******************************************menu start******************************************/

a {text-decoration: none;}
.containerfull {
    width: 100%;
    max-width: 1100px;
    margin:0px 0px 0px 0px;
	float:right;
}
.toggleMenu {
    display:  none;
    background: #666;
    padding: 10px 15px;
    color: #fff;
}
.nav {
    list-style: none;
     *zoom: 1;
padding:20px 0 0 0;
	 margin:0px 0px 0px 0px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 10px 24px;
    color:#333333;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li a:hover{
	background:#1471B4;
	 color:#FFF;
	}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #f3f3f3;
    position: relative;
    z-index:100;
    border-top: 1px solid #ffffff;
}
.nav li li li a {
    background:#2d8bce;
    z-index:200;
    border-top: 1px solid #155889;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}
/*******************************************menu end********************************************/
.get_l{
	 margin:0px 0px 0px 0px;
	 width:100%;
	 float:left;
}
.get_l h3{
	 font-size:30px;
	 color:#ffffff;
	 line-height:32px;
	 font-family:'CenturyGothic';
}
.get_l p{
	 font-size:14px;
	 color:#a9a9a9;
	 font-family:'CenturyGothic';
}
  .get_l input{
	float:left;
	width:500px;
	height:48px;
	margin:5px 0px;
	font-weight:bold;
	font-size:13px;
	color:#a4a5a5;
	border:none;
	border-radius:50px;
	moz-border-radius:50px;
	webkit-border-radius:50px;
	background:#666;
	padding:5px 5px 5px 24px;
}
.contact_feild textarea{
	float:left;
	width:500px;
	height:150px;
	font-size:13px;
	margin:5px 0px;
	font-weight:bold;
	color:#a4a5a5;
	background:#666;
	border:none;
	border-radius:30px;
	moz-border-radius:30px;
	webkit-border-radius:30px;
	padding:5px 5px 5px 24px;
}
.submit input{
	float:left;
	width:100px;
	height:46px;
	background:url(images/send.png) no-repeat;
	border:none;
	outline:none;
	cursor:pointer;
	text-indent:-9999px;
	
	}
.submit input:hover{
opacity: .8;
}
.get_r{
	 margin:70px 0px 0px 100px;
	 width:100%;
	 float:left;
}
.get_r h3{
	 font-size:18px;
	 color:#ffffff;
	 font-family:'CenturyGothic';
}
.get_r p{
	 font-size:14px;
	 color:#a9a9a9;
	 font-family:'CenturyGothic';
}

.mv_l{
	 margin:0px 0px 0px 0px;
	 width:100%;
	 float:left;
}
.mv_l h3{
	 font-size:18px;
	 color:#ffffff;
	 font-family:'CenturyGothic';
}
.mv_l p{
	 font-size:14px;
	 color:#a9a9a9;
	 font-family:'CenturyGothic';
	 padding:3% 3% 3% 0%;
}
.mv_r{
	 margin:0px 0px 0px 0px;
	 width:100%;
	 float:left;
}
.mv_r h3{
	 font-size:18px;
	 color:#ffffff;
	 font-family:'CenturyGothic';
}
.mv_r p{
	 font-size:14px;
	 color:#a9a9a9;
	 font-family:'CenturyGothic';
	 padding:3% 3% 3% 0%;
}


/*
scrollToTop 
-----------------------------------------------------------------------------*/
.scrollToTop{
	padding:0px 0px 0px 0px; 
	text-align:center; 
	
	font-weight: bold;
	font-size:50px;
	color:#FFFFFF;	
	text-decoration: none;
	position:fixed;
	bottom:0;	
	right:20px;
	display:none;	
	opacity: 0.9;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
        z-index:999;
}
.scrollToTop img{
       width: 60px;
	opacity: 0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
}
.scrollToTop img:hover{      
	opacity: 1;
filter: alpha(opacity=100); /* For IE8 and earlier */
}
.scrollToTop:hover{
	text-decoration:none;
}


/**************************fliker***********************/
.flickr_badge_image {display:inline;}
.flickr_badge_image a img {border:1px solid #7a7a7a!important; height:61px; width:61px; padding:0;margin:0 15px 25px 0; }
.flickr_badge_image{#margin:0 19px 26px 0;}
#flickr_badge_wrapper {width:246px;text-align:left}

.fmbd_col10a a img{ width:530px; height:345px; }
.pro_title{background-color: rgba(255, 255, 255, 0.65);font-size: 18px;line-height: 38px;position: relative;text-align:center; width:530px; top: -38px;}
/*******************space_start***********************/

/*******************space_end***********************/
.p_space{ margin-top:70px;}
.about_space{ margin-top:40px;}
.about_spaceb{ margin-top:20px; margin-bottom:200px;}
.mv_space{ margin-top:60px;}
.mv_space_b{ margin-bottom:400px;}
.gl_space_b{ margin:3% 0 20% 0; }
.con_space_tb{ margin:5% 0%;}

/*******************gallery***********************/


.fancybox{
	float:left; max-width:435px; margin:4px; overflow:hidden; height:240px; border:4px #FFFFFF solid;
}
.fancybox img{
width:100%;
}
/*******************gallery_end******************/
/*
Media

.p_space

-----------------------------------------------------------------------------*/
@media (max-width: 992px){
	.fmbd_col01 , .fmbd_col02 , .fmbd_col03 , .fmbd_col04 , .fmbd_col05 , .fmbd_col06 , .fmbd_col07 , .fmbd_col08 , .fmbd_col09 , .fmbd_col10 , .fmbd_col11 , .fmbd_col12 , .fmbd_col13 , .fmbd_col14 , .fmbd_col15 , .fmbd_col16 , .fmbd_col17 , .fmbd_col18 , .fmbd_col19 , .fmbd_col_20
		{
			width:48% !important;
			margin:0 1%  !important;
		}
	}
@media (max-width: 480px) {
	.fmbd_col01 , .fmbd_col02 , .fmbd_col03 , .fmbd_col04 , .fmbd_col05 , .fmbd_col06 , .fmbd_col07 , .fmbd_col08 , .fmbd_col09 , .fmbd_col10 , .fmbd_col11 , .fmbd_col12 , .fmbd_col13 , .fmbd_col14 , .fmbd_col15 , .fmbd_col16 , .fmbd_col17 , .fmbd_col18 , .fmbd_col19 , .fmbd_col_20
		{
			width: 100%  !important;
			 margin: 1% 0  !important;
		}
	}
@media print {
	
	}