html, body { height:100%;}



/* video block */
video { display: block; }

video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(/images/lb2/bg/bg_pic.jpg) no-repeat;

    background-size: cover; 
}

video#bgvid {
    transition: 1s opacity;
}
.stopfade { opacity: .5; }

/* header */

.block-1 { height:100%; width:100%; background:url(/images/lb2/bg_video.png); position:relative;}
#header-wrap { width:100%; height:auto; position:relative; margin:0 auto;}
.header { position:absolute; left:0; top:20px; width:100%; height:100px; background:rgba(255,255,255,0.7);
	-webkit-box-shadow: 0 0 10px rgba(23,23,23,.33);
	-moz-box-shadow: 0 0 10px rgba(23,23,23,.33);
	box-shadow: 0 0 10px rgba(23,23,23,.33);
}
.header:hover {background:rgba(255,255,255,1)}
a.header-logo { display:block; position:absolute; text-indent:-9999em; left:40px; width:253px; height:82px; top:50%; margin-top:-41px; background:url(/images/lb2/logo.png) no-repeat center center;}


			/* menu */
				/* menu */	
				a.m-header-menu-btn { display:block; position:absolute; right:15px; top:50%; margin-top:-25px; width:50px; height:50px;
				text-indent:-9999em;
				background:#fff url(/images/lb2/mmenu_btns.png) no-repeat left top;
				z-index:900;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				}
			
				#m-menu-window {
					position:absolute;
					right:30px;
					top:50%;
					margin-top:-22px;
					background:none;
					width:auto;
					height:auto;
					padding:0;
					display:block;
				}
					
				#m-menu-window .modal_close { position: absolute; top: -79px; right: 15px; display: block; width: 50px; height: 50px;  background:#fff url(/images/lb2/mmenu_btns.png) no-repeat left -50px; z-index: 9999;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				display:none;/*for pc*/}
					
				#m-menu ul { width:auto;}
				#m-menu ul li { display:block; float:left; margin:0; padding:0; margin:0px; height:44px;}
				#m-menu ul li a, #m-menu ul li span {display:block; padding:0px 3px; height:44px; line-height:44px; border:1px solid rgba(255,255,255,0.01);  color:#000; text-decoration:none; font-weight:300; font-size:18px; box-sizing: border-box; margin:0 2px; padding:0 10px;}
				#m-menu ul li a:hover, #m-menu ul li span:hover { color:#0792f8; border:1px solid #0792f8; background:#fff;}
				#m-menu ul li.menu-active a {}
			
				
				#m-menu ul li a.menu-join { color:#fff; margin-right:0; font-weight:500;
				background-image: -webkit-linear-gradient(bottom, #0590f9, #29abe1);
				background-image: -moz-linear-gradient(bottom, #0590f9, #29abe1);
				background-image: -o-linear-gradient(bottom, #0590f9, #29abe1);
				background-image: -ms-linear-gradient(bottom, #0590f9, #29abe1);
				background-image: linear-gradient(to top, #0590f9, #29abe1);
				}
				#m-menu ul li a:hover.menu-join { color:#fff;
				background-image: -webkit-linear-gradient(bottom, #0271c3, #0590f9);
				background-image: -moz-linear-gradient(bottom, #0271c3, #0590f9);
				background-image: -o-linear-gradient(bottom, #0271c3, #0590f9);
				background-image: -ms-linear-gradient(bottom, #0271c3, #0590f9);
				background-image: linear-gradient(to top, #0271c3, #0590f9);
			
				}
				
				a.m-header-menu-btn { display:none;}/*for pc*/
			


		/* fixed header */
		
        #header-wrap.default {
            width:90%;
        }
        #header-wrap.fixed {
            position:fixed;
            top:0; left:0;
            width:100%;
			
			height:50px;
			-webkit-box-shadow: 0 0 10px rgba(23,23,23,.33);
			-moz-box-shadow: 0 0 10px rgba(23,23,23,.33);
			box-shadow: 0 0 10px rgba(23,23,23,.33);
			background:#fff;
			z-index:9900;
        }
		#header-wrap.fixed .header {top:0; background:none; height:50px; margin:0 auto; position:relative;
			-webkit-box-shadow:none;
			-moz-box-shadow:none;
			box-shadow:none;
			}
		
				#header-wrap.fixed a.header-logo { left:20px; width:123px; height:40px; top:50%; margin-top:-20px; background:url(/images/lb2/logo.png) no-repeat center center; background-size:100% auto;}
				#header-wrap.fixed #m-menu-window {right:15px; top:50%; margin-top:-15px;}
				#header-wrap.fixed #m-menu ul li { height:30px;}
				#header-wrap.fixed #m-menu ul li a, #header-wrap.fixed #m-menu ul li span {height:30px; line-height:30px; font-size:18px;}



button#vidpause { display:block; position:absolute; left:50%; top:50%; width:100px; margin-left:-50px; height:100px; margin-top:-50px; border:none; cursor:pointer; opacity:0.2; background:url(/images/lb2/button_pause.png) no-repeat center center; background-size:100% 100%; text-indent:-9999em;}
button#vidpause:hover { opacity:0.6;}

.content-width { width:100%; margin:0 auto;}




/* news */
.block-2 { background:#fff; width:100%; margin:0; padding:20px 0;}
.content-width h2 { font-weight:300; margin-bottom:20px; text-transform:uppercase; color:#2d2d2d;}

.news-l-part { float:left; width:47%; margin-left:10px;}
.news-r-part { float:right; width:47%; margin-right:10px;}

.news-item { background:#f2f2f2; position:relative; padding:20px; margin-bottom:40px; height:30px;}
span.news-date { position:absolute; display:block; background:#fff; border:1px solid #cccccc; left:15px; top:-15px; padding:7px 10px; color:#686868; font-size:12px; line-height:12px; font-weight:400;}
p.news-text { font-size:18px; color:#2d2d2d; font-weight:300; margin:0; line-height:20px; padding-top:6px;}


/* programs */
.block-3 { background:#e5e5e5 url(/images/lb2/bg_block2.png); width:100%; margin:0; padding:20px 0; border-bottom:10px solid #1098f2;}
div.block-3-2 { background:#fff url(/images/lb2/bg_block2.png); width:100%; height:10px; display:block;}

/*
.programs-list { text-align:center; font-size:0;}
.programs-list li { display:inline-block; margin:0%; width:21%; text-align:center; margin-bottom:40px; padding:2%;}
.programs-list li p { font-size:18px; color:#000; line-height:20px; margin:0; text-align:left; font-weight:300; height:82px; overflow:hidden;}
.program-pic { width:100%; max-width:234px; height:auto; margin:0 auto; margin-bottom:10px;}
.programs-list li:hover { background:rgba(255,255,255,0.4);}
*/

.programs-list { text-align:center; font-size:0; z-index:9900;}
.programs-list li { display:inline-block; margin:0%; width:21%; text-align:center; margin-bottom:40px; padding:2%; position:relative; padding-bottom:60px; z-index:1500;}
.programs-list li p { font-size:17px; color:#000; line-height:22px; margin:0; text-align:left; font-weight:300; height:28px; overflow:hidden;
 position:absolute; top:85%; padding:10%; padding-top:0; width:80%; left:0;}
.program-pic { width:100%; max-width:234px; height:auto; margin:0 auto; margin-bottom:0px;}
.programs-list li:hover { background:rgba(255,255,255,1);}
.programs-list li:hover p { display:block; background:#fff; height:auto; overflow:visible;}


a.btn-signup-1 { display:block; margin:0 auto; width:340px; height:75px; line-height:75px; text-decoration:none; font-size:26px; font-weight:700; color:#fff; text-shadow: 0 2px #1084db; text-align:center; margin-bottom:20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(bottom, #0590f9, #29abe1);
	background-image: -moz-linear-gradient(bottom, #0590f9, #29abe1);
	background-image: -o-linear-gradient(bottom, #0590f9, #29abe1);
	background-image: -ms-linear-gradient(bottom, #0590f9, #29abe1);
	background-image: linear-gradient(to top, #0590f9, #29abe1);
}
a.btn-signup-1:hover {
	background-image: -webkit-linear-gradient(bottom, #0271c3, #0590f9);
	background-image: -moz-linear-gradient(bottom, #0271c3, #0590f9);
	background-image: -o-linear-gradient(bottom, #0271c3, #0590f9);
	background-image: -ms-linear-gradient(bottom, #0271c3, #0590f9);
	background-image: linear-gradient(to top, #0271c3, #0590f9);	
}

/* tools */		
.block-4 { background:#4c4c4c url(/images/lb2/bg_block4.png); width:100%; margin:0; padding:20px 0;}
.block-4 h2 { color:#fff;}



.slider-wrap { width:100%; max-width:1426px; height:auto; padding:0px; margin:0 auto; background:rgba(0,0,0,0.2); margin-bottom:50px;

}
#slider li { position:relative; overflow:hidden;}

/*.slide-info { position:absolute; width:55%; height:100%; right:20px; top:0; padding:0;}*/
.slide-info {position:absolute; top:120px; width:50%; right:20px;}
.slide-info p { text-align:left; padding:0; margin-bottom:15px; font-size:16px; color:#cbcbcb; font-weight:300; line-height:18px; padding-right:30px;}
.slide-title { position:absolute; top:20px; width:50%; right:20px;}
.slide-title h3 { font-size:34px; font-weight:500; color:#1ea3e8; line-height:40px; margin-bottom:10px; font-style:italic; text-transform:uppercase; padding-top:40px; text-align:left;}
p.slide-title span { font-size:13px; color:#9c9c9c;}

a.slide-link { display:block; position:absolute; padding:0 15px; right:20px; bottom:20px; height:45px; line-height:45px; font-size:16px; font-weight:500; color:#000; text-decoration:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #75c345;
	background-image: -webkit-linear-gradient(bottom, #ccc, #fff);
	background-image: -moz-linear-gradient(bottom, #ccc, #fff);
	background-image: -o-linear-gradient(bottom, #ccc, #fff);
	background-image: -ms-linear-gradient(bottom, #ccc, #fff);
	background-image: linear-gradient(to top, #ccc, #fff);
}
a:hover.slide-link { text-decoration:none;
	background-image: -webkit-linear-gradient(bottom, #0590f9, #29abe1);
	background-image: -moz-linear-gradient(bottom, #0590f9, #29abe1);
	background-image: -o-linear-gradient(bottom, #0590f9, #29abe1);
	background-image: -ms-linear-gradient(bottom, #0590f9, #29abe1);
	background-image: linear-gradient(to top, #0590f9, #29abe1);
	color:#fff;}


.slider-pic { float:left; margin-left:3%; width:47%; max-width:570px; height:auto; margin-right:20px;}


/* websites */
.block-5 { background:#fff; width:100%; margin:0; padding:20px 0;}


.websites-thumbs { text-align:center; font-size:0;}
.websites-thumbs li { display:inline-block; padding:7px; margin:10px; width:30%; max-width:350px; height:auto; background:url(/images/lb2/thumb_bg.png);}
	.thumb-item { height:auto; width:100%; position:relative;  overflow:hidden;}
	.site-logo { position:absolute; width:100%; height:/*64px*/auto; bottom:0; left:0; z-index:50;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.6) 20%, rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.6) 20%, rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.6) 20%, rgba(0,0,0,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.6) 20%, rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.6) 20%, rgba(0,0,0,0));
	
	-webkit-transition: 0.5s; 
	transition: 0.5s;
	}
	
	
	.tn-info { width:100%; height:100%; bottom:-100%; position:absolute; left:0; background:rgba(0,0,0,0.01);
	-webkit-transition: 0.5s; 
	transition: 0.5s;}
		.tn-info p.tn-info-title { font-size:20px; line-height:26px; font-weight:500; color:#0a94f6; margin-bottom:10px; position:absolute; top:20%; width:100%; text-align:center;}
		.tn-info span.tn-info-niches { font-size:16px; line-height:16px; font-weight:400; color:#fff; }
	
	.thumb-item:hover .tn-info { bottom:0; background:rgba(0,0,0,0.75)}
	.thumb-item:hover .site-logo { bottom:-65px;}
	
	a.tn-info-link { display:block; position:absolute; width:70%; height:34px; line-height:34px; background:none; border:1px solid #fff; color:#fff; font-size:16px; text-decoration:none; left:50%; margin-left:-35%; bottom:20%; cursor:pointer;}
	a.tn-info-link:hover { color:#0a94f6; background:#fff;}


/* contacts */
.block-6 { background:#e5e5e5 url(/images/lb2/bg_block2.png); width:100%; margin:0; padding:20px 0;}
div.block-6-2 { background:#fff url(/images/lb2/bg_block2.png); width:100%; height:10px; display:block;}

.contacts-l { float:left; width:46%; margin-left:20px; padding-top:25px;}
.contacts-r { float:right; width:46%; margin-right:20px;}

.contact-item { background:#fff; padding:30px 20px; margin-bottom:30px;
	-webkit-box-shadow: 3px 4px rgba(23,23,23,.11);
	-moz-box-shadow: 3px 4px rgba(23,23,23,.11);
	box-shadow: 3px 4px rgba(23,23,23,.11);
	}
.contact-item p { padding:10px 0; padding-left:190px; font-size:16px; font-weight:300; line-height:18px; margin:0;}
.contact-item p span { font-size:20px; font-weight:400;}
p.contact-name { float:left; width:130px; padding:20px 30px 20px 0; text-align:right; border-right:1px solid #cccccc; font-size:22px; font-weight:400; color:#000; line-height:26px;}
p.contact-name span { font-size:22px; color:#1ea3e8;}

p.contact-name-1 {padding:60px 30px 60px 0}

.contacts-r h3 { font-size:26px; line-height:27px; margin-bottom:10px;}
.contacts-r p { font-size:16px; line-height:18px; margin-bottom:15px;}

.contacts-r form { padding-top:20px;}
.form-s-item { clear:both; width:100%; margin-bottom:20px;}
.label-1 { width:20%; margin-right:2%; line-height:38px; font-size:20px; font-weight:300; text-align:right; display:block; float:left;}
.input-1 { height:38px; line-height:38px; background:#fff; border:1px solid #a5a5a5; padding:0 1%; font-size:16px; color:#393939; width:75%;}
.input-1:focus { border-color:#0a94f6; background:#fff;}
textarea.input-1 { height:100px;}
.button-wrap { margin-left:20%; text-align:center;}
.submit-btn-1 { width:auto; height:50px; line-height:50px; text-decoration:none; font-size:20px; font-weight:500; color:#fff; text-shadow: 0 2px #1084db; text-align:center; padding:0 20px; border:none; cursor:pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(bottom, #0590f9, #29abe1);
	background-image: -moz-linear-gradient(bottom, #0590f9, #29abe1);
	background-image: -o-linear-gradient(bottom, #0590f9, #29abe1);
	background-image: -ms-linear-gradient(bottom, #0590f9, #29abe1);
	background-image: linear-gradient(to top, #0590f9, #29abe1);}
.submit-btn-1:hover {
	background-image: -webkit-linear-gradient(bottom, #0271c3, #0590f9);
	background-image: -moz-linear-gradient(bottom, #0271c3, #0590f9);
	background-image: -o-linear-gradient(bottom, #0271c3, #0590f9);
	background-image: -ms-linear-gradient(bottom, #0271c3, #0590f9);
	background-image: linear-gradient(to top, #0271c3, #0590f9);	
	}



/* footer */
.footer { background:#4c4c4c url(/images/lb2/bg_block4.png); width:100%; margin:0; color:#fff; text-align:center;}
.footer p { color:#fff; font-size:14px;}

.footer-menu { padding:0; margin-bottom:30px; background:rgba(0,0,0,0.4); font-size:18px;}
.footer-menu a { display:inline-block; padding:0 10px; line-height:50px; height:50px; margin:0 2px; color:#fff;}
.footer-menu a:hover { text-decoration:none; color:#169cee; background:rgba(0,0,0,0.5);}
.foter-logo { margin:0 auto; margin-bottom:30px; width:80%; max-width:253px; height:auto;}


/* static pages*/
body.static-page {  background:#4c4c4c url(/images/lb2/bg_block4.png); position:relative;}
body.static-page .content-width { width:90%; margin:0 auto;}
body.static-page  .footer { background:none;}

.block-7-1 { height:140px; position:relative; width:100%; background:url(/images/lb2/bg/bgstatic.jpg) no-repeat center center; background-size:100% auto;}

.block-7 { background:#FFF; width:100%; margin:0; padding:20px 0;}

body.static-page .content-width h3 { font-weight:300; margin-bottom:20px; font-size:24px; color:#0a94f5; padding-bottom:5px; border-bottom:1px dashed rgba(0,0,0,0.3);}

body.static-page .content-width li { font-size:17px; line-height:19px; font-weight:300; padding:5px; margin-bottom:10px; padding-left:20px; background:url(/images/lb2/list-bullit.png) no-repeat left +4px;}



/*join*/
.form-l { width:47%; margin-left:1%; float:left;}
.form-r { width:47%; margin-right:1%; float:right;}
.j-form-div { width:100%; padding-top:20px;}
.j-form-div h4 { font-weight:300; margin-bottom:20px; font-size:24px; color:#0a94f5; padding-bottom:5px; border-bottom:1px dashed rgba(0,0,0,0.3);}
.form-step { margin-bottom:40px;}
.j-form-div .label-1 { width:30%; margin-right:2%; line-height:38px; font-size:18px; font-weight:300; text-align:right; display:block; float:left;}
.j-form-div .input-1 {height:38px; line-height:38px; border:1px solid #a5a5a5; padding:0 1%; font-size:16px; color:#393939; width:65%; background:#f3f3f3;}
.j-form-div .input-1:focus { border-color:#0a94f6; background:#fff;}
.j-form-div input.only-usa-input { width:250px;}
p.only-usa-txt {height:38px; line-height:38px;font-size:16px; display:inline-block; padding-left:10px;}
.button-wrap-join { text-align:right; margin-bottom:40px; padding-top:20px;  border-top:1px dashed rgba(0,0,0,0.3);}

/*login*/
.overlay {display:none; position:fixed; z-index:9990 !important ; top:0; right:0; left:0; bottom:0; background:rgba(0,0,0,0.7); }
.popup {display:none; position:fixed; background:#fff; width:400px; height:360px; top:50%; left:50%; margin:-180px 0 0 -200px; z-index:9999;}
.close {display:block; width:40px; text-align:center; cursor:pointer;  height:40px; line-height:24px; background:rgba(0,0,0,0.4) url(/images/lb2/close_icon.png) no-repeat center center;  position:absolute; top:3px; right:3px; text-indent:-9999em;}
.close:hover {background:#0b95f5 url(/images/lb2/close_icon.png) no-repeat center center; }
.open_popup {text-decoration:underline; color:#00aeef; cursor:pointer; }
.open_popup:hover {text-decoration:none;  }

.popup-content { padding:20px; padding-top:0;}


h3.popup-title { color:#0b95f5; font-size:26px; line-height:26px; margin-bottom:15px; padding:10px 20px;}

.label-2 { width:100%; margin:0; margin-bottom:5px; line-height:20px; font-size:18px; font-weight:300; text-align:left; display:block;}
.input-2 { height:38px; line-height:38px; background:#fff; border:1px solid #a5a5a5; padding:0 1%; font-size:16px; color:#393939; width:96%;}
.input-2:focus { border-color:#0a94f6; background:#fff;}
.ch-remember { font-size:14px;}

a.forgot_password { position:absolute; left:20px; bottom:20px; padding:10px; font-size:14px; display:block; line-height:14px;}

.site-menu { padding:0; text-align:center; background:rgba(0,0,0,0.4); font-size:18px;}
.site-menu a { display:inline-block; padding:0 10px; line-height:50px; height:50px; margin:0 2px; color:#fff;}
.site-menu a:hover { text-decoration:none; color:#169cee; background:rgba(0,0,0,0.5);}
.close-menu {display:block; width:40px; text-align:center; cursor:pointer;  height:40px; line-height:24px; background:rgba(0,0,0,0.4) url(/images/lb2/close_icon.png) no-repeat center center;  position:absolute; top:3px; right:3px; text-indent:-9999em;}
.close-menu:hover {background:#0b95f5 url(/images/lb2/close_icon.png) no-repeat center center; }