/* settings from listmenu_h2.css */

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 6px; /* I'm using ems and px to allow people to zoom their font */
 left: 0px;
 width: 120px;
}
/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 20px;
}

.menulist li {
 float: right;
 display: block;
 position: relative;
 background: #C4CECF;
 margin-right: -1px;
  width: 120px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: left;
 margin: 0;
 margin-bottom: -1px;
 width: 120px;
 padding: 2px 0px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
 display: block;
 font: 99%/1.5 arial, helvetica, sans-serif;
	letter-spacing: 0.02em;
	font-size: 9pt;
	color: #000;
 padding-left: 5px;
  padding-right: 5px;
 text-decoration: none;
text-align: center;

}
/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background: #FF9900 url(listmenu_o.png) left repeat-y;
 text-align: center;
}
.menulist a.highlighted {
 color: #FFF;
 background-color:  #939A9B;
}
/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;

}
.menulist ul a .subind {
 display: block;
 float: left;
}
/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;

}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
  width: 110px;
}
.lang-menu {
    margin: 3px 8px;
    float: right;
}
.lang-menu ul {
    padding:0px;width:33px !important;
}
.lang-menu li ul li {
    width:25px !important;padding:2px 0px !important;min-width:25px !important;background: none !important;
}
.lang-menu ul {}
.flag a {
	width:28px;
	padding:0px;	
}
.lang-menu a:hover, .lang-menu li:hover{ color:transparent;/*background: none !important;*/}

*:first-child+html .menulist ul li {
 float: left;
width: 120px;
}

* html .menulist ul li {
 float: right;
}
* html .menulist ul a {

}
/* End Hacks */

/*Styles added for new menu with sub lists */
#menu li ul {
		
	}
	#menu li ul li {
		
	}
	#menu ul li ul {
		
	}

#menu, #menu ul, .lan-menu {
	list-style:none;
	padding:0;
	margin:0;
}
#menu li {
	float: right;
        padding-left: 6px;
        position: relative;
        width: 93px;
	border-right: 1px solid #EEEEEE;
	text-align: center;
	margin:0;
}
#menu li:first-child, #menu li ul li { 
       border-right: 0;
}
#menu li:last-child {border-bottom: 0;}
/*#menu li:hover {background: none repeat scroll 0 0 #eee;}*/

#menu li a {
	color: #000000;
        display: block;    
        padding: 5px 0;
        text-decoration: none;
        font-family: 'Lato', sans-serif;
        font-size: 10.4pt;
		line-height: 1.6;
}
#menu li ul {
	background: none repeat scroll 0 0 #EEEEEE;
	/*box-shadow: 0 0 5px #888;*/
        display: none;
        margin-top: 0;
        position: absolute;
	margin-left: -8px !important;
	z-index:100;
        border-radius: 4px;
}
#menu li ul li {
	padding: 6px 12px;
	width:auto;
	min-width:200px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}
#menu ul li ul {
	margin-left:212px !important;
	margin-top: -2.5em !important;
}
#menu ul li:hover{
	background: none repeat scroll 0 0 #d9d8d8;
}
.top-menu-arrow {
	background: url(https://www.almtoolbox.com/images/top-menu-arrow.png) no-repeat center right;
	display: inline-block;
    height: 7px;
    padding: 0 0 0 6px;
    width: 6px;
}
.topsub-menu-arrow {
	background: url(https://www.almtoolbox.com/images/topsub-menu-arrow.png) no-repeat scroll right center transparent;
    display: inline-block;
    float: right;
    height: 7px;
    margin-right: -5px;
    width: 3px;
	padding-top:8px;
}
/* SHOW SUBMENU 1 */
#menu li:hover ul, #menu li.over ul {
	display:block;
}
#menu li:hover ul ul, #menu li.over ul ul {
	display:none;
}
/* SHOW SUBMENU 2 */
#menu ul li:hover ul, #menu ul li.over ul {
	display:block;
	z-index:1000;
}
/* End of listmenu_h2.css settings */

