	/* iOS hack */
	textarea, input[type="text"], input[type="button"], input[type="submit"] {-webkit-appearance: none; border-radius: 0;}

	

	html, body 	{ -webkit-tap-highlight-color: transparent; margin:0; padding:0;}

	div { position:relative;}

	a 			{ color:#666; text-decoration:none; }
	a:visited 	{ text-decoration:none; outline:0; }
	a:active 	{ text-decoration:none; outline:0; }
	a:hover 	{ text-decoration:none; outline:0; }
	a:focus 	{ -moz-outline-style:none;  }

	img 			{ border:0; }
	.img-scale		{ width:100%; height:auto;}
	.img-circle		{ border-radius: 50%;}

	.clear 			{ clear:both;}
	.float-l		{ float:left;}
	.float-r 		{ float:right;}

	.bg-white		{ background-color:#fff}
	.bg-grayblue    { background-color:#454753}
	.bg-bggray		{ background-color:#ececec}
	.bg-lightgray	{ background-color:#ccc}


	.txt-red, .current 	{ color:#e92060;}
	.txt-white 			{ color:#fff;}
	.txt-lightgray		{ color:#ccc;}

	.txt-darkred 		{ color:#570f26}
	.table-row .sm-col.progress-col>.pos .percentage.txt-darkred 		{ color:red}

	.bold { font-weight:bold;}

	.error { font-size:12px; color:#e92060; padding-top:10px; display:none;}

	.bg-overlay2 { 	/*width:100vw; height:100vh;  background-color:rgba(0, 0, 0, 0.6);
					position:fixed; top:0; left:0; z-index: 9800*/
				display:block; position:fixed; z-index:0; top:0; left:0; height:100%; width:100%;
	    				background-color: rgba(0, 0, 0, 0.7); opacity:0; visibility:hidden;
					     -webkit-transition: opacity 0.3s, visibility 0.3s;
					    	-moz-transition: opacity 0.3s, visibility 0.3s;
					   			 transition: opacity 0.3s, visibility 0.3s;}

	.bg-overlay2.visible	{ opacity:1; visibility:visible;}
	
	.tb-wrapper{
		display:table;
	}
	
	.tb-wrapper .tb-cell{
		display:table-cell;
		vertical-align:middle;
	}
	/*input:focus,
	select:focus,
	textarea:focus,
	button:focus { outline:none; border:none}*/

	.fullpg-wrapper { background-color:#fff}
	.fullpg-wrapper .fullpg-pos-top-bottom { padding-top:40px; padding-bottom:40px}

	.top-pattern1   { background:url(images/pattern-028.svg); background-position: right 100px; background-repeat:no-repeat; background-size:50%;
					 -webkit-animation: bgmove 20s linear infinite;}

	.top-pattern3  { background:url(images/pattern-033.svg); background-position: right 100px; background-repeat:no-repeat; background-size:50%;
					 -webkit-animation: bgmove 20s linear infinite;}


	@-webkit-keyframes bgmove {
	    0%   { background-position: 700px 80px; }
		20%  { background-position: 680px 100px }
		40%  { background-position: 640px 120px }
		60%  { background-position: 600px 90px }
		80%  { background-position: 640px 90px }
	    100% { background-position: 700px 80px; }
	}

	@-moz-keyframes bgmove {
	    0%   { background-position: right 100px; }
		50%  { background-position: right 120px }
	    100% { background-position: right 100px; }
	}

	.top-pattern2   { background:url(images/pattern-032.svg); background-position: right 100px; background-repeat:no-repeat; background-size:50%;
					 -webkit-animation: slidec 16s linear infinite;}


	@-webkit-keyframes slidec {
	    0%   { background-position: 600px 90px; }
		50%  { background-position: 500px 80px }
	    100% { background-position: 600px 90px; }
	}

	@-moz-keyframes slidec {
	    0%   { background-position: 600px 90px; }
		50%  { background-position: 500px 80px }
	    100% { background-position: 600px 90px; }
	}
	/* ==========================================================================
		Template wrapper 
	============================================================================= */
	.full-width-wrapper { width:100%; margin:0;}
	.pg-wrapper 		{ max-width:1400px; margin:0 auto;}
	.inside-page-top   	{ padding-top:150px; padding-bottom:170px}
	.inside-article-pos  { padding-top:150px; padding-bottom:170px}
		


		/* padding & margin must same
	   	=========================== */
		.pg-edge	 { padding-left:50px; padding-right:50px}
		header nav.desktop  { /*margin-right:50px;*/ right:50px;}
		/* ======================== */


	/* ==========================================================================
		Media Style
	============================================================================= */
  	@media only screen and (max-width: 1024px) {
	.inside-page-top   	{ padding-top:35px}
	.inside-page-top   	{ padding-bottom:80px}
	.inside-article-pos  { padding-top:35px; padding-bottom:80px}
	.inside-page-top.article   	{ padding-bottom:0px}


	#main h1 			{ display:none;} 
		/* padding & margin must same
	   	=========================== */
		.pg-edge	{padding-left:30px; padding-right:30px}
		header nav.desktop 	{ margin-right:30px;} 
	   	/* ======================== */
 

 	.top-pattern1, .top-pattern2, .top-pattern3  { background-image:none;}

    /*#st-1 .st-btn{width:90% !important;height:90% !important;}*/
        /*.btn-back{height:2.8em !important;}
        .btn-back{top:1em !important;}*/
  	}

  	@media only screen and (max-width: 745px) {
	.inside-page-top   	{ padding-top:20px}
	.inside-page-top   	{ padding-bottom:40px}

		/* padding & margin must same
	   	=========================== */
		.pg-edge	{ padding-left:20px; padding-right:20px}
		header nav.desktop 	{ margin-right:20px;} 
	   	/* ======================== */

        /*#st-1 .st-btn{width:90% !important;height:90% !important;}*/
        /*.btn-back{height:2.8em !important;}
        .btn-back{top:1em !important;}*/
  	}

    .content-photo-blk .cp-col, .content-photo-blk-left .cp-col { width:69%; }
    .content-photo-blk .cp-img, .content-photo-blk-left .cp-img { width:28%; }
    .content-photo-blk .cp-col, .content-photo-blk-left .cp-img { float:left; }
    .content-photo-blk .cp-img, .content-photo-blk-left .cp-col { float:right; }

    .btn{cursor:pointer;}

    a.button {
        color: #fff;
    }

    #st-1, .sharethis-inline-share-buttons{
        z-index:50 !important;
    }

    #st-1{
        /*padding-top: .4em;*/
        position: absolute;
        top:.3em;
        right: 1.5em;
    }
	
	#st-2{
		/*position:absolute;
		top:4.3em;
		left:6em;*/
	}

    .hide{
        display:none;
    }

    .thank-subscribe {
        font-size: 40px;
        font-family: 'robotothin';
        line-height: normal;
        color: #fff;
        padding: 3em 1em 0 1em;
    }

    .grey-sm-txt-lifwire{
        color:#333; font-size:87.5%;
    }

    .stdtxt-lifewire{

    }

    .h3-lifewire{
        font-size: 25px;
        font-family: 'robotolight';
        line-height: normal;
        font-weight: normal;
        margin: 30px 0;
        padding: 0;
        border: 0;
        vertical-align: baseline;
    }

	#generalcontent ul, #generalcontent ol{	
    margin: 0px;
    padding: 10px 0px;
    text-indent: 0;
	}
	
    #generalcontent ul li,#generalcontent ol li{
        clear:both !important;
        margin: 0px 0px 0px 30px;
    padding: 0;
    line-height: 1.8;    
    background-color: transparent;
    border-right: none;
    }
	
	#generalcontent ul li{
		list-style-type: disc;
	}

    #btnaddcomment{
        color:#fff !important;
    }

    #btnclose{
        position: absolute;
        top: 25px;
        right: 20px;
        font-size: 20px;
        color: #454753;
        cursor: pointer;
        transition: all 0.3s ease-out;
        z-index:80000;
    }

    table.btn tr td.col-follow .btn-blk-sm {
        background-color: #999;
    }

    /*table.btn tr td.col-share:hover .btn-blk-sm,*/
    table.btn tr td.col-follow:hover .btn-blk-sm {
        background-color: #7f980b;
        cursor: pointer;
    }

    .btn-pos a.btn{
        color:#fff !important;
    }