@charset "utf-8";
/* CSS general_style */

html, body {
	height: 100%;
}


body{
	padding: 0;
	margin: 0;
	background:url(background.jpg) no-repeat fixed top center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	color: #5F5F5F;
	font-family:Century Gothic, Apple Gothic, sans-serif;
}


/* sticky footer */
.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -85px; 
}
footer, .push_footer {
	height: 45px; 
	clear: both;
}
.push_footer {
	height: 85px;
}
/* end sticky footer */



section {
	margin: 0px auto;
	text-align: center;
}

h1 {
	color: #292a76;
}
a {
	color: #46b978;
}
/* all */
::-webkit-input-placeholder { color:#222; }
::-moz-placeholder { color:#222; }
:-ms-input-placeholder { color:#222; }
input:-moz-placeholder { color:#222; }


.orange_btn{
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	background: none repeat scroll 0% 0% #46b978;
	border: 3px solid #93f4c9;
	border-radius: 10px;
	padding: 5px 20px;
	color: #FFF;
	cursor: pointer;
	display: inline-block !important;
	text-decoration: none;
	margin: 20px auto;
}

/* HomePage */

.phone_flow{
	position: absolute;
	right: 25px;
	text-align: center;
	width: 150px;
	padding: 5px 10px 6px 10px;
	background-color: #46b978;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 0px 3px #000000;
	color: #FFFFFF;
	font-size:16px;
	text-decoration: none;
	cursor: pointer;
	z-index: 999;
}

.homepage{
	position: relative;
	z-index: 99;
	font-family: Century Gothic, Apple Gothic, sans-serif;
}
.homepage .menu_logo{
	width: 480px;
	height: 321px;
	margin: -15px 20px -35px;
}
.homepage.thankyou .menu_logo{
	margin: -15px 20px -65px;
}

.homepage h1 {
	font-size: 70px;
	font-weight: 500;
	text-shadow:0 0 50px rgba(255,255,255,1);
	margin: -8px 20px 40px;
	font-family: Century Gothic, Apple Gothic, sans-serif;
}

.homepage h2{
	font-size: 40px;
	font-weight: 500;
	margin: 15px 20px;
	opacity: 1;
	font-family: Century Gothic, Apple Gothic, sans-serif;
}

.homepage p {
	font-size: 22px;
	font-weight: 300;
	max-width: 1060px;
	padding: 0 30px;
	margin: 20px auto;
	opacity: 1;
	font-family: Century Gothic, Apple Gothic, sans-serif;
}

.homepage .nav_buttons button {
	color: #ffffff;
	padding: 0 30px 3px 30px;
	margin:40px;
	height: 76px;
	border-radius: 20px;
	vertical-align: middle;
	font-family: Century Gothic, Apple Gothic, sans-serif;
	font-weight: 300;
	cursor: pointer;
	box-shadow:0 0 25px rgba(255,255,255,1), 
				0 0 50px rgba(255,255,255,1), 
				0 0 75px rgba(255,255,255,1);
}

.homepage .nav_buttons button.learn_btn {
	border: 4px solid #c9c9c9;
	background-color: #afafaf;
	font-size: 24px;
}

.homepage .nav_buttons button.go_btn {
	border: 4px solid #93f4c9;
	background-color: #46b978;
	font-size: 34px;
}
.homepage .nav_buttons button.go_btn img {
	vertical-align: middle;
	padding: 0 0 0 20px;
	margin-top: -5px;
	height: 39px;
}
.homepage .nav_buttons button.go_btn:hover {
	background: #d42582;
	border: 4px solid #ff66b7;
}
.homepage .nav_buttons button.learn_btn:hover {
	background: #949494;
	border: 4px solid #B3B3B3;
}


@media only screen and (min-width: 680px) {
	body.allow-animation .homepage .menu_logo,
	body.allow-animation .homepage h1, 
	body.allow-animation .homepage h2, 
	body.allow-animation .homepage p, 
	body.allow-animation .homepage .nav_buttons button, 
	body.allow-animation .homepage .nav_buttons button.go_btn img{
		transition: all ease-in 0.5s;
		-moz-transition: all ease-in 0.5s;
		-webkit-transition: all ease-in 0.5s;
	}
}


/* small_top - homepage */
.homepage.small_top{
	height: 325px;
}
.homepage.small_top.apply, .homepage.small_top.partners{
	height: 195px !important;
}
.homepage.small_top .menu_logo{
	width: 210px;
	height: 140px;
	margin: -10px 20px -20px;
}
.homepage.small_top h1 {
	font-size: 30px;
	font-weight: 300;
	text-shadow:0 0 25px rgba(255,255,255,1);
	margin: 0px 20px 10px;
}
.homepage.small_top h2{
	font-size: 0px;
	font-weight: 500;
	margin: 0 auto;
	opacity: 0;
}
.homepage.small_top p {
	font-size: 0px;
	margin: 0 auto;
	opacity: 0;
}
.homepage.small_top .nav_buttons button.learn_btn {
	padding: 0;
	margin:0;
	font-size: 0;
	border: 0;
	background-color: transparent;
	box-shadow: none;
	height: 0;
}
.homepage.small_top .nav_buttons button.go_btn {
	padding: 0 15px 3px 15px;
	margin:15px 20px;
	height: 42px;
	border-radius: 10px;
	font-weight: 300;
	font-size: 18px;
}
.homepage.small_top .nav_buttons button.go_btn img{
	height: 20px;
}


/* Thankyou pages */
.thank .homepage h1{
	font-size: 40px;
}



/* without homepage */
.hide_hp {
	font-size: 0;
	opacity: 0;
	position: relative;
	z-index: -1;
	min-height: 700px;
	transform: scale3d(0, 0, 0);
}

@media only screen and (min-width: 680px) {
	body.allow-animation .hide_hp{
		transition: ease-in all 0.5s;
		-moz-transition: ease-in all 0.5s;
		-webkit-transition: ease-in all 0.5s;
		-o-transition: ease-in all 0.5s;
	}
}









/* info_pages */
.info_pages {
	background-color: #ffffff;
	width: 100%;
	overflow: hidden;
	opacity: 1;
	height:0;
	box-sizing: border-box;
	transform: translateY(1000px);
}
@media only screen and (min-width: 680px) {
body.allow-animation .info_pages.allow-animation {
	transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-o-transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;	
}
}
.info_pages.drop_page {
	opacity: 1;
	transform: translateY(0);
	min-height: calc(100% - 355px);
	-moz-min-height: calc(100% - 355px);
	-webkit-min-height: calc(100% - 355px);
	-o-min-height: calc(100% - 355px);
	-ms-min-height: calc(100% - 355px);

	padding: 20px 0 0;
	
}




/* how to order */

.how_to_order_page ul.four_steps {
	padding: 0;
	font-size: 0;
	text-align: center;
	margin: 10px auto 20px;
}
.how_to_order_page ul.four_steps li{
	list-style: none;
	width: 280px;
	display: inline-block;
	vertical-align: top;
	padding: 20px 20px 20px 20px;
	background: url(./div_steps.png) no-repeat center left;
}
.how_to_order_page ul.four_steps li:first-child{
	background: none;
}
.how_to_order_page ul.four_steps li h4{
	font-size: 20px;
	font-weight: 400;
	color: #2e4755;
}
.how_to_order_page ul.four_steps li p{
	font-size: 15px;
	font-weight: 300;
	max-width: 700px;
}


.faq_part {
	margin: 0 auto;
	padding: 20px;
	display: block;
	background-color: #cdffcc;
}
.how_to_order_page .wrap_select{
	overflow: hidden;
	width: 570px;
	background: url(./arrow_select.png) no-repeat right 6px center;
	margin: 20px auto;
	border: 1px solid #A3A3A3;
	padding: 5px;
}
.how_to_order_page select{
	background: none;
	border: none;
	font-size: 17px;
	font-weight: 300;
	color: #525252;
	width: 600px;
	cursor: pointer;
	outline: none;
}
.how_to_order_page select option[selected]{
	font-size: 30px;
}
.how_to_order_page .answers p{
	font-size: 16px;
	font-weight: 300;
	max-width: 860px;
	padding-bottom: 15px;
	margin: 0px auto;
	display: none;
}
.how_to_order_page .answers p.show_p{
	display: block;
}






/* about_page */
.about_page {
	font-size: 0;
}

.about_us, .contact_us {
	width: 44%;
	font-weight: 300;
	font-size: 16px;
	max-width: 550px;
	padding: 20px 3%;
	display: inline-block;
	vertical-align: top;
	text-align: left;	
}
.about_page h3 {
	font-size: 24;
	color: #e86a31;
	margin: 10px 0;
}

.contact_us form{
	width: 100%;	
	font-size: 0;
}
.contact_us form input{
	width: 46%;
	font-size: 14px;
	font-style: italic;
	padding: 0 1%;
	line-height: 32px;
	vertical-align: middle;
	border: 1px solid #454545;
	background: none; 
	margin: 7px 0;	
	box-shadow: none;
}
.contact_us form input:nth-child(2), .contact_us form input:nth-child(4){
	margin-left: 2%;	
}

.contact_us form textarea{
	width: 95%;
	min-width: 90%;
	max-width: 90%;
	height: 80px;
	min-height: 80px;
	max-height: 300px;
	border: 1px solid #454545;
	padding: 5px 2%;
	font-family: Century Gothic, Apple Gothic, sans-serif;
	font-style: italic;
	font-size: 14px;
	margin: 7px 0;
	border-radius: 5px;
}

.contact_us form input[type="submit"]{
	background: #e86a31;
	color: #ffffff;
	font-size: 13px;
	float: right;
	margin-top: 7px;
	width: 100px;
	border: none;
	margin-right: 5%;
	cursor: pointer;
	box-shadow: none;
}

@media only screen and (min-width: 680px) {
	body.allow-animation .contact_us form input[type="submit"]{
		transition: all ease-in 0.2s;
		-moz-transition: all ease-in 0.2s;
		-webkit-transition: all ease-in 0.2s;
	}
}
.contact_us form input[type="submit"]:hover{
	background: #274C6C;
}



ul.business_info {
	display: block;
	margin: 0px auto;
	padding: 0;
}
ul.business_info li{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	text-align: left;
	padding: 10px 0 20px 60px;
	background-repeat: no-repeat;
	background-position: top left;
	margin: 20px 20px 0px; 
}

ul.business_info li h5{
	font-size: 16px;
	margin: 0 0 5px;
	font-weight: 500;	
}
ul.business_info li p{
	font-size: 16px;
	margin: 0;
	font-weight: 300;
	padding-bottom: 2px;	
}





/* button to --- + services */
.info_pages form button {
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	color: #565656;
	background: #46b978;
	border: 3px solid #93f4c9;
	border-radius: 10px;
	padding: 5px 20px;
	color: #ffffff;
	cursor: pointer;
	display: block;
	margin: 10px auto 30px;
}
@media only screen and (min-width: 680px) {
	body.allow-animation .info_pages form button {
		transition: ease-in 0.4s all;
		-moz-transition: ease-in 0.4s all;
		-webkit-transition: ease-in 0.4s all;
		-o-transition: ease-in 0.4s all;
	}
}
.info_pages form button:hover {
    background: none repeat scroll 0% 0% #292a76;
    border: 3px solid #274C6C;
}



/* thank_you_fullapp */
.thank_you_fullapp h1{
	font-size: 50px;
	padding: 0 10px;
	margin-top: 0;	
}
.thank_you_fullapp h2{
	font-size: 35px;
	padding: 0 20px;	
}
.thank_you_fullapp p{
	font-size: 20px;
	padding: 0 20px;	
}

.thank_you_fullapp .options{
	margin-top: 50px;	
}

.thank_you_fullapp .option_button{
	margin: 5px 20px;
	cursor: pointer;
	display: inline-block;
}
.thank_you_fullapp .option_button img{
	max-width: 332px;
	width: 100%;
}

.thank_you_fullapp .safe_icon{
	padding: 50px 20px;
	vertical-align: middle;
}
.thank_you_fullapp .safe_icon img, .thank_you_fullapp .safe_icon p{
	display: inline-block;
	vertical-align: middle;
}
.thank_you_fullapp .safe_icon span{
	font-style: italic;
}

@media only screen and (max-width: 1000px) {
	.thank_you_fullapp h1{
		font-size: 40px;
	}
	.thank_you_fullapp h2{
		font-size: 25px;
	}
	.thank_you_fullapp p{
		font-size: 16px;
	}
	.thank_you_fullapp .safe_icon span{
		font-size: 12px;
	}
}
@media only screen and (max-width: 400px) {
	.thank_you_fullapp h1{
		margin-top: 20px;	
	}
}

/* thank_you_fullapp lightbox */
.lightbox.send_fax.hide{display:none;}
.lightbox.upload_doc.hide{display:none;}
.lightbox.secure_banking.hide{display:none;}

	
.lightbox .black_overlay{
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: block;
	position: absolute;
	top: 10%;
	left: 50%;
	width: 700px;
	font-size: 20px;
	height: auto;
	margin: 0 0 0 -350px;
	border-radius: 10px;
	background-color: white;
	z-index:1002;
}

.white_content .x_close{
	position: absolute;
	right: -10px;
	top: -10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(./X%20-%20Close.png) no-repeat;
}

.white_content .wrapper{
	width: 90%;
	margin: 0 auto;
}


.white_content h2{
	font-size: 22px;
}
.white_content p{
	font-size: 16px;
}

.white_content .left{
	width: 48%;
	height: 175px;
	display: inline-block;
	vertical-align: middle;
}
.white_content .left ul li strong{
	color: #E79C31;
}

.white_content .right{
	width: 48%;
	height: 175px;
	display: inline-block;
	vertical-align: middle;
}
.white_content .right img{
	margin: 60px 0 0 40px;
}

.white_content p img{
	vertical-align: middle;
	margin: -5px 0 0 5px;
}

.white_content .btn_upload{
	padding: 5px 20px;
	background-color: #cbcbcb;
	font-size: 18px;
	border: 1px solid #5A5A5A;
	border-radius: 10px;
	font-weight:normal;
	color: #363636;
	cursor: pointer;
	margin:0 0 10px 0;
	font-family: Century Gothic, Apple Gothic, sans-serif;
	box-shadow: 1px 1px 2px #222222;
}
.white_content .btn_upload:hover{
	background-color: #E1E1E1;
}

.file_line span{
	font-size:15px;
	display: inline-block;
	vertical-align: middle;
	margin: 2px 0;
}
.file_line img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	cursor: pointer;
}

.upload_doc input[type="submit"]{
	background-color: #48a057;
	border: 1px solid #2d8f3e;
	border-radius: 10px;
	color: #FFFFFF;
	padding: 0 50px;
	font:Century Gothic, Apple Gothic, sans-serif;
	font-size: 18px;
	margin: 20px 0;
	cursor: pointer;
	box-shadow: 1px 1px 2px #222222;
}
.upload_doc input[type="submit"]:hover{
	background-color: #5CB86C;
}

@media only screen and (max-width: 830px) {
	.white_content {
		top: 0;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0;
		border-radius: 0;
	}
	
	.white_content .x_close{
		right: 2px;
		top: 2px;
	}
}
@media only screen and (max-width: 630px) {
	.white_content p img{
		display: block;
		vertical-align: middle;
		margin: 10px 0 0 0;
	}
	.white_content .right{
		width: 100%;
		display: block;
		height: auto;
	}
	.white_content .right img{
		margin: 10px 0 0 0;
	}
	.white_content .left{
		width: 100%;
		height: auto;
		display: block;
	}
}





/* - page */
.info_pages h1{
	font-weight: 300;
	font-size: 40px;
	margin: 20px;
}


.best_sellers_page .feature_banner {
	width: 100%;
	background-color: #fafafa;
	margin-top: -20px;
	padding: 5px 0 0px;
}
.best_sellers_page .feature_banner img{
	margin: 10px 13px;
}









/* best_sellers_page */
.best_sellers_page.info_pages.drop_page{
	padding: 0;
}
.wrap_best_sellers_page {
	max-width: 900px;
	padding: 0 20px;
	margin: 0px auto;
	text-align: center;
	font-size: 0;
}
.best_sellers_page .left_checklist, .best_sellers_page .right_checklist{
	display: inline-block;
	text-align:left;
	vertical-align: top;
	margin-top: 10px;
	font-size: 16px;
}

.partners_title{
	display: none;
	font-weight: bold !important;
}

.best_sellers_page .navi{
	width: 100%;
	text-align:center;
	margin-bottom: 20px;
}
.best_sellers_page .navi a{
	background-color: #292a76;
	display: inline-block;
	width: 120px;
	padding: 5px 2px 7px 2px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 13px;
}
.best_sellers_page .navi a.red{
	background-color: #d42582;
}

.best_sellers_page .best_features h2{
	display: inline-block;
	font-size: 20px;
	padding: 5;
	margin: 30px 0 0 0;
}

.best_sellers_page ul
{
	margin: 0;
	padding-left:20px;
	text-indent:2px;
	list-style: none;
	list-style-position:outside;
}
.best_sellers_page li{
	margin-bottom: 15px;
}
.best_sellers_page li:before
{
	content: '✔';
	margin-left: -1em; margin-right: .100em;
}

.services{
	margin-top: 20px;
	padding: 20px 0;
}
.services .serv_box{
	display: inline-block;
	width: 100%;
	max-width: 250px;
	text-align: left;
	vertical-align:top;
	margin: 0 10px;
	padding: 10px;
}
.services .serv_box img{
	float: left;
	vertical-align:top;
	margin-right: 10px;
}
.services .serv_box h4{
	color: #276890;
	font-style:italic;
	font-weight:normal;
	font-size: 18px;
	vertical-align: middle;
	margin:0;
	padding:0;
}
.services .serv_box p{
	vertical-align: middle;
	margin:0;
	padding:0;
	font-size: 13px;
}

a.wizstore_button{
	max-width: 285px;
	display: block; 
	margin: 0 auto;
	margin-top: 40px;
}
a.wizstore_button img{
	width: 100%; 
}
p.want_more_info{
	padding: 5px;
}



.pricelist_part {
	margin: 0 auto;
	padding: 20px;
	display: block;
	background-color: #cdffcc;
}
.best_sellers_page .wrap_select{
	overflow: hidden;
	width: 570px;
	background: url(./arrow_select.png) no-repeat right 6px center;
	margin: 20px auto;
	border: 1px solid #A3A3A3;
	padding: 5px;
}
.best_sellers_page select{
	background: none;
	border: none;
	font-size: 17px;
	font-weight: 300;
	color: #525252;
	width: 600px;
	cursor: pointer;
	outline: none;
}
.best_sellers_page select option[selected]{
	font-size: 30px;
}
.best_sellers_page .answers p{
	font-size: 16px;
	font-weight: 300;
	max-width: 860px;
	padding-bottom: 15px;
	margin: 0px auto;
	display: none;
}
.best_sellers_page .answers p.show_p{
	display: block;
}





/* eror_page */
.eror_page{
	max-width: 1200px;
	margin: 0px auto;
}
.eror_page h1{
	font-size: 34px !important;
	font-weight: 600 !important;
}
.eror_page h2{
	font-size: 24px !important;
	color: #444;
	font-weight: 400;
}
.eror_page p{
	font-size: 20px !important;
	color: #444;
}


@media (max-width: 780px){
	.eror_page h1{
		font-size: 26px !important;
	}
	.eror_page h2{
		font-size: 20px !important;
	}
	.eror_page p{
		font-size: 16px !important;
	}
}




/* footer */
footer {
	background-color: rgba(87,87,87,0.40);
	padding: 20px 0;
	width: 100%;
	color: #383838;
	font-size: 14px;
	position: absolute;
	z-index: 99;
}

@media only screen and (min-width: 680px) {
	body.allow-animation footer{	
		transition: ease-in 0.4s background;
		-moz-transition: ease-in 0.4s background;
		-webkit-transition: ease-in 0.4s background;
		-o-transition: ease-in 0.4s background;
	}
}
footer .left_footer, footer .right_footer {
	display: inline-block;
	vertical-align: top;
}
footer .left_footer {
	margin-left: 15px;
}
footer .right_footer {
	position: absolute;
	top: 20px;
	right: 15px;
}
footer .left_footer img, footer .left_footer .text_left_footer{
	display: inline-block;
	vertical-align: top;
}
footer .left_footer .text_left_footer{
	margin-left: 15px;
}
footer .left_footer .text_left_footer p{
	margin-bottom: 0;
}

footer .left_footer .text_left_footer p, .linkedin{	
	display: inline-block;
	vertical-align: top;
}
.youcantrustpaypal{
	margin-left: 10px;
	display: inline-block;
	float: right;
}
.linkedin{	
	margin: 14px 0 0 10px;
}
footer .left_footer nav{
	display: block;
}
footer .left_footer nav a{
	color: #383838;
	text-decoration: underline;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	transition: ease-in color 0.2s;
	-moz-transition: ease-in color 0.2s;
	-webkit-transition: ease-in color 0.2s;
	-o-transition: ease-in color 0.2s;
}
footer .left_footer nav a:hover{
	color: #46b978;
	text-shadow:0 0 18px rgba(255,255,255,1);
}
footer .left_footer nav2{
	display: block;
}
footer .left_footer nav2 a{
	color: #383838;
	text-decoration: underline;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	transition: ease-in color 0.2s;
	-moz-transition: ease-in color 0.2s;
	-webkit-transition: ease-in color 0.2s;
	-o-transition: ease-in color 0.2s;
}
footer .left_footer nav2 a:hover{
	color: #46b978;
	text-shadow:0 0 18px rgba(255,255,255,1);
}

footer .right_footer img, footer .right_footer p{
	display: inline-block;
	vertical-align: top;
}
footer .right_footer img{
	float: right;
}
footer .right_footer p{
	max-width: 330px;
	text-align: right;
	margin: 8px 20px 10px 0;
	font-size: 13px;
}
footer .right_footer p a{
	color: #383838;
}





.thankyou a {
	/*display: block;*/
	width: auto;
	outline: none;
	margin: 0px auto 25px;
}
.thankyou .buttons_thankyou {
	max-width: 320px;
	margin: 0px auto;
	display: block;
	text-align: center	
}
.thankyou .buttons_thankyou a {
	margin: 0px auto 25px;
	display: block;
}
.homepage.thankyou h1, .homepage.thankyou h3{
	padding: 0 20px;
	margin: 20px auto;
}
.homepage.thankyou .orange_btn{
	margin: 5px auto 20px;
}




 input.invalid{
	 border: solid 1px red;
 }

 input.valid{
	 border: solid 1px green;
 }
 
 
 h2.orange_tt{
	color: #46b978 !important;
	font-weight: 300 !important;
	font-size: 50px ;
	text-shadow: 0 0 15px rgba(255,255,255,1.00),
				 0 0 35px rgba(255,255,255,1.00),
				 0 0 70px rgba(255,255,255,1.00);
 }
 
 p.text_ok{
	font-size: 16px !important;
	text-align:center !important;
 }
 
 #funding{
	font-size:32px !important;
	color:#292a76 !important;
	margin:10px 0 !important;
 }
 
 
 
 .share_line {
	position: absolute;
	right: 25px;
	z-index: 999;
	display: inline-block;
}
.share_line .share_btn{
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
	padding: 0px 10px 0px 10px;
	background-color: #707070;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0px 0px 3px #0F0F0F;
	height: 30px;
}
.share_line .share_btn.linkedin{
	background-color: #057bb6;
}

.share_line .share_btn img{
	margin-top: 5px
}