* {
    margin: 0px;
    padding: 0px;
    /*font:14px/1.5 sans-serif;
	color:#000;*/
    line-height: 1.5;
	/*font-family: Arial,Helvetica,Verdana,Arial,sans-serif;*/
}
.right {
    float: right;
}
.left {
    float: left;
}

/*Adjustments to new header*/

#nav li {
    font-size: 12px;
}
#nav li ul li {
    line-height: 16px;
}
#site_wrap {
    width: 100%;
    min-height: 300px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    margin-bottom: 0px;
}
#header,
#middle,
#footer {
    float: left;
    width: 100%;
}
.header-wrap {
    height: 96px;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #dedede;
}
.header-content {
    max-width: 1064px;
    width: 100%;
    margin: 0 auto;
}

/*------------- General layout--------------- */

#site_wrap {
    width: 100%;
    min-height: 300px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    margin-bottom: 0px;
}
.wrap {
    width: 1064px;
}

/*------------- Header --------------- */

.header-logo {
    width: 242px;
    float: left;
    margin: 0;
    position: relative;
}
.header-logo a {
    height: 80px;
    width: 190px;
    background: url(https://www.almtoolbox.com/images/logo.png) center top no-repeat;
    float: left;
    margin: 6px 0 0;
    display: block;
}
.slogan {
    color: #333;
    font-size: 12px;
    position: absolute;
    top: 60px;
    left: 80px;
}
#header {
    height: 63px;
}
.header-content-right {
    width: 680px;
    margin: 19px 0 0 0;
}
.phone-info {
    /*margin: 4px 0 0;*/
}
.phone-info p {
    float: left;
    font-size: 8.5pt;
    padding: 0 7px 0 0;
    text-align: left;
    border-right: 1px solid #fff;
    overflow: hidden;
    vertical-align: top;
}
.phone-info p img {
    padding: 0 5px;
    vertical-align: middle;
}
.top-flag {
    vertical-align: top;
    height: 15px;
    width: 23px;
    display: inline-block;
    background: url(https://www.almtoolbox.com/images/sprite.png) left top no-repeat;
    margin: -1px 3px 0;
}
.International {
    background: url(https://www.almtoolbox.com/images/sprite.png) -28px top no-repeat;
    width: 17px;
}
#nav.lang-menu {
    margin: 3px 8px;
    float: right;
    position: relative;
}
.lang-menu {
    margin: 3px 8px;
    float: right;
}
.lang-menu ul {
    padding: 0px;
    width: 33px !important;
    background: none !important;
}
.lang-menu li ul li {
    width: 25px !important;
    padding: 2px 0px !important;
    min-width: 25px !important;
    background: none !important;
    border-bottom: 0 !important;
}
a.flag {
    padding: 0px;
    display: inline-block;
    width: 31px;
    height: 10px;
    padding: 3px 0px !important;
}
.flag-en {
    background: url(https://www.almtoolbox.com/images/sprite.png) -52px top no-repeat;
}
.flag-en .top-menu-arrow {
    position: absolute;
    right: 1px;
    top: 7px;
}
.flag-ru {
    background: url(https://www.almtoolbox.com/images/sprite.png) -82px top no-repeat;
}
.flag-cn {
    background: url(https://www.almtoolbox.com/images/sprite.png) -111px top no-repeat;
}
.flag-il {
    background: url(https://www.almtoolbox.com/images/sprite.png) -140px top no-repeat;
}
*:first-child+html .menulist ul li {
    float: left;
    width: 120px;
}

/* search */

#___gcse_0 {
    border: 1px solid #eee;
}
#search #search-box {
    background: none;
}
.gsc-control-cse {
    padding: 0px !important;
    border-width: 0px !important;
}
form.gsc-search-box,
table.gsc-search-box {
    margin-bottom: 0px !important;
}
.gsc-search-box .gsc-input {
    padding: 0px 4px 0px 6px !important;
}
#gsc-iw-id1 {
    border-width: 0px !important;
    height: auto !important;
    box-shadow: none !important;
}
#gs_tti50 {
    padding: 0px !important;
}
#gsc-i-id1 {
    height: 22px !important;
    padding: 0px !important;
    background: none !important;
    text-indent: 0px !important;
}
.gsib_b {
    display: none;
}
button.gsc-search-button {
    display: block;
    width: 13px !important;
    height: 13px !important;
    border-width: 0px !important;
    margin: 0px !important;
    padding: 6px !important;
    outline: none;
    cursor: pointer;
    box-shadow: none !important;
    box-sizing: content-box !important;
}
.gsc-branding {
    display: none !important;
}
.gsc-control-cse,
#gsc-iw-id1 {
    background-color: transparent !important;
}

