/* CSS Document */
*{ margin: 0; padding: 0; }

body{
	background: url(../images/main_bg.gif) repeat left top;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000;
}
p{
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #000;
}
a{
  color: #00297d;
  
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
h2{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 7px 0 7px;
}
h1{
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #b00006;
	padding-bottom: 10px;
}
h1 .head_txt{
	line-height: 45px;
}
h3{
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #b00006;
	padding: 10px 0;
}
#wrapper_header{
	background: url(../images/wrapper_bg.jpg) repeat-x left top;
	height: 306px;
}
#header{
	background: url(../images/header_bg.jpg) no-repeat center top;
	width: 100%;
  max-width: 1004px;
	height: 187px;
	margin: 0 auto;

  overflow-x: hidden;
  overflow-y: hidden;      
}
.logo{
	padding: 35px 0 0 22px;
	width: 262px;
	float: left;
}
img{
	border: 0 none;
}
#container{
	width: 100%;
  max-width: 1004px;
	margin: 0 auto;
}
#container .bl_contain_tl{
	background: url(../images/block/bl_main_tl.gif) no-repeat left top;
	padding: 0 0 0 12px;
}
#container .bl_contain_tl .bl_contain_tr{
	background: url(../images/block/bl_main_tr.gif) no-repeat right top;
	height: 12px;
}
#container .bl_contain_bl{
	background:url(../images/block/bl_main_bl.gif) no-repeat left bottom;
	padding: 0 0 0 12px;
}
#container .bl_contain_bl .bl_contain_br{
	background:url(../images/block/bl_main_br.gif) no-repeat right bottom;
	height: 12px;
}
#container .bl_contain_mid{
	background: #fff;
}
.column_lft{
	width: 207px;
	float: left;
	padding: 0 10px 0 12px;
}
.column_rgt{
	width: 207px;
	float: right;
	padding: 0 12px 0 0;
}
.column_mid{
	width: 546px;
	float: left;
}
.column_mid p{
	padding: 8px 0;
}
.column_mid p .highlight{
	color: #0e7928;
	font-weight: bold;
}

.column_mid_wide{
	width: 100%;
  #max-width: 746px;
  max-width: 770px;
	float: left;
  
  padding: 8px 8px 0 8px;
  
  box-sizing: border-box;
}

.column_mid_wide p{
	padding: 8px 0;
}
.column_mid_wide p .highlight{
	color: #0e7928;
	font-weight: bold;
}

.iframe-container { 
  position: relative; 
  margin: 5px; 
  height: 0; 
  /*overflow: hidden;*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;       
}

.iframe-container-for-wxh-78 {
  padding: 5px 5px 78% 5px; /* padding-bottom = h/w as a % */
}

.iframe-container-for-wxh-75 {
  padding: 5px 5px 75% 5px; /* padding-bottom = h/w as a % */
}

.iframe-container-for-wxh-57 {
  padding: 5px 5px 57% 5px; /* padding-bottom = h/w as a % */
}

.iframe-container-for-wxh-65 {
  padding: 5px 5px 65% 5px; /* padding-bottom = h/w as a % */
}

.iframe-container-for-wxh-68 {
  padding: 5px 5px 68% 5px; /* padding-bottom = h/w as a % */
}

.iframe-container-for-wxh-56 {
  padding: 5px 5px 56% 5px; /* padding-bottom = h/w as a % */
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  /*border: 1px inset #7a8b8b;*/
  /***      
  min-width: 100%; 
  width: 100px;
  *width: 100%;
  ***/ 
}

.iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; 
}

.image_list {
  text-align: center;
}

.image_list_item {
  display: inline-block;
  padding: 3px;
  text-align: center;
}

.image_list_item img{
  padding-bottom: 5px;
}

.image_list_item a {
  color: blue;
}

