.bkteasering  IMG{
 display: inline;
 border: 0;
 padding: 0;
 margin: 0;
}

/*
.bkteasering  DIV{
 text-align: left;
 border: 0;
 padding: 0;
 margin: 0;
}
*/

.bkteasering {
 text-decoration: none;
 -webkit-user-select: none;  /* Chrome all / Safari all */
 -moz-user-select: none;     /* Firefox all */
 -ms-user-select: none;      /* IE 10+ */
 -o-user-select: none;
 user-select: none;          
}

.bkteasering_browse_forward {
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 100px 100px 100px;
border-color: transparent transparent #007bff transparent;

}
.bkteasering_browse_forwards{
/*  http://apps.eky.hk/css-triangle-generator/ */
}

.bkteasering_browse_backward{
width: 0px;
height: 0px;
border-style: solid;
border-width: 12px 0 12px 20px;
border-color: transparent transparent transparent #1c3147;
line-height: 0px;
_border-color: #000000 #000000 #000000 #1c3147;
_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}


.bkteasering600px {
 width: 600px;
}




.bkteasering600px .break {
 clear:both;
 float:none;
 width:100%;
 height:1px;
 border: 0px solid red;
}

.bkteasering600px .bkentry{
 width: 600px;
/* height: 480px; */
 display: inline-block;
 margin: 0px;
 padding: 0px;
}

.bkteasering600px .bkteaser_button {
 padding: 2px 2px 2px 2px;
 margin: 0px 1px 0px 0px ;
 background: #d0d0d0;
 border: 1px solid #c0c0c0;
 color: #ffffff;
 text-decoration: none;
 font: bold 9px/9px Verdana;
 box-shadow: 2px 2px 4px #888;
 opacity: 0.9;
 border-radius: 2px;
 width: 20px;
 height: 10px;
 display:inline-block;
 text-align: center;
}

.bkteasering600px .bkteaser_button:hover {
 background: #808080;
 border: 1px solid #707070;
 }

.bkteasering600px .bkteaser {
 padding: 6px;
 margin: 0px;
 /* width: 600px;*/
 height: 414px;
 border: 0px solid #a00;
/* display : none; */
 overflow: hidden;
 
}

.bkteasering600px .bkteaser_webshot_title{
 width: 600px;
 min-height: 32px; 
 color: #000000;
 font: bold 24px Verdana, Arial, sans serf;
 padding: 4px;
 opacity: 0.7;
}

.bkteasering600px .bkteaser_panel {
 margin: 6px;
 width: 576px;
 /* background: #a00; */
 height: 320px;
 overflow: hidden;
}

.bkteasering600px .bkteaser_webshot_description {
 margin-left: 4px;
 padding-left: 8px;
 float:left;
 width:160px;
 height:300px;
 overflow: hidden;
 border: 0px dotted #f00;
 font: 14px Verdana,Arial,sans serif;
 color: #808080;
 line-height: 1.5;
}

.bkteasering600px .bkteaser_webshot_panel {
 float:left;
 width:400px;
}


.bkteasering600px .bkteasering_navigation {
/* position:absolute; */
 padding: 4px 8px 4px 8px;
}

.bkteasering600px .bkteaser_webshot {
 width: 400px;
 height: 300px;
 border: 2px solid #606060;
 box-shadow: 2px 2px 4px #888;
 border-radius: 4px;
 float:left;
}

.bkteasering600px .bkteasering_headline {
 margin: 0px 6px 0px 6px !important;
 padding: 0px 0px 0px 0px !important;
 display: block;
 font: bold 24px Verdana, Arial, sans serif !important;
 color: #808080;
 letter-spacing: 0px !important;
}

