/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
body.links_tree_body{background:#0b5a85;}
.links_intro{max-width:550px; margin:30px auto 0;}
.lt_tb{display:table; width:100%; height:100%;}
.lt_tb .lt_td{display:table-cell; width:100%; height:100%; vertical-align:middle;}
.links_tree_main{padding:45px 0; -webkit-box-sizing:border-box; box-sizing:border-box; height:100vh;}
.links_tree_main .wrapper{max-width:680px;}
.links_tree_main .lt_logo{display:block; margin:0 auto; width:620px; max-width:95%;}
.links_tree{padding:30px 0 0;}
.links_tree .lt_item{padding:4px 0;}
.gen_btn_ltree{display:block; background:#fff; color:#000; /*font-family:'druk_wide_trialmedium', Arial, sans-serif;*/ text-align:center; text-decoration:none; font-size:2.2em; padding:20px 15px 15px; -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;}
.gen_btn_ltree:hover{background:#fff;}	
.lt_social_links{text-align:center; padding:35px 0;}
.lt_social_links a{display:inline-block; width:50px; height:50px; margin:0 2px; -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;}
.lt_social_links a:hover{transform:translate(0, -5px);}
.lt_social_links a.lt_fb{background:url(../images/icons_fb.svg) center no-repeat; background-size:cover;}
.lt_social_links a.lt_in{background:url(../images/icon_insta.svg) center no-repeat; background-size:cover;}
.lt_social_links a.lt_em{background:url(../images/icon_email.svg) center no-repeat; background-size:cover;}
.lt_footer{padding-top:20px;}
.lt_footer:after{content:""; display:block; clear:both; height:0; overflow:hidden}
.lt_footer .lt_copy{float:left; font-size:15px; color:#fff;}
.lt_footer .webby{float:right; font-size:15px; color:#fff;}
.lt_footer .webby a{color:#fff; text-decoration:none;}
@media only screen and (max-width: 1024px) {
	.gen_btn_ltree{font-size:20px; font-size:2em; padding:17px 15px 12px;}
}
@media only screen and (max-width: 767px) {
	.gen_btn_ltree{font-size:15px; font-size:1.7em; padding:14px 15px 9px;}
	.lt_footer .lt_copy,
	.lt_footer .webby{font-size:14px;}
	.lt_social_links a{width:40px; height:40px;}
}
@media only screen and (max-width: 400px) {
	.lt_footer .lt_copy,
	.lt_footer .webby{font-size:12px;}
}
 