.clr{ clear: both; }
.fL{ float: left; }
.fR{ float: right; }
.menu{
	height: 35px;
	clear: both;
	float: left;
	font: bold 15px Arial, Helvetica, sans-serif;
	padding: 38px 0 0 22px;
	overflow: hidden;
}
.menu ul{
	list-style: none;
}
.menu ul li{
	float: left;
	background: url(../images/menu_lft.gif) no-repeat left top;
	padding: 0 0 0 10px;
	margin-right: 2px;
	line-height: 35px;
}
.menu ul li a{
	color: #000;
	text-decoration: none;
	background: url(../images/menu_rgt.gif) no-repeat right top;
	line-height: 35px;
	padding: 0 22px 0 12px;
	display: block;
	outline: 0 none;
}
.menu ul li:hover{
	background: url(../images/menu_lft_act.gif) no-repeat left top;
}
.menu ul li:hover a{
	background: url(../images/menu_rgt_act.gif) no-repeat right top;
	color: #720303;
}
.menu ul li.active{
	background: url(../images/menu_lft_act.gif) no-repeat left top;
}
.menu ul li.active a{
	background: url(../images/menu_rgt_act.gif) no-repeat right top;
	color: #720303;
}
.lang{
	width: 200px;
	float: right;
	padding: 33px 0 0;
}
.share{
	width: 200px;
	float: right;
	clear: both;
	padding: 20px 0 0;
}
.share .bl_tr{
	background:url(../images/block/block6_tr.gif) no-repeat right top;
}
.share .bl_tr .bl_tl{
	background:url(../images/block/block6_tl.gif) no-repeat left top;
	height: 7px;
}
.share .bl_br{
	background:url(../images/block/block6_br.gif) no-repeat right bottom;
}
.share .bl_br .bl_bl{
	background:url(../images/block/block6_bl.gif) no-repeat left bottom;
	height: 7px;
}
.share .bl_mid{
	background: #530202;
	border-left: 1px solid #8b0000;
	border-right: 1px solid #8b0000;
	padding: 0 7px;
}
.share a{
	color: #fff;
	text-decoration: none;
	font: bold 11px Arial, Helvetica, sans-serif;
	line-height: 23px;
	display: block;
	padding: 0 0 0 27px;
}
.share td{
	padding: 3px;
}
.share a:hover{
	color: #e9c709;
}
.share a.facebook{
	background: url(../images/icon/facebook.gif) no-repeat left top;
}
.share a.twitter{
	background: url(../images/icon/twitter.gif) no-repeat left top;
}
.share a.digg{
	background: url(../images/icon/digg.gif) no-repeat left top;
}
.share a.delicious{
	background: url(../images/icon/delicious.gif) no-repeat left top;
}
.share a.stumble{
	background: url(../images/icon/stumble.gif) no-repeat left top;
}
.share a.sharebtn{
	background: url(../images/icon/share.gif) no-repeat left top;
}
.block{
	padding: 0 0 12px;
}
.block_popup{
	padding: 0;
	width: 530px;
	margin: 10px auto;
}
.block2{
	padding: 0;
	width: 430px;
	margin: 0 auto;
}
.bl1_top_rgt{
	background: url(../images/block/block1_tr.gif) no-repeat right top;
}
.bl1_top_rgt h2{
	font: bold 14px Arial, Helvetica, sans-serif;
	background: url(../images/block/block1_tl.gif) no-repeat left top;
	line-height: 31px;
	padding: 0 12px;
	color: #000;
}
/* Green block start */
.bl1_btm_rgt{
	background: url(../images/block/block1_br.gif) no-repeat right top;
}
.bl1_btm_rgt .bl1_btm_lft{
	background: url(../images/block/block1_bl.gif) no-repeat left top;
	height: 10px;
}
.bl1_mid{
	background: #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
}
.bl1_mid .bl1_mid_in{
	background: #0e7928;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #fff;
	padding: 0 10px;
}
.bl1_mid .bl1_mid_in a{
	color: #fff;
	text-decoration: none;
}
.bl1_mid .bl1_mid_in a.underline{
	text-decoration: underline;
}
.bl1_mid .bl1_mid_in a.active{
	text-decoration: none;
	font-weight: bold;
}
.bl1_mid .bl1_mid_in a:hover{
	text-decoration: none;
	color: #f3a601;
}
/* Green block ends */
ul.list_style1{
	list-style: none;
}
ul.list_style1 li{
	background: url(../images/bul1.gif) no-repeat left 13px;
	padding: 12px 0 0 15px;
}
ul.list_style2{
	list-style: none;
}
ul.list_style2 li{
	background: url(../images/bul2.gif) no-repeat left 13px;
	padding: 10px 0 0 15px;
}
/* Brown block start */
.bl2_btm_rgt{
	background: url(../images/block/block2_br.gif) no-repeat right top;
}
.bl2_btm_rgt .bl2_btm_lft{
	background: url(../images/block/block2_bl.gif) no-repeat left top;
	height: 10px;
}
.bl2_mid{
	background: #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
}
.bl2_mid .bl2_mid_in{
	background: #8b1919;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #fff;
	padding: 0;
}
.bl2_mid .bl2_mid_in a{
	color: #fff;
	text-decoration: none;
}
.bl2_mid .bl2_mid_in a:hover{
	color: #F3A601;
	text-decoration: none;
}
/* Brown block ends */
.tbl_list{
}
.tbl_list td{
	padding: 5px;
}
.tbl_list tr.odd{
	background: #4c0000;
}
.tbl_list tr.even{
	background: #8b1919;
}
.tbl_list a{
	color: #fff;
	text-decoration: underline;
}
/* Dark Gray block start */
.bl3_btm_rgt{
	background: url(../images/block/block3_br.gif) no-repeat right top;
}
.bl3_btm_rgt .bl3_btm_lft{
	background: url(../images/block/block3_bl.gif) no-repeat left top;
	height: 10px;
}
.bl3_mid{
	background: #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
}
.bl3_mid .bl3_mid_in{
	background: #191c20;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #fff;
	padding: 0 10px;
}
.bl3_mid .bl3_mid_in a{
	color: #fff;
	text-decoration: none;
}
.bl3_mid .bl3_mid_in a:hover{
	color: #F3A601;
}
/* Dark block ends */
/* Light Gray block start */
.bl4_top_rgt{
	background: url(../images/block/block4_tr.gif) no-repeat right top;
}
.bl4_top_rgt .bl4_top_lft{
	background: url(../images/block/block4_tl.gif) no-repeat left top;
	height: 10px;
}
.bl4_btm_rgt{
	background: url(../images/block/block4_br.gif) no-repeat right bottom;
}
.bl4_btm_rgt .bl4_btm_lft{
	background: url(../images/block/block4_bl.gif) no-repeat left bottom;
	height: 10px;
}
.bl4_mid{
	background: #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
}
.bl4_mid .bl4_mid_in{
	background: #f2f2f2;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #000;
	padding: 0;
}
.bl4_mid .bl4_mid_inside{
	background: #f2f2f2;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #000;
	padding: 0 35px;
}
.bl4_mid .bl4_mid_in .head{
	background: #670000 url(../images/h3_bg.gif) repeat-x left top;
	height: 55px;
}
.bl4_mid .bl4_mid_in .head h3{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
}
.bl4_mid .bl4_mid_in .head h3 a{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.bl4_mid .bl4_mid_in .head h3 a:hover{
	color: #f3a601;
	text-decoration: none;
}
.bl4_mid .bl4_mid_in .head td{
	padding: 0 10px;
}
.bl4_mid .bl4_mid_in p{
	padding: 7px 10px 0;
	font: normal 12px Arial, Helvetica, sans-serif;
}
.bl4_mid .bl4_mid_in p.blank{
	height: 7px;
	line-height: 7px;
}
.bl4_mid .bl4_mid_in a{
	color: #7a0303;
	text-decoration: underline;
	font: bold 11px Arial, Helvetica, sans-serif;
}
.bl4_mid .bl4_mid_in a:hover{
	text-decoration: none;
}
.bl4_mid .bl4_mid_in a.blue{
	color: #00297d;
	text-decoration: underline;
}
.bl4_mid .bl4_mid_in a.blue:hover{
	text-decoration: none;
}
/* Light Gray block ends */
.banner{
	padding: 0 0 10px;
	text-align: center;
}
#footer{
	width: 100%;
  max-width: 1004px;
	margin: 0 auto;
	color: #fed638;
	padding: 15px 0;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
}
#footer p{
	color: #fed638;
	padding: 5px 0 0;
	font: 11px Arial, Helvetica, sans-serif;
}
#footer a{
	color: #fed638;
	text-decoration: none;
}
.language_container{
	background: url(../images/language_bg.gif) no-repeat right top;
	padding: 0 0 0 67px;
	height: 28px;
	text-align: left;
}
.banner_online{
	background: url(../images/online_casino_banner.jpg) no-repeat center top;
	height: 225px;
	padding: 0;
	padding: 0 11px 10px 25px;

  background-size: cover;  
}
.banner_online h2{
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 20px 0 5px;
}
.banner_online ul{
	list-style: none;
}
.banner_online ul li{
	background: url(../images/bul3.png) no-repeat left 8px;
	color: #75ea00;
	font: bold 15px Arial, Helvetica, sans-serif;
	padding: 6px 0 5px 15px;
}
.banner_online_lft{
	width: 250px;
	float: left;
}