.bkteasering600px .bkteaser_webshot_url {
 background-color: rgba(128, 128, 128, 0.4);
 width: 389px;
 margin-top: -21px;
 margin-left: 1px;
 
 position: absolute;
 /* opacity: 0.8; */
 color: rgba(255, 255, 255, 0.53);
 font: 12px Verdana, Arial, sans serif;
 padding:2px 6px 2px 6px;
 overflow: hidden;
 border-radius: 0px 0px 3px 3px;
 border: 0 solid #606060;
}

.bkteasering600px .bkteaser_link_panel {
 padding: 0px 20px 0px 20px;
  
}

.bkteasering600px .bkteaser_link_button {
 background: rgb(122,188,255); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(122,188,255,1) 0%, rgba(64,150,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(122,188,255,1) 0%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(122,188,255,1) 0%,rgba(64,150,238,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(122,188,255,1) 0%,rgba(64,150,238,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(122,188,255,1) 0%,rgba(64,150,238,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  padding: 8px 20px 8px 20px;
  margin: 0px;
  width: 500px;
  display: table-cell;
  vertical-align: middle;
  text-align: center; 
  border-radius: 10px; 
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px;
   box-shadow: 4px 4px 16px #525252;
  overflow: hidden;
}

.bkteasering600px .bkteaser_link_button .bkteaser_link {
 font: bold 14px Verdana,Arial,sans serif;
 color: #ffffff !important;
 display:block;
}

.bkteasering600px .bkteasering_gadget {
 
 border: 1px solid rgba(127,127,127,0.4);
 width: 31px;
 height: 25px;
 display: inline-block;
 margin: 0px 0px 0px 0px;
 border-radius: 2px;
 cursor: pointer;
}

.bkteasering600px .bkteasering_gadget_panel {
 width:80px;
 border: 0px solid green;
 float: right;
 margin-right: 8px;
 margin-top: 8px;
 margin-bottom: -22px;
 text-align: right;
 
}

.bkteasering600px .bkteasering_headline {
 width:450px;
 border: 0px solid green;
 float: left;
}

.bkteasering600px .bkteasering_lonly {
 height:494px;
 border:  0px solid red;
 overflow: hidden;
}



.bkteasering600px .bkteasering_tiles {
 height:494px;
 border:  0px solid blue;
 overflow: hidden;
}

.bkteasering600px .bkteasering_tiles_panel {
 margin: 4px 6px 4px 6px;
 background-color: rgba(93, 113, 143, 0.5);
 
 border: 1px solid;
 border-color: #c0c0c0 #ffffff #ffffff #c0c0c0 ;
 border-radius: 6px;
 height:478px;
 overflow-x: hidden;
 overflow-y: hidden;
 padding:2px;
 
 
}

 


.bkteasering600px .bkteasering_tile {
 float:left;
 border: 1px solid;
 border-color: #ffffff #c0c0c0 #c0c0c0 #ffffff;
 margin:3px;
 border-radius: 4px;
 padding: 3px;
  background: rgb(254,254,254); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, rgba(254,254,254,1) 0%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, rgba(254,254,254,1) 0%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, rgba(254,254,254,1) 0%,rgba(226,226,226,1) 100%); /* IE10+ */
  background: linear-gradient(135deg, rgba(254,254,254,1) 0%,rgba(226,226,226,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  box-shadow: 2px 2px 4px rgba( 0,0,0, 0.4 );
  min-height:145px; 

}

/*
.bkteasering600px .bkteasering_tile:hover {
background: black;
}

.bkteasering600px .bkteasering_tile:hover  .bkteasering_tile_title{
background: black;
color: #ffffff;
}
*/

.bkteasering600px .bkteasering_tile_webshot{
 width: 180px;
 height: 128px;
 display:block;
 opacity: 0.9;
 /*height: 140px;*/
}
.bkteasering600px .bkteasering_tile_webshot:hover{
opacity: 1;

}

.bkteasering600px .bkteasering_tile_title {
 font: bold 12px Verana,Arial,sans serif;
 color: #606060;
 padding: 2px;
 width: 176px;
 height: 14px;
 overflow: hidden;
 background: #ffffff;
 display: block;
}

.bkteasering600px .bkteasering_lonly {
 display: none;
}



.bkteasering600px .bkteasering_gadget {
 /* opacity: 0.2; */
 border-width: 0px;
}

.bkteasering600px .bkteasering_gadget_image {
 border-width: 0px;
 border-radius: 3px; 
 -moz-border-radius: 3px; 
 -webkit-border-radius: 3px;

 }

.bkteasering600px .bkteasering_gadget:hover {
 /* opacity: 0.6; */
}



.bkteasering DIV.bkteasering_browse_forward{
width: 0px;
height: 0px;
border-style: solid;
border-width: 14px 0 14px 16px;
border-color: rgba(255,255,255,0 ) rgba(255,255,255,0 ) rgba(255,255,255,0 ) #5b7c9f;
margin-bottom: -4px
}

.bkteasering DIV.bkteasering_browse_backward{

width: 0px;
height: 0px;
border-style: solid;
border-width: 14px 16px 14px 0;
border-color: rgba(255,255,255,0 ) #5b7c9f rgba(255,255,255,0 ) rgba(255,255,255,0 );
margin-bottom: -4px
}

.bkteasering DIV.bkteasering_browse_page {
 width: 16px;
 height: 16px;
 background: #5b7c9f;
 border-radius:16px;
 margin-bottom: 2px 
}

.bkteasering DIV.bkteasering_browse_button{
 display:inline-block;
 margin-left: 8px;
 
}

.bkteasering .bkteasering_browse_panel {
 padding: 4px 8px 4px 8px;
 text-align:center;
 border: 1px solid rgba(222, 227, 231, 0.47);;
 background: rgba(222, 227, 231, 0.47);
 margin: 12px 6px 8px 6px;
 border-radius: 4px;
 border-color:  rgba(204, 214, 221, 0.68) #ffffff #ffffff rgba(204, 214, 221, 0.68);
}

.bkteasering DIV.bkteasering_browse_label {
 font: bold 23px Verdana, Arial;
 color:  rgba(204, 214, 221, 1);
 padding-left: 20px;
 width: 200px;
 text-align:right;
}

.bkteasering .bkteasering_tiles_browsebuttons {
 display: none; 
 padding: 8px;
 text-align: center;

}


.bkteasering600px  .bkteasering_tiles_browsebutton {
 font: bold 14px Verdana,Arial,sans serif;
 color: #ffffff;
 display:inline-block;
 padding: 8px 20px 8px 20px;
 margin: 0px 10px 0px 10px;
 width: 130px;
 vertical-align: middle;
 text-align: center; 
 border-radius: 20px; 
 -moz-border-radius: 20px; 
 -webkit-border-radius: 20px;
 box-shadow: 4px 4px 16px #525252;
 overflow: hidden;
 background: #d0d0d0;
}


.bkteasering .bkteasering_tiles_browsebutton {
 
 
 color: #ffffff;
  background: rgb(122,188,255); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(122,188,255,1) 0%, rgba(64,150,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(122,188,255,1) 0%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(122,188,255,1) 0%,rgba(64,150,238,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(122,188,255,1) 0%,rgba(64,150,238,1) 100%); /* IE10+ */
background: linear-gradient(135deg,  rgba(122,188,255,1) 0%,rgba(64,150,238,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.bkteasering .bkteasering_tiles_browsebutton  .bkteaser_link{
 color: #ffffff !important;
 display:block;
}

 
.bkteasering  .bkdatas {
 display: none;
}

.bkteasering   .bkteasering_gadget_panel {
display: none;
}

.bkteasering .bkteasering_date {
 font: 9px Verdana, Arial;
 color: rgba( 150, 150, 150, 0.7 );
 margin-left: 20px;
 margin-top: -8px;
}



@media (max-width:640px)  {
 .bkteasering600px {
   width: auto;
   margin: 0px;
  }
  
  .bkteasering600px .bkentry {
   width: auto !important;
  }
  
  .bkteasering600px .bkteasering_gadget_panel {
   /* display: none !important; */
  }

  .bkteasering600px .bkteasering_tiles_panel {
  height: 500px !important;
  }
  .bkteasering600px .bkteasering_tiles {
  height: auto !important;
  padding: 4px !important;
  }
  .bkteasering600px .bkteasering_headline {
  width: auto !important;
  }
  .bkteasering600px .bkteasering_tile_webshot {
   width: 196px !important;
   height: 128px !important;
  }
  .bkteasering600px .bkteasering_tile_title {
  width: auto !important;
  }
  .bkteasering600px .bkteasering_tile {
  margin: 5px  !important;
  }
  .bkteasering600px .bkteaser_link_button {
  width: 300px !important;
  }
  
  .bkteasering600px .bkteaser_webshot_title {
  width: auto !important;
  }
  .bkteasering600px .bkteaser_panel {
  width: auto !important;
  height: auto !important;
  }
  
  .bkteasering600px .bkteaser_webshot_panel {
  width: auto !important;
  float: none !important;
  text-align: center;
  }
  
  .bkteasering600px .bkteaser_webshot {
  max-width: 300px !important;
  height: auto !important; 
   float: none; 
  
  }
  
  .bkteasering600px .bkteaser_webshot_description {
  clear: both !important;
  width: auto !important;
  height: auto !important; 
  float: none !important;
  padding: 8px;
  }
  .bkteasering600px .bkteaser_webshot_url {
  width: auto !important;
  margin-top: 0px !important;
  position: relative  !important;
  background-color: rgba(0,0,0,0);
  border-radius: 0px;
  color: #000;
  padding: 12px;
  }
  
  .bkteasering600px .bkteasering_lonly {
  height: auto !important; 
  position: relative !important; 
  }
  .bkteasering600px .bkteaser {
  height: auto !important; 
  padding-bottom: 12px;
  }
  
  .bkteasering600px  .bkteasering_browse_label {
  font-size: 21px !important; 
  width: 100px !important; 
  }
  
  .bkteasering600px .bkteasering_date {
   display: none;
  }
  .bkteasering600px .bkteasering_browse_button  {
  
  
  }
  .bkteasering600px .bkteasering_browse_panel {
  
  }
  
  
}
@media (max-width:500px) {

  .bkteasering600px .bkteasering_headline {
   font-size: 14px !important;
   height: 30px;
   vertical-align: middle;
  }
}

@media (max-width:420px) {
  .bkteasering600px .bkentry {
  box-shadow:none;
 }
  

  .bkteasering600px  .bkteasering_browse_label {
	display:none;
  }
  
  .bkteasering600px .bkteasering_browse_button  {
  
  
  }
  
  .bkteasering600px .bkteasering_tiles_browsebutton.bkteasering_tiles_browse_backward {
    display: inline-block;
    vertical-align:middle;
	
    width: 60px;
    height: 20px;
	/*
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    line-height: 0px;
    _border-color: #000000 #ffffff #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	*/
    margin: 10px 0px 10px 0px;
  
  }
  
 .bkteasering600px .bkteasering_tiles_browsebutton.bkteasering_tiles_browse_forward {
  	display: inline-block;
    vertical-align:middle;
	width: 60px;
    height: 20px;
	/*
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #ffffff;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #ffffff;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
*/
    margin: 10px;
  }
  
   .bkteasering600px .bkteasering_tiles_browsebutton .bkteaser_link {
   display:none;
   }
  

  
  
  .bkteasering600px .bkteasering_browse_panel {
  
  }

}

@media (max-width:362px) {

  .bkteasering600px .bkteasering_headline {
   font-size: 14px !important;
   height: 30px;
   vertical-align: middle;
  }
  
  .bkteasering_tile_webshot {
  width: 270px !important;
height: 190px !important;
  }
}