/* */

.lang-menu {
    position: relative;
    z-index: 1112;
}
#tabletop,
.tabletop {
    width: 776px;
    float: right;
    margin-top: 4px;
    position: relative;
    z-index: 1111;
}
#tabletop .menulist li,
.tabletop .menulist li {
    width: 105px;
}
#tabletop .menulist a,
.tabletop .menulist a {
    width: auto;
}
#wrap {
    background: #ffffff !important;
    float: left;
    height: auto !important;
    width: 100%;
}
#wrapper {
    max-width: 1064px !important;
    width: 100%;
    background: #fff;
}
#tabletop .menulist li,
.tabletop .menulist li {
    width: 105px;
    background: none repeat scroll 0 0 #C4CECF;
    display: block;
    float: right;
    margin-right: -1px;
    position: relative;
}
.menulist a {
    color: #000000;
    display: block;
    font: 9pt/1.5 arial, helvetica, sans-serif;
    letter-spacing: 0.02em;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    text-decoration: none;
    width: auto;
}
#new_footer {
    clear: both;
}
#new_footer #footer {
    min-height: 220px;
    padding: 15px 0;
    margin: 0 !important;
    border: 0;
}
#new_footer #footer .row {
    float: none;
    margin: 0 auto;
    width: 1064px;
}
#new_footer h3 {
    color: #000000;
    font: bold 12.5pt/9pt arial, helvetica, sans-serif;
    margin-bottom: 5px;
    margin-top: 1px;
    text-align: left;
}
#copyrights {
    float: left;
    width: 100%;
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
}
#container {
    margin: 20px 40px 20px 40px;
}
.social {
    margin: 8px 0px 7px 5px;
}
.social a {
    margin: 0 8px 0 0;
    height: 20px;
    width: 20px;
    display: inline-block;
}
.social a#fb {
    background: url(https://www.almtoolbox.com/images/sprite.png) left -25px no-repeat
}
.social a#twitter {
    background: url(https://www.almtoolbox.com/images/sprite.png) -24px -25px no-repeat
}
.social a#linkedin {
    background: url(https://www.almtoolbox.com/images/sprite.png) -48px -25px no-repeat
}
.social a#youtube {
    background: url(https://www.almtoolbox.com/images/sprite.png) -72px -25px no-repeat
}
.social a#googleplus {
    background: url(https://www.almtoolbox.com/images/sprite.png) -96px -25px no-repeat
}

/*********************************************
	LINKS LIST
*********************************************/

.links_list_title {
    padding-left: 5px;
    padding-bottom: 3px;
    border-bottom: 1px solid #cccaca;
}
.links_list {
    float: left;
    margin: 0 30px 0 0;
    padding: 10px 0 30px;
    width: 15%;
}
.links_list ul {
    float: left;
    padding: 5px;
    list-style: none;
}
.links_list li {
    line-height: 19px;
}
.links_list a,
.links_list_title {
    font-size: 12px;
    color: #333;
    text-decoration: none;
}
.links_list a:hover {
    color: #000;
}

/*********************************************
	FOOTER MENU
*********************************************/

#footer_menu {
    float: left;
    width: 100%;
}
#footer_menu ul {
    float: left;
    width: 100%;
    text-align: center;
}
#footer_menu li {
    display: inline;
    height: 10px;
    padding: 0px 12px;
    background: url(images/footer_menu_seperator.gif) left center no-repeat;
}
#footer_menu li:first-child {
    background: none;
}
#footer_menu a {
    font-size: 12px;
    text-decoration: none;
    color: #000;
}
#footer_menu a:hover {
    text-decoration: underline;
}
.menulist ul {
    /*margin-left: -15px !important;*/
}
#queryTop {
    width: 150px;
    padding-left: 5px;
    border: 1px inset !important;
    height: 17px;
}
#searchButton {
    border: medium none;
    position: relative;
    top: 4px;
}