.banner_online_lft a{
  color: #f3a601;
  text-decoration: underline;
}

.banner_online_rgt{
	width: 250px;
	float: right;
	padding: 20px 0 0;
	text-align: right;
}
.banner_online_btn{
	background: url(../images/button_bg.gif) no-repeat right top;
	text-align: center;
	width: 178px;
	height: 61px;
	padding: 0;
	margin-top: 62px;
	float: right;
}
.banner_online_btn a{
	display: block;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
	line-height: 20px;
}
.banner_online_btn a:hover{
	color: #f3a601;
}
.tbl_list2{
  border-spacing: 0;
}
.tbl_list2 th{
	background: url(../images/block/tbl_head_mid.gif) repeat-x left top;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 37px;
	border-right: 1px solid #cfcfcf;
	padding: 0 14px;
}
.tbl_list2 th.first{
	background: url(../images/block/tbl_head_lft.gif) no-repeat left top;
	padding: 0 5px;
}
.tbl_list2 th.last{
	background: url(../images/block/tbl_head_rgt.gif) no-repeat right top;
	border-right: 0px solid #cfcfcf;
}
.tbl_list2 td{
	padding: 5px 14px;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	font-weight: bold;
}
.tbl_list2 td.lftbdr{
	border-left: 1px solid #cfcfcf;
	border-right: 0px;
	padding: 5px 0px 5px 14px;
}
.tbl_list2 td.third{
	background:url(../images/block/tbl_btm_lft.gif) no-repeat left bottom;
	border-bottom: 0px;
	border-right: 0px;
	padding: 5px 0px 5px 14px;
}
.tbl_list2 td.third_bdr{
	background:url(../images/block/tbl_btm_lft.gif) no-repeat left bottom;
	border-bottom: 0px;
	border-right: 1px solid #cfcfcf;
}
.tbl_list2 td.forth{
	background:url(../images/block/tbl_btm_rgt.gif) no-repeat right bottom;
	border-right: 0px;
	border-bottom: 0px; 
}
.tbl_list2 a{
	color: #000;
	text-decoration: underline;
}
.tbl_list2 a:hover{
	text-decoration: none;
}
.tbl_list2 tr.odd{
	background: #fff;
}
.tbl_list2 tr.even{
	background: #f8f8f8;
}
.tbl_container{
	width: 507px;
	margin: 0 auto;
	padding: 10px 0;
}
.inline_img{
	float: right;
	padding: 25px 0 10px 25px;
}
.center{ text-align: center; }
.casino_tropez_btn{
	background: url(../images/button2_bg.gif) no-repeat left top;
	width: 191px;
	float: right;
	text-align: center;
}
.casino_tropez_btn a{
	display: block;
	color: #fff;
	text-decoration: none;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 14px 0;
}
.casino_tropez_btn a:hover{
	color: #f3a601;
}
.tbl_chart {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}