/*input {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border-radius: 0 0 0 0 !important;
    padding: 0 !important;
}*/

#content {
    width: 95%;
    float: none;
    direction: rtl;
    margin: 0 auto;
	max-width:70%;
}
#sidebar {
    width: 24%;
    float: right;
    margin: 12px 0;
    direction: rtl;
}
html {
    overflow-x: hidden;
}
#search-text {
    margin: 1px 34px 5px 10px !important;
    padding: 0;
}
#fsb-social-bar {
    padding: 7px 0!important;
}
#fsb-social-bar .fsb-share-facebook {
    width: 93px !important;
    margin-right: 0 !important;
}
#fsb-social-bar .fsb-share-twitter {
    width: 111px !important;
    margin-right: 0 !important;
}
#fsb-social-bar .fsb-share-linkedin {
    width: 113px !important;
    margin-right: 0 !important;
}
#fsb-social-bar .fsb-share-google {
    width: 84px !important;
    margin-right: 0 !important;
}
.fsb-count {
    margin-top: 3px !important;
}

/*  responsive styling */


/***********   Media Queries    *********/

.navigation {
    max-width: none;
    padding: 0;
    display: block;
}
.navigation li {
    float: left;
}
.navigation li a {
    display: block;
}
.navigation li a:hover {}
.navheader {
    font-size: 12px;
}
.slide-trigger {
    display: none;
    /* need this */
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
    padding: 7px 8px;
    font-size: 13px;
}
.slide-trigger span {
    background-image: url(img/dropdown-arrows.png);
    background-position: 0 -14px;
    display: block;
    float: right;
    margin-top: 8px;
    height: 14px;
    width: 32px;
}
#menu-icon,
.slicknav_menu {
    display: none;
}
#boxes .window {
    top: 8% !important;
    text-align: center;
    box-sizing: border-box;
    padding: 1em !important;
}
.webinar-overlay {
    width: 520px;
}
#topcontrol {
    bottom: 40px !important;
    right: 20px !important;
}
input.referer-page {
    display: none;
}

/* newsletter signup box */

.chimpy_shortcode_content {
    padding-top: 15px;
}
.chimpy_shortcode_content .sky-form .description {
    color: #333;
    font-size: 14px;
}
.sky-form {
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.sky-form-orange footer button.button {
    background: #e40b00 !important;
}
.sky-form .input input {
    border: 1px solid #cacaca;
}
.sky-form footer {
    padding: 2px 20px 12px;
}
@media screen and (min-width:650px) {
    #nav,
    .lang-menu {
        display: block !important;
    }
}
@media screen and (max-width: 650px) {
    #topcontrol {
        bottom: 56px !important;
    }
    .slicknav_menu {
        display: block;
    }
    .header-wrap {
        position: absolute;
        top: 0px;
    }
    #page {
        padding-top: 50px;
    }
    .top-menu-arrow,
    .slicknav_menu .slicknav_menutxt {
        display: none;
    }
    #menu-icon {
        display: block;
        position: absolute;
        left: 14px;
        top: 18px;
        background-image: url("images/hamburger.png");
        height: 20px;
        width: 25px;
        text-indent: -9999px;
    }
    .landing-clearcheck .header-content,
    .quote_block blockquote,
    #lightbox .lb-outerContainer,
    #lightbox .lb-container img,
    #footer .row,
    #wrapper,
    .wp-caption,
    .post-thumb,
    .header-content-right,
    #tabletop,
    .tabletop,
    iframe {
        width: 100% !important;
    }
    #tabletop,
    .tabletop {
        float: none;
        position: absolute;
    }
    #menu-icon {
        top: -90px;
    }
    #middle.landing {
        padding: 15px 0px 20px;
    }
    .header-logo {
        margin: 0 10px;
        float: none;
    }
    .partners .fixedNav .header-logo {
        position: absolute;
        left: 57px;
        top: 0;
    }
    .fixedNav .header-logo a {
        height: 50px;
    }
    #search,
    #habla_window_div,
    .lang-menu,
    .phone-info {
        display: none;
    }
    .partner-nav {
        height: 55px;
    }
    .landing #content_wrap {
        padding: 0 4%;
        box-sizing: border-box;
    }
    .post {
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 0 !important;
        background: none;
    }
    .blog-main .post-item {
        padding: 0 0 10px 0px;
    }
    .entry p img,
    .entry img,
    .wp-caption img {
        width: 100%;
        height: auto;
    }
    #wrap,
    #content,
    #sidebar {
        float: none;
        width: 100%;
    }
    #container {
        margin: 20px 15px 0 15px;
    }
    h2.navheader {
        margin: 0;
    }
    .screen-wrap img,
    .landing .img-gallery,
    .img-gallery img,
    #content_wrap img,
    #content_wrap iframe {
        width: 94%;
        height: auto;
        padding: 0 !important;
    }
    table img,
    .bt_orange,
    .bt_blue,
    .bt_request {
        width: auto !important;
    }
    .slide-trigger {
        display: block;
        padding: 9px 4%;
    }
    .no-js .slide-trigger,
    .olrk-away {
        display: none;
    }
    .fixedNav .slide-trigger span {
        display: inline-block;
        width: 20px;
        background-position: 0 -17px;
    }
    .navigation {
        display: none;
    }
    .no-js .navigation {
        display: block;
    }
    .navigation {
        margin: 0 15px;
    }
    .navigation li {
        float: none !important;
    }
    .navigation li a {
        border-bottom: 1px solid #fff;
    }
    .lp-menu li a,
    .fixedNav .lp-menu li a {
        font: 13.5pt/1.6 'Lato', sans-serif;
    }
    .fixedNav .lp-menu {
        margin: 2px auto 20px;
    }
    .lp-menu {
        background: #fff;
        width: 100%;
        margin: 0px auto 20px !important;
        padding: 4%;
        box-sizing: border-box;
    }
    .fixedNav .bt_nav,
    .fixedNav .bt_nav:hover {
        margin: 0;
    }
    .fixedNav .lp-menu {
        margin: 56px 0 20px !important;
    }
    .fixedNav .lp-menu li {
        margin: 0 23px 0 0 !important;
    }
    .button.bt_orange:after {
        background: none;
    }
    /* footer */
    .links_list {
        width: 100% !important;
        margin: 0;
        padding: 15px;
        box-sizing: border-box;
    }
    .links_list a,
    .links_list_title {
        font-size: 15px;
    }
    #fsb-social-bar {
        width: 100% !important;
    }
    .links_list_social {
        width: 100%;
        margin: 0;
    }
    #boxes .window {
        max-width: 650px;
        width: 100%;
    }
    .webinar-overlay {
        max-width: 100%;
        width: 93%;
    }
}

/* iPad and other tablets (portrait) */

@media screen and (max-width: 768px) {
    html,
    body {
        width: 100% !important;
        background: #fff;
    }
    #container {
        padding: 0 1em;
    }
    .slideshow {
        display: none;
    }
    #footer,
    #footerbox {
        width: 100% !important;
    }
    #menu li ul {}
	.topsub-menu-arrow {
		background: none;
	}
}

/* iPad and other tablets (landscape) */

@media screen and (max-width: 1024px) {
    html,
    body {
        width: 100% !important;
    }
    #container {
        padding: 0 1em;
    }
}
@media screen and (max-width: 980px) {
    #spmask {
        width: 100% !important;
        height: 100% !important;
    }
    #boxes #dialog {
        left: 0 !important;
        top: 16px !important;
        max-width: 98% !important;
    }
}

/* lightbox.css settings */
/* Preload images */
body:after {
  content: url(images/close.png) url(images/loading.gif) url(images/prev.png) url(images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}