.tbl_chart th {
	font-size:13px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 3px 2px;
	text-align: center;
}
.tbl_chart td {
	font-size:12px;
	font-weight: bold;
	color: #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 3px 2px;
	text-align: center;
}

.tbl_chart td.hit, .chart_abbreviation span.hit {
	background-color: #00ff00;
}
.tbl_chart td.double, .chart_abbreviation span.double {
	background-color: #ffff00;
}
.tbl_chart td.stand, .chart_abbreviation span.stand {
	background-color: #ff0000;
}
.tbl_chart td.split, .chart_abbreviation span.split {
	background-color: #99ccff;
}
.tbl_chart td.surrender, .chart_abbreviation span.surrender {
	background-color: #e5e5e5;
}
.chart_abbreviation { font-size: 10px; text-transform: uppercase; padding: 20px 0 10px!important;}
.chart_abbreviation span {
	font-weight: bold;
	padding: 1px 3px;
	border: 1px solid #000;
	color: #000;
	width: 15px;
}
.print_btn{
	background: url(../images/button3_bg.gif) no-repeat center top;
	width: 90px;
	height: 35px;
	margin: 10px auto 0;
}
.print_btn a{
	display: block;
	font: bold 16px Arial, Helvetica, sans-serif;
	line-height: 35px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.print_btn a:hover{
	color: #f3a601;
}
.bdr{
	border: 1px solid #fff;
}
.w300{ width: 200px; }

.image_grid {
  width:100%; 
  border:0px;

  border-spacing:0;
  border-collapse:collapse; 
}

.image_grid a {
  color:blue; 
}
.image_grid td {
  padding: 5px 5px 5px 0;
  vertical-align: top;
  
  text-align: center;
  width: 180px;
}

.promo_bonus {
  padding: 7px 5px 7px 5px;
  background-color: #01357A;
  border: 2px solid #C5C5C5;
}

.promo_bonus h2 {
  
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #ffffff; 
  background-color: #01357A;
}

.promo_bonus a {
  
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #EEE37F;
  line-height: 22px; 
}

.bookofra_flash {
  width: 745px;
  height: 485px;
}

.games-button {
  font: bold 14px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 6px 10px 6px 10px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

.games-button-div {
  text-align: center;
  margin: 25px;
}

a.button3{
  display:inline-block;
  padding:0.3em 1.2em;
  margin:0 0.3em 0.3em 0;
  border-radius:10px;
  box-sizing: border-box;
  text-decoration:none;
  font: 15px Arial;
  font-weight:600;
  color:#FFFFFF;
  background-color:#0e9928;
  text-align:center;
  #transition: all 0.2s;
}

a.button3:hover{
  background-color:#0e7928;
}

/* casino table start */
        .tbl-casinos {
          width:100%;
          border-spacing:0;        
        }
        .tbl-casinos .tbl-rank {
            width:30px; 
            font-size:28px; 
            font-style: italic;
            text-align: center;
        }        
        
        .tbl-casinos .tbl-logo {
          min-width: 80px
          text-align: center;
        }        

        .tbl-casinos .tbl-play {
            text-align: center;
        }
        
        .tbl-casinos .tbl-review {
          font-size: 14px;
          text-align: center;
        }
        
        .tbl-casinos .tbl-text {
          font-size: 14px;
          text-align:left;
          text-align: center;
        }        
               
        tr.border_top td {
           border-top: 1px solid gray;
           padding: 10px;
           vertical-align: middle;
        }
              
        .tbl-casinos img{ 
          border-radius: 10px;
          box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
          width: 106px;
        }        
        
        .tbl-casinos img:hover{ 
          box-shadow: 0 8px 16px 0 rgba(0,0,0,0.7), 0 6px 20px 0 rgba(0,0,0,0.3);
        }        

        .tbl-casinos tr:hover {
          # box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
          #background-color: #F5F5F5;
        }
        
        .tbl-casinos .visit-button {
            background-color: #0e9928; /* Green */
            border: none;
            color: white;
            padding: 10px 20px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            font-weight: bold;
            
            box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
            border-radius: 10px;
        }
        
        .tbl-casinos .visit-button:hover {
            background-color: #0e7928;            
        }        
/*casino table end*/

.lang_flag 
{
  padding: 10px 0px 10px 0px;
}
              
.lang_flag img
{
  width:36px;
  height:27px;
  
  border-radius: 10px;    
}

.lang_flag img:hover
{   
  -webkit-filter: brightness(100%); /* Safari */
  filter: brightness(70%);    
}

/* Video Image Start*/

.video-img {
    /*margin-bottom: 30px;*/
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    background-color: #000;
    
    /* added display block to support span (for old browsers support)*/
    display: block;    
}
.video-img img {
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.7;
}
.video-img .play-button {
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    width: 90px;
    height: 60px;
    background-color: #333;
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.video-img .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.video-img img,
.video-img .play-button {
    cursor: pointer;
}
.video-img img,
.video-img .play-button,
.video-img .play-button:before {
    position: absolute;
}
.video-img .play-button,
.video-img .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
}

/* Video Image End */ 

/* #### target mobile devices with max device width 480px #### */
@media screen and (max-width: 550px){
  
  #container{
    width: 100%;
  }
  
  .column_lft{
    display: none;
  }

  .column_rgt{
  	width: 100%;
    padding: 0 8px;
    box-sizing: border-box;    
  }

  .bl2_btm_rgt{
  	display:none;
  }
  
  .bl1_btm_rgt {
    background: none;
  }
  
  .bl1_btm_rgt .bl1_btm_lft {
    background: none;
  }
  
  .bl1_top_rgt {
    background: none;
  }
  
  .bl1_top_rgt h2 {
    background: none;
  }

  .banner_online_rgt {
    display: none;
  }
  
  .column_mid{
  	#width: 546px;
    width: 100%;
  }
    
  .column_mid p{
    padding-top: 8px;
  }  
       
  .column_mid_wide p{
    padding: 8px 8px 0 8px;
  }  
  
  #footer{
    max-width: 100%;
  }

  img{
    max-width: 100%;
  }
  
  .tbl_container{
    width: 100%;
  }
   
  .hidden-small {
    display: none !important;
  }
  
  .bl_contain_tl {
    #display: none !important;
  }  
  
  .inline_img {
    padding: 15px 0 8px 8px;
  }
        
  .videoWrapper {
  	position: relative;
  	padding-bottom: 56.25%; /* 16:9 */
  	padding-top: 25px;
  	height: 0;
  }
  .videoWrapper iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  }      
}
